共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > boilerplate |
boilerplate
|
1 | 0 | 4 |
贡献者 | 讨论 | 代码提交 |
Tomcat servlet apps often have common code to load properties, configure the database, create database connections. BoilerPlate provides simple Java classes for these features.
Use this if you are a newbie starting a Java servlet-database app from scratch and don't intend to use any persistence or dependency injection framework.
BoilerPlate is a single jar file which can be added to your classpath and you get going. Nothing to configure.
See AppSkelhttp://boilerplate.googlecode.com/files/AppSkel.zip for a sample app. You can change the package names and project name within AppSkel.zip and start on your app's business logic.