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 122886

Summary: GlassFish v3 plugin on the update center
Product: serverplugins Reporter: Petr Jiricka <pjiricka>
Component: Sun Appserver 9Assignee: _ pcw <pcw>
Status: RESOLVED FIXED    
Severity: blocker Keywords: PLAN
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 123131    

Description Petr Jiricka 2007-11-27 18:10:55 UTC
Provide a server plugin for GlassFish v3 and publish it on the update center for NetBeans 6.1.
Comment 1 _ pcw 2008-02-27 23:19:09 UTC
This plugin (the one that supports V3 for both Web apps and JRuby apps) is composed of 3 modules in main/contrib:

glassfish.common : Core server code that manages and offers an api for shared server instances of GlassFish V3.
glassfish.javaee : Implements j2eeserver's server apis (JSR-88 ++) on top of glassfish.common.
glassfish.jruby : Implements ruby.railsproject's server api on top of glassfish.common.

Code is generally working at this writing.  I'm adding incremental features to fill out the capabilities and smooth out
the usability (esp. for JRuby - j2eeserver is pretty solid).

Note the older V3 plugin that supports Web apps only is still available and is on the update center.
Comment 2 _ pcw 2008-04-07 21:50:07 UTC
The modules for this plugin are on the dev update center, are generally stable and feature complete for the TP2 V3
feature set.  Both JavaEE and JRuby/Rails applications are supported.

Ongoing tasks (not tracked by this issue) are incremental bug and feature upgrades tracking V3's capabilities and pushes
to beta update center as those upgrades become stable enough for that.