Assembling applications
Application assembly consists of creating Java Platform, Enterprise Edition (Java EE)
modules that can be deployed onto application servers. The modules
are created from code artifacts such as web application archive (WAR)
files, resource adapter archive (RAR) files, enterprise bean (EJB)
JAR files, and application client archive (JAR) files. This packaging
and configuring of code artifacts into enterprise archive (EAR) modules
or stand-alone web modules is necessary for deploying the modules
onto an application server.
Assembling applications
Application assembly consists of creating Java Platform, Enterprise Edition (Java EE)
modules that can be deployed onto application servers. The modules
are created from code artifacts such as web application archive (WAR)
files, resource adapter archive (RAR) files, enterprise bean (EJB)
JAR files, and application client archive (JAR) files. This packaging
and configuring of code artifacts into enterprise archive (EAR) modules
or stand-alone web modules is necessary for deploying the modules
onto an application server.