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.
- Spring, dependency injection and inversion of control, web(Spring MVC)
- ORMLite, data persistence, namely Object Relational Mapping
- Logback, log
- JUnit, test framework
- JQuery, javascript framework
- Gradle, a build tool that can be considered as a substitution of ANT
- Eclipse WTP, the IDE
- 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)
- 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)
TODO.
Released under the MIT license.
Currently the project is still in progress