Programming Notes
Wednesday, April 13, 2016
Best Practice to Iterate on Client-Side by using ADF
›
- How can we create an iterator in client side inside ADF? we can make iterator on client side inside ADF by using <af:iterator> or...
Sunday, February 14, 2016
Access Managed Bean From Another One
›
Best Practice :- Managed bean after running will loaded in web container into your application or web server as an object and if any re...
Saturday, February 13, 2016
What Is Facelets
›
Facelets is a powerful but lightweight page declaration language that is used to build JavaServer Faces views using HTML style templates...
JSPX VS JSF View Page Extenstion
›
.jspx page is JSP/XML representation, it is standalone page means it can run without any supporting or base page. Jdeveloper 11g Release...
How to add Commit operation on Operations of View Object
›
javax.faces.el.EvaluationException: java.lang.NullPointerException at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding....
Tuesday, February 9, 2016
Introduction to ADF-BC
›
As far as ADF is concerned the main data source which is also called as the data model in generic terms is based on ADF-BC (Business compon...
Monday, February 8, 2016
ADF View Object Collection Behavior
›
In ADF Application if we create browse page for VO and another page or popup for editing and create a form of the same VO, and in case redi...
›
Home
View web version