Posts

Showing posts from July, 2016

CRUD operation in Oracle JET

Image
Hi All, In this post I am going to demonstrate you how to create a oracle JET application to perform the CRUD operation in Oracle Database. To start with, we have to create a RESTful service based on "DEPARTMENTS" table in HR Schema of Oracle Database.   To create the RESTful service in NetBeans go to the File and select New Project as shown below:  Now select Java Web option on the left side and Web Application on the right side and click on Next button as shown below:  Then give the name of the application and click on Next as shown below :   Now select the server and Java EE version as shown below and click on Next : Click on Finish. Now right click on the newly created application and select New and then select New Restful services from database option. Now select the option New Datasource.  Now select New Database Connection option as shown below : Now select the driver as shown below: Cli...