This tutorial explains how to modified app Name, packages names and deploys to reuse this ADF App example: https://github.com/jtiagomp/ADF...
Home » Semua Posting
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...
Written Unknown
—
Wednesday, May 17, 2017
—
1 Comment
—
ADF,
administration,
applications,
Java,
restart,
server,
Weblogic,
wlst
How to deploy and display WebCenter Portal Taskflows
1. Stop WC_Portal managed server. Yes.. and we don't have any workaround for this :S 2. Deploy a. Firs...
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...
Disable Jaas Security when run Application module
This article explain how to disability this screen: Follow this steps: go to adf-config.xml and change this tags to false: a...
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(...

Encrypt Decrypt using AES
private static String algorithm = "DES"; private static Key key = null; private static Cipher cipher = null; private static voi...
Subscribe to:
Posts (Atom)