You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Chris Opacki <ch...@yahoo.com> on 2003/08/13 18:11:03 UTC

JSR-88 Deployment API

A new thread for all things JSR-88.

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

RE: JSR-88 Deployment API

Posted by Chris Opacki <ch...@yahoo.com>.
Yeah. We can use an absolute path or a relative path
from what I have read. I'll have to read through that
part one more time to see what is better. I'm
wondering about how the management API uses this
information or if it even does. The example of the
Session_DConfigBean in the deployment api specs makes
sense to me though. getXpaths() appears to want to
return a string array of child XPaths relative to the
DCongigBean implementation.

--- Aaron Mulder <am...@alumni.princeton.edu>
wrote:
> 	Let's start with EJB, since that's what the server
> is working 
> towards supporting at the moment.  The tags under
> "enterprise-beans" are 
> probably the place to start.
> 
> 	We should think about how we want to tie DDBeans to
> XPaths.
> 
> Aaron
> 
> On Wed, 13 Aug 2003, Chris Opacki wrote:
> > So was have some deployable objects to implement
> > including DDBeans
> > and ConfigBeans.
> > They are EAR,JAR,WAR and RAR. If I'm missing
> > any..please add them to the list.
> > 
> > 
> > Do we want to list all of the DD tags we need to
> > implement beans for first?
> > 
> > Do we want to each take a spec to find which tags
> we
> > need to implement?
> > 
> > Do we want to order them by importance?
> > 
> > Anything we want to do before we implement these
> (I
> > don't think that 
> > implementing these will require the detail as the
> rest
> > of the Deployment implementation)?
> 
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

RE: JSR-88 Deployment API

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
	Let's start with EJB, since that's what the server is working 
towards supporting at the moment.  The tags under "enterprise-beans" are 
probably the place to start.

	We should think about how we want to tie DDBeans to XPaths.

Aaron

On Wed, 13 Aug 2003, Chris Opacki wrote:
> So was have some deployable objects to implement
> including DDBeans
> and ConfigBeans.
> They are EAR,JAR,WAR and RAR. If I'm missing
> any..please add them to the list.
> 
> 
> Do we want to list all of the DD tags we need to
> implement beans for first?
> 
> Do we want to each take a spec to find which tags we
> need to implement?
> 
> Do we want to order them by importance?
> 
> Anything we want to do before we implement these (I
> don't think that 
> implementing these will require the detail as the rest
> of the Deployment implementation)?



RE: JSR-88 Deployment API

Posted by Chris Opacki <ch...@yahoo.com>.
So was have some deployable objects to implement
including DDBeans
and ConfigBeans.
They are EAR,JAR,WAR and RAR. If I'm missing
any..please add them to the list.


Do we want to list all of the DD tags we need to
implement beans for first?

Do we want to each take a spec to find which tags we
need to implement?

Do we want to order them by importance?

Anything we want to do before we implement these (I
don't think that 
implementing these will require the detail as the rest
of the Deployment implementation)?


--- Aaron Mulder <am...@alumni.princeton.edu>
wrote:
> On Wed, 13 Aug 2003, Maas van den Berg wrote:
> > Hi guys,
> > 
> > I'm very interested in contributing to Geronimo,
> but haven't had much
> > time to read the list and get involved...
> > I did however manage to find some time to
> implement the jsr-88 APIs :)
> > Including some testcases for the *Type classes...
> > Please let me know how/what/when/where to handover
> this stuff for
> > commit.
> 
> 	Do you want to e-mail me what you've got and we can
> try to 
> coordinate this?
> 
> Aaron
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

RE: JSR-88 Deployment API

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
On Wed, 13 Aug 2003, Maas van den Berg wrote:
> Hi guys,
> 
> I'm very interested in contributing to Geronimo, but haven't had much
> time to read the list and get involved...
> I did however manage to find some time to implement the jsr-88 APIs :)
> Including some testcases for the *Type classes...
> Please let me know how/what/when/where to handover this stuff for
> commit.

	Do you want to e-mail me what you've got and we can try to 
coordinate this?

Aaron


RE: JSR-88 Deployment API

Posted by Chris Opacki <ch...@yahoo.com>.
Cool...are you talking about the javax.deployment.*
interfaces? Or the implementation behind the
interfaces?

--- Maas van den Berg <em...@dds.nl> wrote:
> Hi guys,
> 
> I'm very interested in contributing to Geronimo, but
> haven't had much
> time to read the list and get involved...
> I did however manage to find some time to implement
> the jsr-88 APIs :)
> Including some testcases for the *Type classes...
> Please let me know how/what/when/where to handover
> this stuff for
> commit.
> 
> Maas
> 
> On Wed, 2003-08-13 at 21:48, Aaron Mulder wrote:
> > On Wed, 13 Aug 2003, Jeremy Boynes wrote:
> > > We should assume for now that we cannot reuse
> Sun's binaries.
> > > 
> > > Can someone please confirm they are typing in
> the javax.enterprise.deploy
> > > packages and implementing the concrete classes.
> I will commit this when
> > > available.
> > 
> > 	I am working on this, and plan to have at least
> the interfaces 
> > ready today/tonight.
> > 
> > Aaron
> > 
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

