Over the past 15 days, you have learned the different components of a J2EE application. You learned how to deploy each one of them separately. You also developed the components required for the MVC application. In real life, however, these components do not exist as separate entities but as a single package for a single application so that multiple applications can be hosted on one WebLogic Server. Today, you will see how to put together the components of a MVC application, which gives you a preview of the real-life scenario. |