Re: Purpose of EAR- and SAR-files
- From: "Daniel Dyer" <"You don't need it">
- Date: Tue, 16 Jan 2007 20:00:36 -0000
On Tue, 16 Jan 2007 15:41:24 -0000, Bart op de grote markt <bartwarnez@xxxxxxxxxxxx> wrote:
Hello,
I recently assisted in deploying applications that use Tomcat and
JBoss. I am pretty new to all of this so I try to understand it all.
But one question I've been googling for already a long time while I did
not find a clear answer: What is the purpose of EAR- and SAR files in
a JBoss deployment. What do you put in the EAR and what in the SAR?
Are there connections? Or is there maybe anything on the internet that
I certainly should read?
I assume it is all pretty simple, but I don't know ;).
An EAR file (Enterprise ARchive) is the standard way of deploying an enterprise Java application. In theory you can build an EAR file and deploy it on any JavaEE server. In practice it's rarely that straightforward. A SAR file (Service ARchive) is JBoss-specific file for deploying service POJOs (themselves a JBoss-specific concept - http://docs.jboss.org/ejb3/app-server/tutorial/service/service.html).
Dan.
--
Daniel Dyer
https://watchmaker.dev.java.net - Evolutionary Algorithm Framework for Java
.
- Follow-Ups:
- Re: Purpose of EAR- and SAR-files
- From: Bart op de grote markt
- Re: Purpose of EAR- and SAR-files
- References:
- Purpose of EAR- and SAR-files
- From: Bart op de grote markt
- Purpose of EAR- and SAR-files
- Prev by Date: Re: How to check variables for uniqueness ?
- Next by Date: Re: How to check variables for uniqueness ?
- Previous by thread: Purpose of EAR- and SAR-files
- Next by thread: Re: Purpose of EAR- and SAR-files
- Index(es):
Relevant Pages
|