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.
pom.xml
<dependency>
<groupId>org.hellojsp</groupId>
<artifactId>hellojsp</artifactId>
<version>0.9.2</version>
</dependency>
$ mvn install
or
- Go to https://github.com/hopegiver/hellojsp-webapp/releases and download lastest hellojsp-resin.zip
- Unzip the file and execute resin.exe in hellojsp-resin folder.
- Explore http://localhost/ in browser.
- You can edit source files in hellojsp-resin/webapps/Root
Examples project is hellojsp-examples. https://github.com/hopegiver/hellojsp-examples