With the release of ADF 12.2.1 in the fall of 2015, Oracle finally added support for declaratively consuming a RESTful web service that responds in JSON format. Until then, processing JSON from a rest web service was only possible using Java. The ability to consume and process the web service […]
Edward Orlowski
Edward Orlowski is active in IT since 1996, and has a lot of experience with Oracle development tools. Currently, his main interest is ADF, but he also has a thorough knowledge of SQL, PL/SQL and the RDBMS.
Dynamic table in ADF 12c
A while ago I decided to create an ADF page based on a dynamic table, and I found that, although there are quite some articles about the subject online, I still faced some challenges while implementing such a solution in ADF 12c. These challenges, however, can be solved easily when […]
Deploy Oracle ADF Essentials web application on Tomcat
Although deployment of Oracle ADF 11g web applications on Tomcat is not officially supported, we have successfully deployed several ADF 11g applications on Tomcat 6. In fact, once you know which adjustments need to be made, it is easy to deploy an ADF application on Tomcat. This post will show […]