Wednesday, January 7, 2015

Some Important Code for backing beans ADF & JSF

بسم الله الرحمن الرحيم
اللهم علمنا ما ينفعنا وانفعنا بما علمتنا يا رب العالمين
---------------
موضوعنا اليوم عن Some Important Code for backing beans ADF & JSF  ...


 
// print the roles of the current user
for ( String role : ADFContext.getCurrent().getSecurityContext().getUserRoles() ) {
   System.out.println("role "+role);
}

Tuesday, January 6, 2015

Write JavaScript To Client Oracle ADF Programmatic

بسم الله الرحمن الرحيم
اللهم علمنا ما ينفعنا وانفعنا بما علمتنا يا رب العالمين
---------------
موضوعنا اليوم عن  How To write JavaScript To Client Oracle ADF programmatic  ...

JavaScript -Oracle-ADF-said-adf.blogspot.com
use this method
  import javax.faces.context.FacesContext;
  import org.apache.myfaces.trinidad.render.ExtendedRenderKitService;
  import org.apache.myfaces.trinidad.util.Service;
Related Posts Plugin for WordPress, Blogger...