Skip to content

Java Ecosystem and Tools

Martin edited this page Jan 12, 2018 · 3 revisions

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

Clone this wiki locally