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.


SOA : Create a SOA project in Jdeveloper

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

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



Creating Database and Application Server Connections in Jdeveloper


Lets see how to create the Database and Application Server connections in Jdeveloper.

1) Creating a database Connection.

First you need to unlock the sample hr schema that comes with the Oracle XE db.

Expand Application Resources on the left-hand side in Jdeveloper.
Right Click 'Connections' and select 'New Connection –> Database.


Image 008

SOA : Creating MDS Connection

In this post we will see how to create an MDS connection.

There are two types MDS repositories available.
1) Central MDS : This MDS is DB based, used during runtime and is available only when the SOA server is running.
2) Local MDS : This MDS is file based, used during design time and is available even when the SOA server is not running.