This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 72562 - Need EAR fast directory-based deployment (at least for Glassfish)
Summary: Need EAR fast directory-based deployment (at least for Glassfish)
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-11 11:12 UTC by bjb
Modified: 2008-04-25 19:04 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bjb 2006-02-11 11:12:09 UTC
In order to speed up the development cycle we need netbeans to a default ant
task that will bring task tha directory tree that is compatible with Glassfish
deployed tree structure (see
$GLASSFISH_HOME/domains/domain1/applications/j2ee-apps structure on a deployed
EAR or WAR).

At this time only WAR is available which means enterprise applications got heavy
development cycles !

Doing so, we could just save or recompile the project to glassfish reload the
resource or class (if the classloader allows it).

An option in Server Manager could be brought to indicate if this task has to be
called (and hence the "flat deployment" directory generated).

At the end NB should indicate glassfish that a new j2ee app is available at that
directoty location in the same way that the config line :

    <j2ee-application availability-enabled="false" directory-deployed="false"
enabled="true" java-web-start-enabled="true"
location="${com.sun.aas.instanceRoot}/applications/j2ee-apps/telemak"
name="telemak" object-type="user"/>
Comment 1 Sherold Dev 2006-02-13 08:15:13 UTC
-> sunappserv
Comment 2 Vince Kraemer 2006-03-18 02:30:56 UTC
actually this requires a coordinated effort between the various projects,
j2eeserver and serverplugins (including sunappserv...)
Comment 3 Vince Kraemer 2008-04-25 19:01:50 UTC
we did this.

see: http://blogs.sun.com/vkraemer/entry/new_glassfish_integration_feature_directory
Comment 4 Vince Kraemer 2008-04-25 19:04:25 UTC
marking as feature.