In yesterday's session you learned how to integrate the different parts of the MVC application you have built during the past three weeks. Also, you learned how to deploy the three layers of the MVC application: controller, view, and model. Today you will study debugging applications, an area that will surely be of help to you. You will cover the four different techniques involved: debugging, assertion, tracing, and logging. After this you will learn about the support provided by WebLogic Server for logging. Finally, you will touch on the new logger API that is available with the JDK 1.4. |