Friday, October 23, 2009

Deploy ADF application to weblogic

Create Weblogic domain
Create Datasource  oracle XE: jdbc:oracle:thin@localhost:1521:xe

Steps:
Step1 : Right click model --> project properties -->Deployment --> Click New-->Select Archive Type EJB Jar--> click ok
Step2 : Right click ViewController -->project properties --> Deployment --> click New --> Select Archive Type War --> Enter Name and click Ok
Step3 : Right click Application --> Application properties -->Deployment --> New-->Select Archive Type ear --> Select Application Assembly -->select Model.jpr and View.jpr-->click ok
Step 4: Right click on Application --> Deploy to the weblogic domain.

No comments:

Post a Comment