Online Blog Application

Developed a Blog application as a part of curriculum using HMTL, CSS, Servlets, JSP and JavaScript, XML. this application uses a xml file to store the data. This application is designed using the mediator-view design. The Mediator handles all security issues including signing-in and signing-out of the application such as when a user enters the system, while not logged in, the mediator send the user to the login page. Once logged in, the mediator receives every call to this application, verifies the user is logged in, and forwards and requests to the appropriate JSP.