Oracle ADF – Using the variables iterator from pages data bindings

February 4th, 2011 | Posted by in Oracle ADF | 1 Comment

This post shows how to use the variables iterator which is available in the ADF page definition. These variables could be used when the dynamic information from a particular page are not persisted but only saved temporally for custom processing in a managed bean.

(+) Read the rest of this entry

Oracle MDS Database repository – export, register and import using WLST

November 24th, 2010 | Posted by in Oracle ADF | No Comments

This post shows how to transfer an application’s MDS Database repository from a location to another using commands from WLST.

(+) Read the rest of this entry

Oracle ADF – accessing BindingContext and DataControl in Servlets

October 29th, 2010 | Posted by in Oracle ADF | 3 Comments

This post shows how to access the Binding Context and the Data Control from a Servlet.

(+) Read the rest of this entry

Oracle ADF – using ADF bookmarkable pages instead of servlets

October 22nd, 2010 | Posted by in Oracle ADF | 21 Comments

In Oracle ADF, if a special processing for a HTTP GET request is needed, a bookmark-able ADF page could be used instead of a servlet.

(+) Read the rest of this entry

Oracle JDeveloper 11.1.1.3.0 – configuration of the integrated WebLogic Server instance to run using Oracle JRockit JVM

September 23rd, 2010 | Posted by in Oracle ADF | 4 Comments

This post presents the settings needed  in order to change the JVM used by the integrated WebLogic Server instance from Oracle JDeveloper 3.0 to Oracle JRockit JVM.

(+) Read the rest of this entry

Oracle ADF Generic Exception Handler

August 1st, 2010 | Posted by in Oracle ADF | No Comments

In this post I will present you an interesting approach in creating a reusable generic  exception handler in Oracle ADF without needing to change or add later a line of code to it in order to handle different king of exceptions.

(+) Read the rest of this entry

Oracle ADF & JBoss RESTEasy integration

July 23rd, 2010 | Posted by in Oracle ADF | No Comments

Some Oracle ADF applications need to have a REST interface to integrate with third-party tools. In this post I present the configuration needed for the integration of an Oracle ADF application with JBoss RESTEasy JAX-RS.

(+) Read the rest of this entry

Oracle ADF – best practices

July 15th, 2010 | Posted by in Oracle ADF | 6 Comments

Often is hard to find a documentation in a single place from where you can read a best practices list regarding a technology. So, in this post you will find some of them regarding Oracle ADF.

(+) Read the rest of this entry