Skip to content

hopegiver/hellojsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloJSP

HelloJSP is java webapp framework. You can build java web applications with only jsp. It uses MyBatis for database handling and uses Velocity to output HTML. If you want, you can do everything with just a text editor. This is a framework that goes against the times. But this will give you less stress and more freedom.

Installation

pom.xml

<dependency>
  <groupId>org.hellojsp</groupId>
  <artifactId>hellojsp</artifactId>
  <version>0.9.16</version>
</dependency>

$ mvn install

Examples

Examples project is hellojsp-examples. https://github.com/hopegiver/hellojsp-examples