Configuring and using the Standalone WebLogic Server
JDeveloper Studio Edition ships along with the WebLogic application server included. WebLogic Server is an essential part of the ADF Fusion web application development process, as it allows for the deployment, running, debugging, and testing of your application. It is installed on the development machine during the installation of JDeveloper.
When you choose to run or debug a Fusion web application from within the JDeveloper IDE, WebLogic is started and the application is deployed and run automatically on it. This configuration is called "Integrated WebLogic Server" as it is tightly integrated with the JDeveloper IDE. The very first time an ADF Fusion web application is run (or debugged) in JDeveloper, the necessary integrated WebLogic Server configuration takes place automatically. The configuration process creates the WebLogic domain and a server instance to deploy the application onto.
In addition to the Integrated WebLogic Server...