Deploying on the Standalone WebLogic Server
Once you have created and configured a WebLogic domain, ADF Fusion web applications can be deployed onto it. During development, deployment can take place from the JDeveloper IDE. The process involves the creation of an Application Server connection in the Resource Palette and the creation of deployment profiles for the ViewController project and the application workspace. The application can then be deployed onto the standalone WebLogic domain using the Application | Deploy menu.
In this recipe, we will go through the process of manually deploying a Fusion web application to a WebLogic domain using the JDeveloper IDE.
Getting ready
You need to complete the Configuring and using the Standalone WebLogic Server recipe in this chapter before delving in this recipe. Furthermore, a skeleton Fusion Web Application (ADF) workspace is required for this recipe. For this purpose, we will use the MainApplication
workspace that was developed in the Breaking...