Summary

Today you saw how to deploy the MVC application that you have been developing over the past 15 days. You saw how the J2EE application is divided into Web components, EJB components, and resource adapter components, and you saw the deployment descriptor files associated with each of them. You then saw the corresponding archive files to be made for them. The application.xml and web-application.xml files to be made for deploying the application were covered next.

The general formula to be kept in mind to deploy an application is

WAR + JAR + RAR + application.xml (inside the META-INF directory)    + weblogic-application.xml (optional) = EAR

You then created these archive files and the final deployable file.

You created the domain for deploying ...

Get Sams Teach Yourself BEA WebLogic Server 7.0™ in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.