-
Notifications
You must be signed in to change notification settings - Fork 3
Java Ecosystem and Tools
Martin edited this page Apr 16, 2018
·
3 revisions
- Tomcat (Servlet Container)
- GlassFish (Servlet Container Open-source)
- JBoss/Wildfly
- Maven - repository based build tool
- Ant - old similar to linux Make file
- Eclipse - IDE for development
In java you can pack your project, library, module or web application in differend three formats: jar, war, eap.
Simple JAR (Java Archive) for common libraries or runable programs. It's ZIP file.
Format for web application. Structure of this is very specific.
- WAR - Web Application Archive
Enterprise Application Archive for Java EE.
With love from Pooky