Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157535 - packaging dev-java/sun-j2ee-deployment from unrestricted source should be possible
Summary: packaging dev-java/sun-j2ee-deployment from unrestricted source should be pos...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL: https://glassfish.dev.java.net/javaee...
Whiteboard:
Keywords:
Depends on:
Blocks: 237562
  Show dependency tree
 
Reported: 2006-12-08 13:19 UTC by Vlastimil Babka (Caster) (RETIRED)
Modified: 2009-05-09 15:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-12-08 13:19:32 UTC
The GlassFish project includes an implementation of the JSR-88 API. This allows any tool that complies with JSR-88 to deploy applications to and undeploy applications from the app server.

The JSR-88 implementation in the GlassFish project exposes several classes to the tool writer. One of the main ones is the SunDeploymentManager which implements the JSR-88 DeploymentManager interface. It bridges the JSR-88 API to the DeploymentFacility shared by all GlassFish project deployment clients. If you are interested in exploring the JSR-88 implementation, this class is a good place to start. It and other classes related to the JSR-88 implementation reside in the appserv-core/src/java/com/sun/enterprise/deployapi branch of the source code repository.
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2007-04-28 09:47:08 UTC
Precisely, the source is here: https://glassfish.dev.java.net/source/browse/glassfish/deployment-api/

And new package should be probably called like glassfish-deployment-api ?
Comment 2 Krzysztof Pawlik (RETIRED) gentoo-dev 2009-05-09 15:16:38 UTC
I'm on it.
Comment 3 Krzysztof Pawlik (RETIRED) gentoo-dev 2009-05-09 15:30:59 UTC
Added:

------------------------------------------------------------------------------
Add J2EE deployment-api built from Glassfish sources.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
------------------------------------------------------------------------------

It uses the same source zip archive as glassfish-transaction-api.