Internet Shop in Ajax

From Elvanör's Technical Wiki
Revision as of 17:22, 14 March 2007 by Elvanor (talk | contribs)
Jump to navigation Jump to search

Ajax Shop Project.

Configuring Tomcat in order to deploy the web application

  • Logging must be configured through log4j. A sample log4j.properties file is present in the doc/ directory of the project.
  • The following libraries (JAR files) are needed (place them in WEB-INF/classes in your webapp directory, or in the shared/classes directory):
    • GWT servlet library (gwt-servlet.jar)
    • Hibernate

SQL Tables

ShopItem

  • ID
  • ShopID
  • Price
  • Name
  • Auction / Sale
  • Image
  • Description
  • Status
  • DateEntered

ShopCategory

  • ShopID
  • Name
  • ID
  • Subcategory (boolean)