Restart Weblogic with WLST How many times we need to restart weblogic - development enviroment and the system administrator don't have time to helping us? The sol...
Executing "ExecuteWithParams" binding programmatically to a managed bean In this example, I'll show you how-to execute binding action in managedbean. Add Operation at Bindings in image bellow you can s...
Call custom method in Managed bean and get Result Add method in your page definition In backing bean write this code: BindingContainer bindings = BindingContext.getCur...
Programatically Applying and getting View Criteria Data generate PatientAmImpl Create view Criteria generate PatientViewImpl and PatientViewRowImp Code to Ma...
ADF - Programatically create/update viewObject Instance of AM and get VO //instance of AM PatientAMImpl patientAM = (PatientAMImpl) Configuration.createRootApplicationModule(...