Posts

Showing posts from May, 2016

Showing Data from Database table in Oracle JET

Image
Hi All, In this blog I am going to show you how you can get the data from the database table and how you can show it in a tabular format on UI with the help of REST API, Knockout.js and Oracle JET. To start with it, you should be familiar with basics of REST API, Knockout.js, jQuery and Oracle JET component.   For getting familiar with Knockout.js you can refer following URL : http://knockoutjs.com/examples/helloWorld.html To get familiarize with jQuery you can refer the following link : http://www.w3schools.com/jquery/ To get familiarize with REST API you can refer the following link : http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/RESTfulWebServices/RESTfulWebservices.htm and last but not least to get familiarize with Oracle JET component  kindly follow the below  link : http://www.oracle.com/webfolder/technetwork/jet/uiComponents-formControls.html Once you will be familiar with these technology then you have to get the IDE to deve...