Skip to content

mitkar241/shoperu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shoperu


  • online shopping website
  • based on Java stack completely
  • Document profusely
  • Future plan is to integrate Spring
  • Design should be based on MVC

Commands


javac -d . src/main/java/*.java
java -cp .:lib/* src.main.classes.JdbcMySql

Resource


Potential Repo Structures


bin (Binaries)
doc (Documents)
inf (Information)
lib (Libraries)
res (Resources)
src (Source)
tst (Test)
src
|- com.enterprise_name
| |- project_name
| | |- Main.java (the main class)
| | |- model.(here all model classes)
| | |- view.(here all view classes, JFrame, Jdialog,etc)
| | |  |- resources.(here all the files and images used in the views *note)
| | |- controller.(here all controller classes)
| |- lib/(here all the external libraries - dont forget add to build path)

*note if you need some resource file (xml, config file, etc) create a package .resources. in the specific place where do you need (model, controller, view)

About

online shopping website based on Java stack completely

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors