Oracle ADF Training Hands-On Lab Setup Guide
Oracle ADF Training Hands-On Lab Setup Guide
Table of Contents
1. System Requirements for ADF Training ............................................................... 1
2. Oracle Technology Resource Account Login ......................................................... 1
3. Downloading and Installing Oracle XE Database .................................................. 1
4. Downloading and Installing JDeveloper ............................................................... 2
5. Unlocking HR Schema ........................................................................................ 6
6. Entity Relation Diagram of HR System ................................................................. 8
7. Working with JDev IDE Configuration Files ........................................................ 10
8. Java for Beginners ........................................................................................... 10
9. References ...................................................................................................... 11
1/11
ADF Essentials Training by Deepak Bhagat
Develop Rich Web Application with ADF 12c Essentials – Hands-on Lab Setup Guide
2/11
ADF Essentials Training by Deepak Bhagat
Develop Rich Web Application with ADF 12c Essentials – Hands-on Lab Setup Guide
D:\Deepak-PC\.jdeveloper
B
D:\Deepak-PC\BATJDev122100
3/11
ADF Essentials Training by Deepak Bhagat
Develop Rich Web Application with ADF 12c Essentials – Hands-on Lab Setup Guide
15) To start JDeveloper, click on the Start menu > Oracle > Oracle JDeveloper
Studio, or double-click on the desktop shortcut .
4/11
ADF Essentials Training by Deepak Bhagat
Develop Rich Web Application with ADF 12c Essentials – Hands-on Lab Setup Guide
5/11
ADF Essentials Training by Deepak Bhagat
Develop Rich Web Application with ADF 12c Essentials – Hands-on Lab Setup Guide
5. Unlocking HR Schema
1) After Installing Oracle XE, you can access ‘system’ schema but not ‘hr’ schema. ‘hr’
schema comes along with Oracle XE database, but locked. To unlock ‘hr’ schema from
database to grant permission to the users to utilize this schema, follow below steps.
a) Click Start > expand Oracle Database 11g Express Edition > select Run
SQL Command Line.
6/11
ADF Essentials Training by Deepak Bhagat
Develop Rich Web Application with ADF 12c Essentials – Hands-on Lab Setup Guide
c) Within the dialog, simply uncheck the box entitled Account is Locked and
click Apply.
d) After completing this process, you should now have a fully functional Oracle XE
database with the example HR schema unlocked.
7/11
ADF Essentials Training by Deepak Bhagat
Develop Rich Web Application with ADF 12c Essentials – Hands-on Lab Setup Guide
8/11
ADF Essentials Training by Deepak Bhagat
Develop Rich Web Application with ADF 12c Essentials – Hands-on Lab Setup Guide
9/11
ADF Essentials Training by Deepak Bhagat
Develop Rich Web Application with ADF 12c Essentials – Hands-on Lab Setup Guide
10/11
ADF Essentials Training by Deepak Bhagat
Develop Rich Web Application with ADF 12c Essentials – Hands-on Lab Setup Guide
9. References
1) JDeveloper and ADF Release 12.2.1.0.0:
https://www.oracle.com/tools/downloads/jdev-v12210-downloads.html
2) JDeveloper and ADF Latest Release, Technical Resources & Learn more:
https://www.oracle.com/application-development/technologies/jdeveloper.html
3) ADF Homepage:
https://www.oracle.com/database/technologies/developer-tools/adf/
4) Step by Step Building Simple Demo Application with ADF:
a) http://docs.oracle.com/cd/E53569_01/tutorials/tut_rich_app/tut_rich_app.html
b) http://docs.oracle.com/cd/E53569_01/tutorials/tut_rich_app_alta/tut_rich_app_al
ta_1.html
5) ADF Faces Rich Component Demos:
https://docs.oracle.com/middleware/1221/adf/develop-faces/GUID-EE22FD96-2723-
4F07-95A9-04931E42C365.htm
6) ADF Code Corner:
https://www.oracle.com/application-development/technologies/adf/codecorner.html
7) ADF Forums:
https://community.oracle.com/community/java/java_development_tools/application
_development_in_java/jdeveloper_and_adf
11/11
ADF Essentials Training by Deepak Bhagat