Thursday, March 28, 2013

Froms 10g migration on Oracle ADF

http://download.oracle.com/otndocs/OTNVDD-REA/ppt/FormstoADF2.pdf

Forms Migration with Jheadstart

http://www.oracle.com/technetwork/developer-tools/jheadstart/overview/jhs11-fomrs2adf-overview-130955.pdf

Wednesday, March 27, 2013

How to Sign JAR file

Add OraHome\jdk\bin to the PATH:
set PATH=OraHome\jdk\bin;%PATH%
Sign the files, and check the output for success:
OraHome\forms\webutil\sign_webutil OraHome\forms\java\frmwebutil.jar
OraHome\forms\webutil\sign_webutil OraHome\forms\java\jacob.jar

Using Groovy expression to create summary function in ADF

http://e-ammar.net/Oracle_TIPS/using_groovy_expression_to_creat.htm