Thursday, December 29, 2011

Working with Placeholder Data Controls in Oracle ADF

Sometimes in Application development it is required to create UI (User Interface) before the actual database table or entities are available or you want to show someone the features / demo of your application without any database involve then what to do in this case?

Well in Oracle ADF "Placeholder Data Controls" solves this problem. You can create your data controls, define attributes manually and populate them with sample data or import the CSV file. Later when real data is available you can easily link you Data Controls to actual entities.

In this post:
- I will create a simple Data Control names "SalesDC" and create inside "SalesData" Collection.
- I will create a 3 different Graphs based on SalesData Collection




Tuesday, December 27, 2011

Monday, December 26, 2011

Creating LOV in ADF Application

Today i will cover how to create LOVs in Oracle ADF application.

Moving to Jdeveloper11g Your First ADF Form

In this Post we will create basic ADF form which is based of Oracle default HR schema's Table Employee later posts i will enhance this form by some LOVs and other stuff.

Saturday, December 24, 2011

Creating and displaying Popups in Oracle ADF

This post is about How to Create and display Popups in ADF application. In popups you can display different types of windows like Dialogs, NoteWindow,  Panel window etc
Creating and displaying Popups in Oracle ADF