Oracle ADF and JDeveloper 12.2.1.4 Are Available
Ashish Awasthi's Blog (Jdev/ADF)
by Ashish Awasthi
2y ago
Finally some good news for Oracle ADF Community :) Director of Product Management Shay Shmeltzer has posted a blog about new realse of Oracle ADF and Jdeveloper 12.2.1.4 Oracle JDeveloper and Oracle ADF 12.2.1.4 Now Available List of new features - Oracle ADF 12.2.1.4 new features List of fixed bugs - List of fixed bugs Download and let us know about your experience ..read more
Visit website
Oracle JET Common Model Factory Method to Consume REST Services
Ashish Awasthi's Blog (Jdev/ADF)
by Ashish Awasthi
2y ago
 Previously I have posted about consuming web services in Oracle JET using jQuery method and using Oracle JET Common Model. I have seen the Oracle JET Common Model Factory method in one of the blog and in MOOC course so tried the same but because of some version change or problem it was not working as expected but I got a solution in the OTN JET forum and sharing same here for reference. Here I am using the same JET nav drawer template application that is used in my first post – Using Oracle JET with JDeveloper. and using ADF BC based REST web service Add an oj-table componen ..read more
Visit website
Oracle JET Common Model – Interacting With REST Web Services
Ashish Awasthi's Blog (Jdev/ADF)
by Ashish Awasthi
2y ago
In the process of learning Oracle JET, this is another post about consuming REST Web Service using Oracle JET Common Model approach. Before going through this post I'll suggest you read my previous posts on Oracle JET. Read more about JET Common Model and Collection From the docs The Oracle JET Common Model and Collection API provides a collection-of-records object model that includes classes for bringing external data into an Oracle JET application and mapping the data to the application’s view model. The Oracle JET Common Model and Collection API provides a collection-of-records object model ..read more
Visit website
Show Indian Currency Format in ADF using currencyFormatter jQuery
Ashish Awasthi's Blog (Jdev/ADF)
by Ashish Awasthi
2y ago
 Previously I have posted about Change af:converNumber format according to Locale but there is no option to show Indian currency format directly using locale so Here I am writing about showing Indian Currency format in ADF components using the currencyFormatter jQuery library. From the docs CurrencyFormatter.js allows you to format numbers as currencies. It contains 155 currency definitions and 715 locale definitions out of the box. It handles unusually formatted currencies, such as the INR. Indian currency format is a bit unusual as it uses variable-width grouping, See the below image to ..read more
Visit website
Populate Oracle JET table on top of Oracle ADF BC using REST Web Service
Ashish Awasthi's Blog (Jdev/ADF)
by Ashish Awasthi
2y ago
 Previously I have posted about creating REST Web Service from ADF Application Module and in this post, I am going to use the same REST service for populating data in a JET table. Here we'll populate JET table on top of Oracle ADF BC (Business Components). Here I am taking the same sample application that I have discussed in my first post Getting started with Oracle JET and JDeveloper The URL of ADF BC based web service is http://127.0.0.1:7101/RestWebServApp-RESTWebService-context-root/rest/Jdev12.2.1/Department and it returns a list of Departments in nested JSON format Let’s see ..read more
Visit website
Populate Oracle JET table from JSON based REST Web Service
Ashish Awasthi's Blog (Jdev/ADF)
by Ashish Awasthi
2y ago
 Before starting with this post first go through my previous post about using JET with JDeveloper. Here I am using the same JET nav drawer template application. In this post, we'll see how to consume JSON based REST Web Service and populate data in the Oracle JET table (oj-table) component We have the URL of REST Web Service - http://dummy.restapiexample.com/api/v1/employees, it returns a list of employees and their details. Let's see the implementation part Add an oj-table component in the dashboard.html page and define the required number of columns, this web service returns multiple de ..read more
Visit website
Working with Oracle JET Chart Component
Ashish Awasthi's Blog (Jdev/ADF)
by Ashish Awasthi
2y ago
 In this post, we'll see how to use Oracle JET Chart (oj-chart) Component and its various properties, Here I am using Oracle JET with JDeveloper 12.1.3. To learn more about using JET with JDeveloper refer my previous post Goto Oracle JET Cookbook and read the whole recipe of Bar Chart, Here you'll learn about basic properties of a chart Now open the dashboard.html file from your project in JDeveloper editor and paste this code <div class="oj-hybrid-padding"> <h1>Dashboard Content Area</h1> <div> <oj-chart id="barChart" type="bar" orientation="[[orientationValue ..read more
Visit website
Oracle JET Components Demo Using Cookbook in Jdeveloper
Ashish Awasthi's Blog (Jdev/ADF)
by Ashish Awasthi
2y ago
In this post, I am sharing how can we use Oracle JET Cookbook to understand basic UI components and How can we copy and use code from the cookbook. Here I am using JDeveloper 12.1.3 to create Oracle JET Components Demo Application. In the previous post, I have explained about creating a JET application using JDeveloper. Here I am using the same application to show the JET components demo. Oracle JET cookbook has many recipes that we can try in our application to learn more about coding patterns and toolkit structure. Here you can access Oracle JET Cookbook Now open your NavDrawer JET applic ..read more
Visit website
Getting started with Oracle JET and Jdeveloper
Ashish Awasthi's Blog (Jdev/ADF)
by Ashish Awasthi
2y ago
 I am writing some posts about Oracle JET and these posts are my learning experience so if you find any wrong info then let me know. Being an ADF developer I started using JET with JDeveloper instead of Netbeans. This is the first post and here I am sharing how to set up Oracle JET and JDeveloper to work together. What is Oracle JET (From Docs)- Oracle JET is targeted at JavaScript developers working on client-side applications. It's a collection of open source JavaScript libraries along with a set of Oracle contributed JavaScript libraries that make it as simple and efficient as possible ..read more
Visit website
Send WhatsApp messages from Oracle ADF Application
Ashish Awasthi's Blog (Jdev/ADF)
by Ashish Awasthi
2y ago
 Hello Everyone In this post, I am sharing a method to send WhatsApp messages from Oracle ADF Application using the "WhatsApp Click to Chat" feature as WhatsApp doesn't provide any official API. Though it's an extremely simple way and we need not write a single line of code, We just need to pass some values in an URL to open WhatsApp Click to Chat console. Created an ADF Application and a page in the view controller with two text fields and a button in it. It looks like this and both fields are bonded to the managed bean variables <af:inputText label="Mobile No." id="it1" valu ..read more
Visit website

Follow Ashish Awasthi's Blog (Jdev/ADF) on FeedSpot

Continue with Google
Continue with Apple
OR