FacesContext ctx = FacesContext.getCurrentInstance();
Application app = ctx.getApplication();
MyManagedBeanClass mb = (MyManagedBeanClass) app.getVariableResolver().resolveVariable(ctx,"MyManagedBean");
This website provides a better way of programming using ADF,Java,J2ee,J5EE,ADF Faces,Middle fusion technologies of Oracle. It Also help you to develop and practice PL/SQL and Oracle Databases. Apart from these technologies this site refers Trinidad,spring,struts and Apache. It covers topic of web servers(Web logic,JBOSS etc).
FacesContext ctx = FacesContext.getCurrentInstance();
Application app = ctx.getApplication();
MyManagedBeanClass mb = (MyManagedBeanClass) app.getVariableResolver().resolveVariable(ctx,"MyManagedBean");
Posted by Career IT Developers at 1:20 AM
Labels: Adf Faces, Managed Bean
Original by the undersigned | Adapted to Blogger by Blog and Web
0 comments:
Post a Comment