RE: JSR-88 Deployment API

Posted by Jeremy Boynes <je...@coredevelopers.net>.
Now imported

> -----Original Message-----
> From: Maas van den Berg [mailto:email@dds.nl]
> Sent: Wednesday, August 13, 2003 12:11 PM
> To: geronimo-dev@incubator.apache.org
> Subject: RE: JSR-88 Deployment API
>
>
> Hi,
>
> These are just the base interfaces/classes (and some unittests) of
> jsr-88 but no actual implementation.
>
> If have only used the javadoc and ran unit tests against Suns RI to
> verify constants values etc.
>
> - I have not seen the Sun (or other) sources.
> - Copyright is assignable to ASF.
>
> Maas
>
>
> On Wed, 2003-08-13 at 20:54, Jeremy Boynes wrote:
> > Please submit to this list as a patch or as a jar of the source.
> >
> > Please can you also confirm that this is a clean
> implementation, that you
> > have not seen the Sun source, and that copyright is assignable
> to ASF (just
> > being careful).
> >
> > Thanks
> > Jeremy
> >
> > > -----Original Message-----
> > > From: Maas van den Berg [mailto:email@dds.nl]
> > > Sent: Wednesday, August 13, 2003 11:47 AM
> > > To: geronimo-dev@incubator.apache.org
> > > Subject: RE: JSR-88 Deployment API
> > >
> > >
> > > Hi guys,
> > >
> > > I'm very interested in contributing to Geronimo, but haven't had much
> > > time to read the list and get involved...
> > > I did however manage to find some time to implement the jsr-88 APIs :)
> > > Including some testcases for the *Type classes...
> > > Please let me know how/what/when/where to handover this stuff for
> > > commit.
> > >
> > > Maas
> > >
> > > On Wed, 2003-08-13 at 21:48, Aaron Mulder wrote:
> > > > On Wed, 13 Aug 2003, Jeremy Boynes wrote:
> > > > > We should assume for now that we cannot reuse Sun's binaries.
> > > > >
> > > > > Can someone please confirm they are typing in the
> > > javax.enterprise.deploy
> > > > > packages and implementing the concrete classes. I will commit
> > > this when
> > > > > available.
> > > >
> > > > 	I am working on this, and plan to have at least the
> interfaces
> > > > ready today/tonight.
> > > >
> > > > Aaron
> > > >
> > >
> > >
> >
>


RE: JSR-88 Deployment API

Posted by Chris Opacki <ch...@yahoo.com>.
Cool.

--- Maas van den Berg <em...@dds.nl> wrote:
> Hi,
> 
> These are just the base interfaces/classes (and some
> unittests) of
> jsr-88 but no actual implementation.
> 
> If have only used the javadoc and ran unit tests
> against Suns RI to
> verify constants values etc.
> 
> - I have not seen the Sun (or other) sources.
> - Copyright is assignable to ASF.
> 
> Maas
> 
> 
> On Wed, 2003-08-13 at 20:54, Jeremy Boynes wrote:
> > Please submit to this list as a patch or as a jar
> of the source.
> > 
> > Please can you also confirm that this is a clean
> implementation, that you
> > have not seen the Sun source, and that copyright
> is assignable to ASF (just
> > being careful).
> > 
> > Thanks
> > Jeremy
> > 
> > > -----Original Message-----
> > > From: Maas van den Berg [mailto:email@dds.nl]
> > > Sent: Wednesday, August 13, 2003 11:47 AM
> > > To: geronimo-dev@incubator.apache.org
> > > Subject: RE: JSR-88 Deployment API
> > >
> > >
> > > Hi guys,
> > >
> > > I'm very interested in contributing to Geronimo,
> but haven't had much
> > > time to read the list and get involved...
> > > I did however manage to find some time to
> implement the jsr-88 APIs :)
> > > Including some testcases for the *Type
> classes...
> > > Please let me know how/what/when/where to
> handover this stuff for
> > > commit.
> > >
> > > Maas
> > >
> > > On Wed, 2003-08-13 at 21:48, Aaron Mulder wrote:
> > > > On Wed, 13 Aug 2003, Jeremy Boynes wrote:
> > > > > We should assume for now that we cannot
> reuse Sun's binaries.
> > > > >
> > > > > Can someone please confirm they are typing
> in the
> > > javax.enterprise.deploy
> > > > > packages and implementing the concrete
> classes. I will commit
> > > this when
> > > > > available.
> > > >
> > > > 	I am working on this, and plan to have at
> least the interfaces
> > > > ready today/tonight.
> > > >
> > > > Aaron
> > > >
> > >
> > >
> > 
> 

> ATTACHMENT part 2 application/zip name=jsr88-src.jar



__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

RE: JSR-88 Deployment API

Posted by Maas van den Berg <em...@dds.nl>.
Hi,

These are just the base interfaces/classes (and some unittests) of
jsr-88 but no actual implementation.

