Monday 9 September 2013

Deployment ADF Applacition On GlassFish Server

1- Download Glass Fish Server
http://www.oracle.com/technetwork/java/javaee/downloads/index.html
go to "Oracle GlassFish Server" and download it
2- Download ADF Essential
http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html
got to "Oracle ADF Essentials" and download it ("adf-essentials.zip)
3- Installing Glass Fish. Create Domain.
4- Unzip adf-essentials.zip in domain (unzip.exe –j adf-essentials.zip)
5- Start-domain. http//localhost:4848.
6- server-config. Change JVM setting.
                        -Doracle.mds.cache=simple
                        -Duser.timezone=Etc/GMT-2 (write your timezone).          
                        -XX:PermSize=256m (Edit Java momery).          
                        -XX:MaxPermSize=512m (Edit Java momery).
7- Create JDBC Connection Pools. javax.sql.XADataSource.
8- Create JDBC resource. jdbo/hr
9- Edit ADF Application AppModule. Project  properties.  Application properties.
10- Edit Java EE web application.
11- Develop ADF application.
12- http://localhost:9090/context-root/faces/yourPage.jspx