uCosminexus Application Server, Application Development Guide

[Contents][Glossary][Index][Back][Next]

7.2 Creating an EAR file

To deploy a developed J2EE application to an execution environment, you use build files (build.xml) to build the Eclipse projects, and then create an EAR file. You then deploy the EAR file to the execution environment. The javac command of Application Server and the J2EE library are used for compiling the Java source file.

This section describes the procedure for creating build.xml and EAR file.

Organization of this section
7.2.1 Creating build files
7.2.2 Editing or executing build files