java - .war vs .ear file -


What is the difference between a .war and .ear file?

>

From:

P> JAR: EJB module in which enterprise Java bean (class files) and EJB deployment descriptor is packed as jar files .jar Extension

War: The web module, which includes servlet class files, JSP files, support files, GIA And HTML files are packed with .war (web archive) extension in the form of jar file

ER: All the above files (.js and .wm) are .ear (enterprise archive) Packed as a JR file with extensions and applications are deployed to the server.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -