Posts

Showing posts from September, 2016

Shopping Cart application - Servlet beginners

Image
This post is intended to share the code of Shopping cart application which is made as a mini project for learning purpose. The application is made using Java's servlet program technology. Details We have designed three basic pages providing the functionality and requirements of the project i.e homepage to add an item in to the cart, view the cart and delete the item from the cart. For implementing this project we used: Apache Tomcat server Eclpise Flow chart for the application looks like below: