Java for Web - Pooky/java-enterprise-examples GitHub Wiki

Web technologies

  • Servlets - Simple scripts for handling request and response.
  • JSP (Java Server Pages)
  • JSF (Java Server Faces)
  • Vaadin - Server - side java and HTML5
  • GWT - Google Web Toolkit

For packing refer to WAR Format and web.xml configuration. Also check web container like Tomcat.