If have only used the javadoc and ran unit tests against Suns RI to
verify constants values etc.

- I have not seen the Sun (or other) sources.
- Copyright is assignable to ASF.

Maas


On Wed, 2003-08-13 at 20:54, Jeremy Boynes wrote:
> Please submit to this list as a patch or as a jar of the source.
> 
> Please can you also confirm that this is a clean implementation, that you
> have not seen the Sun source, and that copyright is assignable to ASF (just
> being careful).
> 
> Thanks
> Jeremy
> 
> > -----Original Message-----
> > From: Maas van den Berg [mailto:email@dds.nl]
> > Sent: Wednesday, August 13, 2003 11:47 AM
> > To: geronimo-dev@incubator.apache.org
> > Subject: RE: JSR-88 Deployment API
> >
> >
> > Hi guys,
> >
> > I'm very interested in contributing to Geronimo, but haven't had much
> > time to read the list and get involved...
> > I did however manage to find some time to implement the jsr-88 APIs :)
> > Including some testcases for the *Type classes...
> > Please let me know how/what/when/where to handover this stuff for
> > commit.
> >
> > Maas
> >
> > On Wed, 2003-08-13 at 21:48, Aaron Mulder wrote:
> > > On Wed, 13 Aug 2003, Jeremy Boynes wrote:
> > > > We should assume for now that we cannot reuse Sun's binaries.
> > > >
> > > > Can someone please confirm they are typing in the
> > javax.enterprise.deploy
> > > > packages and implementing the concrete classes. I will commit
> > this when
> > > > available.
> > >
> > > 	I am working on this, and plan to have at least the interfaces
> > > ready today/tonight.
> > >
> > > Aaron
> > >
> >
> >
> 

RE: JSR-88 Deployment API

Posted by Jeremy Boynes <je...@coredevelopers.net>.
Please submit to this list as a patch or as a jar of the source.

Please can you also confirm that this is a clean implementation, that you
have not seen the Sun source, and that copyright is assignable to ASF (just
being careful).

Thanks
Jeremy

> -----Original Message-----
> From: Maas van den Berg [mailto:email@dds.nl]
> Sent: Wednesday, August 13, 2003 11:47 AM
> To: geronimo-dev@incubator.apache.org
> Subject: RE: JSR-88 Deployment API
>
>
> Hi guys,
>
> I'm very interested in contributing to Geronimo, but haven't had much
> time to read the list and get involved...
> I did however manage to find some time to implement the jsr-88 APIs :)
> Including some testcases for the *Type classes...
> Please let me know how/what/when/where to handover this stuff for
> commit.
>
> Maas
>
> On Wed, 2003-08-13 at 21:48, Aaron Mulder wrote:
> > On Wed, 13 Aug 2003, Jeremy Boynes wrote:
> > > We should assume for now that we cannot reuse Sun's binaries.
> > >
> > > Can someone please confirm they are typing in the
> javax.enterprise.deploy
> > > packages and implementing the concrete classes. I will commit
> this when
> > > available.
> >
> > 	I am working on this, and plan to have at least the interfaces
> > ready today/tonight.
> >
> > Aaron
> >
>
>


RE: JSR-88 Deployment API

Posted by Maas van den Berg <em...@dds.nl>.
Hi guys,

I'm very interested in contributing to Geronimo, but haven't had much
time to read the list and get involved...
I did however manage to find some time to implement the jsr-88 APIs :)
Including some testcases for the *Type classes...
Please let me know how/what/when/where to handover this stuff for
commit.

Maas

On Wed, 2003-08-13 at 21:48, Aaron Mulder wrote:
> On Wed, 13 Aug 2003, Jeremy Boynes wrote:
> > We should assume for now that we cannot reuse Sun's binaries.
> > 
> > Can someone please confirm they are typing in the javax.enterprise.deploy
> > packages and implementing the concrete classes. I will commit this when
> > available.
> 
> 	I am working on this, and plan to have at least the interfaces 
> ready today/tonight.
> 
> Aaron
> 


RE: JSR-88 Deployment API

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
On Wed, 13 Aug 2003, Jeremy Boynes wrote:
> We should assume for now that we cannot reuse Sun's binaries.
> 
> Can someone please confirm they are typing in the javax.enterprise.deploy
> packages and implementing the concrete classes. I will commit this when
> available.

	I am working on this, and plan to have at least the interfaces 
ready today/tonight.

Aaron


RE: JSR-88 Deployment API

Posted by Jeremy Boynes <je...@coredevelopers.net>.
We should assume for now that we cannot reuse Sun's binaries.

Can someone please confirm they are typing in the javax.enterprise.deploy
packages and implementing the concrete classes. I will commit this when
available.

Thanks
Jeremy

> -----Original Message-----
> From: Chris Opacki [mailto:chris_opacki@yahoo.com]
> Sent: Wednesday, August 13, 2003 9:11 AM
> To: geronimo-dev@incubator.apache.org
> Subject: JSR-88 Deployment API
>
>
> A new thread for all things JSR-88.
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
>