!--a11y-->
Deploying a J2EE Application 
You should have an assembled J2EE application.
...
1. Write the necessary class files. The main classes and interfaces you should use are in the com.sap.engine.deploy.manager package. You should provide all the necessary information for a proper deployment of a J2EE application, such as:
¡ Information about the J2EE engine where it will be deployed.
¡ Information about the transport protocol.
¡ Information about the settings of the J2EE application.
2. Start the main class file.
The J2EE application is deployed with the settings you provided in the class files.
See DeployExample.java.
