Skip to content

zxybazh/Bookshop-System-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wexley's Bookshop

DataBase Project use java & MySQL to construct a bookshop system Contributed by zxybazh


Built on

  • Mysql mysql Ver 14.14 Distrib 5.5.41, for debian-linux-gnu (x86_64) using readline 6.3
  • Java(TM) SE Runtime Environment (build 1.7.0_72-b14)

Note

  • The main() function is in bookshop.java
  • All classes are not specifically secured.
  • The System is based on mysql.jar which provides sql API for the java source.
  • Please follow the instructions step by step while running the program.
  • If there's any bug please put it in issue.
  • The program will be implemented with JSP and Tomcat to form an online bookshop system.
  • purchase, feedback and rate are right behind browse system and show order is right in feedback function, all of the features are fully implemented with java from our project requirement. Some features can be only seen in administrator view.

To Run The System

  1. move to ./src
  2. javac workspace/*.java
  3. In windows system: java -cp "../mysql.jar;." workspace.bookshop
  4. In Linux/Unix system: java -cp ../mysql.jar:. workspace.bookshop
  5. Or you can use an IDE (such as IDEA). Remember to add mysql.jar as an external jar to your project's Java build path.
  6. You can try the system with user name and password registered, and the features can be tested with the following accounts.

TEST ACCOUNT

  • tiny@tiny
  • admin@admin
  • potaty@potaty
  • tip: the account are used as user name@password, and they happen to be the same.

About

DataBase Project: A bookshop system on Java & MySQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages