ADF : Create viewcontroller and model projects in Jdeveloper

One of the first things to do before you can try your hand at developing ADF artifacts is to create an ADF viewcontroller project.
Lets see how to create an ADF viewcontroller project in JDeveloper in a few simple steps.

1) In JDeveloper go to File --> New
2) Select General --> Applications and select Fusion Web Application (ADF) on the right and click OK.





3)Enter a name for your application(eg: ADFApplication) and click Next.


4)Leave the project name as Model and click Next.


5)Don't change the default settings and click Next.


6)Leave the project name as ViewController and click Next.


7)Don't change the default settings and click Finish.


8)Two projects will be created namely Model and ViewController.
   You can see the same in the Application Navigator.

Post a Comment