You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Mindbridge <mi...@yahoo.com> on 2004/01/31 21:56:31 UTC

ASL ejb.jar?

Hi guys,

I am working on some "ease of use"/doc issues at the moment, and in the mean time I made some changes to the build.xmls so that you can build Tapestry just by doing 'ant' -- no need to set vars in config. It downloads the files that are needed, etc.

I am missing one last piece of the puzzle -- ejb.jar. Do you happen to know if there is an ejb.jar with a compatible license? Or at least a (relatively small) distribution that can be downloaded and it can be extracted from? I just don't think it makes sense to download JBoss just for that.

Any ideas?

Thanks in advance,
-mb

Re: ASL ejb.jar?

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On Feb 1, 2004, at 1:03 AM, Mindbridge wrote:
> Correction...
> The code _is_ in the repository, and is under ASL for sure (the sources
> contain ASL 1.1 for example).
>
> Here it is:
> http://cvs.apache.org/viewcvs.cgi/incubator-geronimo/specs/ejb/src/ 
> java/javax/ejb/
>
> I guess that probably means we can use their stuff.

Yes, we can surely use Geronimo stuff.  I was only referring to Sun's  
J2SDKEE distribution that is not able to live in an ASF repository.

	Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: ASL ejb.jar?

Posted by Mindbridge <mi...@yahoo.com>.
Hi,

> I was thinking about Geronimo -- it is bound to have an implementation
under
> ASL (the same way Tomcat has a servlet.jar implementation), but it appears
> that the files are not in the repository yet :(.

Correction...
The code _is_ in the repository, and is under ASL for sure (the sources
contain ASL 1.1 for example).

Here it is:
http://cvs.apache.org/viewcvs.cgi/incubator-geronimo/specs/ejb/src/java/javax/ejb/

I guess that probably means we can use their stuff.

Best regards,
-mb


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: ASL ejb.jar?

Posted by Mindbridge <mi...@yahoo.com>.
Thanks Erik... I was referring to the JAR that contains javax.ejb.*. It is
defined in the EJB spec, I believe.
Oh well... Pity, that would have simplified life a lot :(

I was thinking about Geronimo -- it is bound to have an implementation under
ASL (the same way Tomcat has a servlet.jar implementation), but it appears
that the files are not in the repository yet :(. Would it make sense to send
a message to their list?

Interestingly, it appears that the OpenEJB project (http://openejb.sf.net)
has those files and it is under a BSD-like license. Theoretically, this
would mean that the ejb.jar they distribute (ejb-1.0.jar and ejb-2.0.jar in
their case) is also under BSD (which is compatible with Apache, I believe).
It also now appears that Apache Geronimo will use precisely OpenEJB as an
EJB container.


The other alternative we have is to find a small package that contains
ejb.jar/j2ee.jar. Then ant could download it and obtain the JAR from there.
I cannot find a relatively small package that fits the bill though...

-mb


----- Original Message ----- 
From: "Erik Hatcher" <er...@ehatchersolutions.com>
To: "Tapestry development" <ta...@jakarta.apache.org>
Sent: Sunday, February 01, 2004 3:35 AM
Subject: Re: ASL ejb.jar?


> I'm almost certain that you cannot distribute j2ee.jar (I'm not sure
> what is in ejb.jar).  In my JavaDevWithAnt build
> <http://www.ehatchersolutions.com/JavaDevWithAnt> I made it so that it
> checks for J2EE_HOME as an environment variable and finds j2ee.jar from
> there or from some other property settings otherwise.
>
> Thank you for fixing up the build to be simpler!  It was on my ever
> growing to-do list :)
>
> Erik
>
> On Jan 31, 2004, at 3:56 PM, Mindbridge wrote:
>
> > Hi guys,
> >
> > I am working on some "ease of use"/doc issues at the moment, and in
> > the mean time I made some changes to the build.xmls so that you can
> > build Tapestry just by doing 'ant' -- no need to set vars in config.
> > It downloads the files that are needed, etc.
> >
> > I am missing one last piece of the puzzle -- ejb.jar. Do you happen to
> > know if there is an ejb.jar with a compatible license? Or at least a
> > (relatively small) distribution that can be downloaded and it can be
> > extracted from? I just don't think it makes sense to download JBoss
> > just for that.
> >
> > Any ideas?
> >
> > Thanks in advance,
> > -mb
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: ASL ejb.jar?

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
I'm almost certain that you cannot distribute j2ee.jar (I'm not sure 
what is in ejb.jar).  In my JavaDevWithAnt build 
<http://www.ehatchersolutions.com/JavaDevWithAnt> I made it so that it 
checks for J2EE_HOME as an environment variable and finds j2ee.jar from 
there or from some other property settings otherwise.

Thank you for fixing up the build to be simpler!  It was on my ever 
growing to-do list :)

	Erik

On Jan 31, 2004, at 3:56 PM, Mindbridge wrote:

> Hi guys,
>
> I am working on some "ease of use"/doc issues at the moment, and in 
> the mean time I made some changes to the build.xmls so that you can 
> build Tapestry just by doing 'ant' -- no need to set vars in config. 
> It downloads the files that are needed, etc.
>
> I am missing one last piece of the puzzle -- ejb.jar. Do you happen to 
> know if there is an ejb.jar with a compatible license? Or at least a 
> (relatively small) distribution that can be downloaded and it can be 
> extracted from? I just don't think it makes sense to download JBoss 
> just for that.
>
> Any ideas?
>
> Thanks in advance,
> -mb


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org