JAR Files (Java Archive):
- These files are with the .jar extension.
- The .jar files contain the classes, libraries, resources and accessories files like property files.
WAR Files (Web Archive):
- These files are with the .war extension.
- The war file contains JSP, html, JavaScript and other files for necessary for the development of web applications.
- The war file contains the web application that can be deployed on the any servlet/jsp container.
EAR Files:
- These files are with the .ear extension.
- The .ear file contains the EJB modules of the applications.
- The ear file contains the ejb application that can be deployed on the any application server with ejb container.
No comments:
Post a Comment