Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
he primary purpose of using a web application server such as Oracle WebLogic Server 11g is to deploy enterprise applications. So far we have learned all about configuring all of the various services that the application server provides to make it easier to write applications. In this chapter you learn how to run the code that you develop in the WebLogic Server application server. Deployment is the process through which you make your application available to users (and in some cases, other systems or applications). Once you develop a complete application or a Java EE module, you need to make it available to users. The deployment process involves the packaging and distribution of enterprise applications, web applications, or other modules. The Java EE specification requires you to archive different deployment modules such as EJ....