Friday 26 October 2018

ADF 12.2.1.1.0 REST Support

EXPOSING REST IN ADF

HI Guys, today I'll share how to expose RESTful web services using ADF 12 c version.Before starting the implementation you can read my previous post about REST
RESTful Web Services and ADF BC  Now we'll see how to create RESt using Jdeveloper 12c.

Below are the steps to create REST Web services in ADF.

S1- create a ADF Web Application Project.

S2- Create BC(Entity Object/View Object/ Application Module).
while creating the BC one step needs to provide values for internal name v1 and Release name 1.


S3- Open AM and click on + icon to create REST.


S4- provide the below details .


once you click on Ok then REST Resource will created and you can select the operation like create,update,delete.


S5- Right click on RESTWebService project and run.
once application deploy you can see response in json.


Cheers Guys :)

No comments:

Eclipse With Python

Hi Guys, Today i'll share how to start python project in eclipse IDE. to start Py development in eclipse we need to add Py Dev plugi...