A list of Oracle ADF Tutorials
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 etc.
Creating and displaying Popups in Oracle ADF 2:) Creating Master-detail form in Oracle ADF
Today i will show how to create simple master detail form in ADF which would help people coming from 4GL (Forms Developer) technology to ADF. Creating Master-detail form in Oracle ADF
3:) 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.
Moving to Jdeveloper11g Your First ADF Form
Moving to Jdeveloper11g Your First ADF Form
4:) Creating LOV in ADF Application
Today we will cover how to create LOVs in Oracle ADF application.
Creating LOV in ADF Application
Creating LOV in ADF Application
5:) 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:
- we will create a simple Data Control names "SalesDC" and create inside "SalesData" Collection.
- we will create a 3 different Graphs based on SalesData Collection
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:
- we will create a simple Data Control names "SalesDC" and create inside "SalesData" Collection.
- we will create a 3 different Graphs based on SalesData Collection
6:) Working with Placeholder Data Controls in Oracle ADF