Exforsys

Online Training

Difference between .jar .war & .ear

This is a discussion on Difference between .jar .war & .ear within the Java Tutorials forums, part of the Articles and Tutorials category; Hello EveryBody, Please tell me what is the difference between .jar .war & .ear file and when we should use ...


Go Back   Exforsys > Articles and Tutorials > Java Tutorials

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-20-2004, 12:13 PM
Junior Member
 
Join Date: Oct 2004
Posts: 6
ajagania
Difference between .jar .war & .ear

Hello EveryBody,

Please tell me what is the difference between .jar .war & .ear file and when we should use which.

Its very much confusing for me.

Any pointers on this will be greatly appreciated.

Thanks & Regards,

Anant.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 10-20-2004, 06:11 PM
Senior Member
 
Join Date: Nov 2004
Posts: 132
Vasu
Re:Difference between .jar .war & .ear

An EAR(Enterprise archive) is a top-level container which contains modules like:
EJB modules, web modules, application client modules etc.

A WAR file is for a Web application deployed to a servlet/JSP engine. It\'s got a WEB-INF directory, where the deployment descriptor web.xml sits. Underneath that are directories WEB-INF/classes and WEB-INF/lib, where web application classes and JARs live, respectively.

An EAR file is an enterprise application deployed to an application server like WebLogic, WebSphere, JBOSS, etc. It might contain WARs, JARs, etc.

EAR = WAR(Web module) + JAR(can be EJB module or application client module)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 10-21-2004, 10:03 AM
Junior Member
 
Join Date: Oct 2004
Posts: 6
ajagania
Re:Difference between .jar .war & .ear

Hey Vasu,

Thanks for the reply...

this is what i wanted...

Thaks a lot..

Anant.

- Low aim is a crime.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Smalltalk FAQ (v.1.0) Vikas Malik Tech FAQ 0 10-19-2005 01:37 AM
Smalltalk FAQ (v.1.0) Vikas Malik Tech FAQ 0 09-29-2004 01:18 AM
Smalltalk FAQ (v.1.0) Vikas Malik Tech FAQ 0 08-29-2004 01:29 AM
Smalltalk FAQ (v.1.0) Vikas Malik Tech FAQ 0 07-29-2004 01:17 AM
Smalltalk FAQ (v.1.0) Vikas Malik Tech FAQ 0 04-17-2004 08:27 AM


All times are GMT -4. The time now is 11:43 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.