File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes WAR files Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "WAR files" Watch "WAR files" New topic
Author

WAR files

rakesh kesavan
Greenhorn

Joined: Jan 21, 2006
Posts: 2
please tell me about war and jar files .....
Tony Morris
Ranch Hand

Joined: Sep 24, 2003
Posts: 1608
WAR means Web Archive
JAR means Java Archive
You'll probably also encounter EAR which means Enterprise Archive.
They are all deployment mechanisms for different contexts.
Google should help you out with further elaboration.


Tony Morris
Java Q&A (FAQ, Trivia)
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: WAR files
 
Similar Threads
Is it possible to deploy two wars in the same context?
how to merge war file and ear file?
how to put my .war file into netbean IDE and make it run?
How to deploye
How to package a web project