Sunday, July 20, 2008

JDev/ADF sample - Import Functionality in Oracle ADF BC

  • Import Functionality in Oracle ADF BC. By default, when you create new application in JDeveloper based on Fusion Web Application (ADF) template, two projects are generated - Model and ViewController. However, very often in real projects its not practical to have all ADF BC components just in one Model project. With one very big Model project it becomes quite complex to maintain application and usually when there are let's say around 200 components in one Model project, tool starts to work more slowly. So, as you probably understood, there is a best practice to separate Model project into smaller projects and reuse ADF BC components across those projects. Goal of this post will be to tell you how to do Model project splitting.
    Download - ADFBC_Import.zip

2 comments:

Unknown said...

Hi Andrejus,

Where can I find a sample application or tutorial using Oracle ADF Business Component that covers all the CRUD functionality in one application? I haven't been able to find one app that covers select, delete, update, and create in one simple app.

Andrej Baranovskij said...

Hi,

I have two posts for this topic:

1) CRUD implementation with JDeveloper 11g

2) Create, Edit and Delete operations in Master-Detail af:table components

Regards,
Andrej