Caching of Modules in NodeJS
In this post, I am talking about caching of Modules in NodeJS. We have the following files //greet.js module.exports = { greeting: "Hello!", greet: function(){ console.log(this.greeting); } } //app.js...
View ArticleGetting started with Oracle JET and Jdeveloper
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...
View ArticleOracle JET Components Demo Using Cookbook in Jdeveloper
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...
View ArticleWorking with Oracle JET Chart Component
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...
View ArticlePopulate Oracle JET table from JSON based REST Web Service
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...
View ArticlePopulate Oracle JET table on top of Oracle ADF BC using REST Web Service
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...
View ArticleShow Indian Currency Format in ADF using currencyFormatter jQuery
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...
View ArticleOracle JET Common Model – Interacting With REST Web Services
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...
View ArticleOracle JET Common Model Factory Method to Consume REST Services
Previously I have posted about consuming web services in Oracle JET using jQuery method and using Oracle JET Common Model. I have seen Oracle JET Common Model Factory method in one of the blog and in...
View ArticleOracle ADF and JDeveloper 12.2.1.4 Are Available
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...
View Article