lesson_Deployment: "This tutorial shows you how to use JDeveloper to archive and deploy J2EE applications (either ADF or non-ADF applications) to Oracle Application Server 10g.
Deployment is the process of packaging the files that make up an application as an archive file, and transferring the archive to the server where the application will run. This tutorial shows you how to use JDeveloper to deploy applications to the OracleAS through application server connections. The basic steps are:
1. Create the application as a JDeveloper project.
2. Package the project components into a deployment profile and specify deployment resources.
3. Create an application server connection to the Oracle Application Server.
4. Deploy the packaged application to the Oracle Application Server.
"