Introduction To Application
Posted on: March 9, 2011 at 12:00 AM
In this tutorial you will learn about the shopping cart application in struts

Introduction To Application

The shopping cart application allows customer to view and brows catalogs of the products which is being sail online. The customer sects an item from the catalog and add them to their cart. It basically makes an interface between customer and shopkeeper. It is a core part of the e-commerce web application and integrates many feature of the website. It can be written in any language.

The present application is a web based application of online shopping cart which allows online shopping. It is developed for the readers who wants to know how a shopping cart application can be written in struts.

This application have two modules. ADS_TO_REPLACE_1

  1. Admin
  2. Customer

The have privilege to add, update delete products. Then Define their category, View the customers etc. To perform these tasks the admin have to must make login first. On every page a session is maintained, if any one wishes to view the information, then he/she first have to login successfully.

The customer can view the view, search  the products of the online store. He can view the product detail by clicking on the product icon, the opens a new page with the detail of product. If he wishes to purchase the product he must have to make registration. After making registration he can select the product and add them to the cart. He/She can select the shipping option. All the cost are calculated and total amount is presented in front of him.

Related Tags for Introduction To Application :

Advertisements

Ads

 
Advertisement null

Ads