Showing posts with label ADF. Show all posts
Showing posts with label ADF. Show all posts

Monday, September 17, 2012

Top Five Clustering Guidelines for ADF


I found following five guidelines very useful as per my experience:-

1. All the beans stored in session scope, page flow scope, and view scope need to be serialized. We can serialize backingBean scope as well if any value is changing from the UI.

2. All the referenced member objects in the serialized class should implement Serializable interface.

3. It is strongly recommended that all serializable classes explicitly generate default serialVersionUID value from the JDeveloper.

4. Do not use any non-serializable (for example XMLGregorianCalendar) data type in the serialize class.

5. If any object (UI components) is not serializable then it must be marked Transient

Thursday, June 23, 2011

Step by Step learning of Oracle ADF 11G using 10 Video Training Sessions

I have compiled following video’s training plans for the new comers who want to start their career and want to be expert on ADF. Following list of recorded sessions are selected from Oracle ADF Insider site (http://www.oracle.com/technetwork/developer-tools/adf/learnmore/adfinsider-093342.html), will help you to quickly learn ADF. These trainings will be more beneficial if you do practice same session in your own environment.

Following are the prerequisits for these trainings:-
Oracle JDeveloper 11G Studio
Oracle Database Express Edition 10G/11G  

Training-1: Introduction to ADF
http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/Introduction_To_ADF/Introduction_To_ADF.html

Training-2: Introduction to ADF Business Components
http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/adfinsiderBC/adfinsiderBC.html

Training-3: Introduction to ADF Faces Components
http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/adfinsiderADFFaces/adfinsiderADFFaces.html

Training-4: ADF Page Template and Declarative Component
http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/adfjsfreuse/templates.html

Training-5: ADF Faces Skin
http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/adf-insider-skinning/adf-insider-skinning.html

Training-6: ADF Data Binding (Part-1)
http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/insiderBinding1/BindingsPart1.html

Training-7: ADF Data Binding (Part-2)
http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/adfinsider-binding-internals-2/adfinsider-binding-internals-2.html

Training-8: ADF Task Flow - Overview (Part-1)
http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/taskflow-overview-p1/taskflow-overview-p1.html

Training-9: ADF Task Flow - Overview (Part-1)
http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/taskflow-overview-p2/taskflow-overview-p2.html

Training-10: ADF Application Security
http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/adfinsidersecurity/adfinsidersecurity.html