Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 945 Bytes

README.md

File metadata and controls

31 lines (15 loc) · 945 Bytes

Examples

This is a set of simple examples applications.

License

All examples are licensed with Lesser General Public License v3. Feel free to use them.

Application list

  • spring-parent POM project with spring framework dependencies

  • gwt-parent POM project with GWT dependencies

  • spring-webapp Simple Spring MVC.

    The application is suitable for containers supporting Web Servlet v. 3.1. It was tested on Apache Tomcat 7.0.33. NetBeans v 8.1 was used as IDE. The application uses SLF4j logging API - implemented by Log4j v 2.2.

  • gwt-webapp Simple GWT application

    The application is simple GWT application

  • gwt-security-webapp Simple GWT application

    The extended gwt-webapp. The security feature was added.

  • spring-securtiy-webapp Spring MVC with spring-security support