Skip to content

brianxj/web_template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpLite

Introduction

SpLite provides a lightweight, integrated and easy-use J2EE development environment with typical use case samples such as basic database manipulation, paginated representation, log, internationalization, uploading, test and so on. The so-called ‘SpLite’ is a simple combination of two open source project name’s abbreviations, Spring and ORMLite which are the backbones of this project.

Main tools and respective division of work

  1. Spring, dependency injection and inversion of control, web(Spring MVC)
  2. ORMLite, data persistence, namely Object Relational Mapping
  3. Logback, log
  4. JUnit, test framework
  5. JQuery, javascript framework
  6. Gradle, a build tool that can be considered as a substitution of ANT
  7. Eclipse WTP, the IDE
  8. MySQL, it is the database the project uses by default that can be replaced by other free databases, e.g. PostgreSQL.(MySQL default charset setting, refer to this)
  9. Tomcat, it is the application server the project uses by default that can be replaced by other servers, e.g. glassfish.(Tomcat charset setting also needs to be considered)

splite

How to use

TODO.

License

Released under the MIT license.

Project Status

Currently the project is still in progress

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published