Skip to content

namgiwon/hellojsp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.2</version>
</dependency>

$ mvn install

or

  1. Go to https://github.com/hopegiver/hellojsp-webapp/releases and download lastest hellojsp-resin.zip
  2. Unzip the file and execute resin.exe in hellojsp-resin folder.
  3. Explore http://localhost/ in browser.
  4. You can edit source files in hellojsp-resin/webapps/Root

Examples

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

About

Simple java webapp Framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%