Skip to content
Martin edited this page Jan 12, 2018 · 55 revisions

Welcome to the Java Overview Wiki!

Java Enterprise Edition

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

Java Containers

Build Tools

  • Maven - repository based build tool
  • Ant - old similar to linux Make file
  • Eclipse - IDE for development

Java packing formats

  • JAR - simple JAR (Java Archive) for common libraries or runable programs
  • WAR - Web Application Archive
  • EAP - Enterprise Application Archive for Java EE

Java security

  • Shiro - management and authorization

Web services

XML

  • JAXB Java Entity to XML translator

Database

  • Java Persistence
  • Hibernate

Clone this wiki locally