Hi !
Could anyone tell me what is the exact difference between a 'jar' file and a 'war file.
Thanks
AJP
-
What is the difference between a 'jar' file and a 'war' file (1 messages)
- Posted by: A JP
- Posted on: December 20 2001 19:19 EST
Threaded Messages (1)
- What is the difference between a 'jar' file and a 'war' file by Abhijit Gaikwad on December 22 2001 02:47 EST
-
What is the difference between a 'jar' file and a 'war' file[ Go to top ]
- Posted by: Abhijit Gaikwad
- Posted on: December 22 2001 02:47 EST
- in response to A JP
Hi AJP,
For making JAR and WAR we follow , the following process ,
Create Component -> Create Component DD -> Create Component Archive.
NOW WAR , stands for Web Archive which holds Servelts , JSP pages , Web pages.
Servlets + JSP Pages + Web Pages = [.War file ]
while JAR file is a EJB ,
EJB = [.jar file]
For an Application we typically have ,
[.JAR] + [. WAR] = [. EAR]
.EAR is an Enterprise Archive ( Application Archive)
So in all it is just a terminology to identify what your archive contains .
- Abhijit