|
Replies:
4
-
Last Post:
May 10, 2006 7:46 AM
by: vbkraemer
|
|
|
|
|
|
|
why no "deploytool" in glassfish?
Posted:
Jul 23, 2005 12:08 AM
|
|
|
compared with Sun JES, I found no "deploytool" in glassfish.
anyone know the reason?
|
|
|
|
|
|
|
Re: why no "deploytool" in glassfish?
Posted:
Jul 26, 2005 11:41 PM
in response to: ervinyan
|
|
|
NetBeans is the recommended tool for deploying on GlassFish.
|
|
|
|
|
|
|
|
Re: why no "deploytool" in glassfish?
Posted:
Jul 28, 2005 5:57 PM
in response to: carlavmott
|
|
|
Maybe so, but I believe the intent of the poster's question (or I am projecting upon them) is what about the deployment descriptor editor part of deploytool?
-- /v\atthew
|
|
|
|
|
|
|
|
Re: why no "deploytool" in glassfish?
Posted:
Jul 28, 2005 10:22 PM
in response to: bitmaster
|
|
|
The long story is that with the introduction of annotations in Java EE 5, the deploytool would have had to evolve a lot to support both annotations and xml editing with all the appropriate overriding rules.
Instead, it was decided to invest the resources in providing the feature set in netbeans : - ability to edit standard deployment descriptors (been there for a while) - ability to edit runtime deployment descriptors (was there with the Sun's plugin) - ability to edit source-less archives descriptors.
Of course with a nice java tool and annotation aware IDE, the result should be a more integrated experience. As for the Eclipse users, they should check the glassfishplugins page !
|
|
|
|
|