ADF application deployment
The ADF web application files are packaged into archives and deployed to the server for user access and interaction. Normally, in a development environment, JDeveloper 11gR2 comes with an integrated WebLogic server to test the application. The ADF application can be deployed to different servers such as WebLogic and WebSphere which are provided with the ADF runtime libraries, and the shared libraries related to the web application are available for the server. Using JDeveloper, the user can deploy the current application and test it with the use of the integrated WebLogic server.
Overview
Deploying an application is as important as developing the application. The WebLogic server 10.3.5.0 is integrated with JDeveloper 11.2.2.0. There is an option for us to deploy the application to a different application server provided that the server contains all runtime libraries to support the ADF application. The ADF runtime libraries, which are called Java Resource Files ...