ADF Resources to learn
https://blogs.oracle.com/shay/entry/how_do_i_start_learning_oracle_adf_and_jdeveloper
also
http://download.oracle.com/tutorials/jtcd3/ecourse_adf_part1/html/temp_frameset/index.htm
http://www.oracle.com/technetwork/indexes/samplecode/index.html
http://docs.oracle.com/cd/E18941_01/tutorials/toc.htm
http://www.oracle.com/technetwork/developer-tools/jdev/overview/index.html
Tag Archives: 11g
jdeveloper 11g release 2 is out
Soa Suite 11gR1 (11.1.1.3.0) installation guide for Windows
The complete Soa suite installation guide is uploaded here
Complete fusion middleware documents are available at
http://download.oracle.com/docs/cd/E14571_01/index.htm
System requirements and specifications
Checklist
- Processor
- Operating System
- Disk Space
- Physical Memory
- Browser
- JDK
Complete requirments are available at
http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-requirements-100147.html
Download the files
All software can be downloaded from the Fusion Middleware 11gR1 PS2 download page (also known as the FMW download page)
Installation procedure [RCU version 11.1.1.3]
- Oracle DB (OracleXE Univ)
- Weblogic Server 10.3
- Repository Creation Utility for DB schema 11.1.1.3
- Soa Suite 11.1.1.2
- Soa Suite patchset installer for 11.1.1.3
- Jdeveloper 11.1.1.3
- Soa Extension (Oracle SOA Composite Editor)
- Weblogic domain creation
If you face any problem in creating the DB schema using RCU 11.1.1.3 then please download the RCU 11.1.1.2 and follow this installation process. Also you will face some issues in creating the Weblogic db schema for soa_infra during weblogic domain creation
- Oracle DB (OracleXE Univ)
- Weblogic Server 10.3
- Repository Creation Utility for DB schema 11.1.1.2
- Soa Suite 11.1.1.2
- Jdeveloper 11.1.1.3
- Soa Extension (Oracle SOA Composite Editor)
- Weblogic domain creation (domain creation will fail for soa_infra stating a 11.1.1.3 version problem if you have used RCU 11.1.1.3)
Database
OraceXEUniv.exe http://download.oracle.com/otn/nt/oracle10g/xe/10201/OracleXEUniv.exe
WebLogic Server
wls1033_oepe111150_win32.exe
http://download.oracle.com/otn/nt/middleware/11g/wls1033_oepe111150_win32.exe
Repository Creation Utility
ofm_rcu_win32_11.1.1.3.3_disk1_1of1.zip
http://download.oracle.com/otn/nt/middleware/11g/ofm_rcu_win32_11.1.1.3.3_disk1_1of1.zip
Note:
If repository tool 11.1.1.3.3 is creating some kind of problem while creating DB schema then please use RCU of 11.1.1.2.1 [if you are using 11.1.1.2.1 then please refer to section X for the installation order]
ofm_rcu_win32_11.1.1.2.1_disk1_1of1.zip
http://download.oracle.com/otn/nt/middleware/11g/ofm_rcu_win32_11.1.1.2.1_disk1_1of1.zip
SOA Suite & Patch
You have to have Soa Suite 11.1.1.2.0 installed in your system before installing the 11.1.1.3.0 patchset installer
ofm_soa_generic_11.1.1.2.0_disk1_1of1.zip
http://download.oracle.com/otn/nt/middleware/11g/ofm_soa_generic_11.1.1.2.0_disk1_1of1.zip
ofm_soa_generic_11.1.1.3.0_disk1_1of1.zip(includes BPM)
http://download.oracle.com/otn/nt/middleware/11g/ofm_soa_generic_11.1.1.3.0_disk1_1of1.zip
JDeveloper
jdevstudio11113install.exe
http://download.oracle.com/otn/java/jdeveloper/11.1.1.3.0/jdevstudio11113install.exe
SOA Extension for JDeveloper
You can install the extensions directly from inside JDeveloper through the “Help -> Check for Updates” menu option which is the recommended way install extensions. If you can’t connect to the Internet from your JDeveloper, you can directly download JDeveloper extensions from this page, and point the Check for Updates wizard to the local file you have downloaded.
http://download.oracle.com/otn/java/jdeveloper/11.1.1.3.0/extensions/soa-jdev-extension.zip
Note: for other extensions please refer
http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/156082.xml#oracle.sca.modeler
Setting up the database
Run the following commands to increase the process limits (Only for Oracle XE)
sqlplus sys/welcome1@XE as sysdba
SQL> show parameter session
SQL> show parameter processes
SQL> alter system reset sessions scope=spfile sid='*';
SQL> alter system set processes=200 scope=spfile;
SQL> shutdown immediate
SQL> startup
SQL> show parameter session
SQL> show parameter processes
Weblogic Domain Creation
refer this link
Server URLS
The link for the Weblogic console
http://localhost:7001/console (login with weblogic/welcome1)
The link for the EM console
http://localhost:7001/em (login with weblogic/welcome1)
The link for the SOA worklist app
http://localhost:8001/integration/worklistapp
The link for B2B
The link for BAM (must use IE browser)
http://localhost:9001/OracleBAM
Starting the servers
Go to the domain directory and type startWebLogic.cmd
D:\Oracle\Middleware\user_projects\domains\soa_infra_domain> startWebLogic.cmd
On the same command line press ctrl+c or goto the bin directory of the domain folder and type stopWebLogic.cmd
D:\Oracle\Middleware\user_projects\domains\soa_infra_domai\bin> stopWebLogic.cmd
D:\Oracle\Middleware\user_projects\domains\soa_infra_domain\bin> stopManagedWebLogic.cmd so_server1