Create ADF App based another This tutorial explains how to modified app Name, packages names and deploys to reuse this ADF App example: https://github.com/jtiagomp/ADF...
Alta UI Responsive Design - ADF 12c In this tutorial I'll explain in high level design how to apply the Alta Ui template with responsive navigation menu. The final resu...
Custom login with java Class - ADF 12c The common problems with custom login with Java class was related with Jar files that will need to add at library classpath. In this post...
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...
Call SQL Package/Store Procedure on ADF Model navigate to application module and generate AM module class: Go to class AppModuleImpl and write function (Example): ...
Create Deployment Profile to WebServices In your Model project: Right click in Model and navigate to new-> From gallery Navigate to tab Deployment Profiles, choose Busi...
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...