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

Welcome to the Java Overview Wiki!

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