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 122885

Summary: Enhance the server integration infrastructure to support Rails, PHP and other technologies
Product: serverplugins Reporter: Petr Jiricka <pjiricka>
Component: InfrastructureAssignee: Petr Hejl <phejl>
Status: RESOLVED FIXED    
Severity: blocker CC: apireviews, phejl
Priority: P3 Keywords: API, API_REVIEW_FAST, PLAN
Version: 6.x   
Hardware: All   
OS: All   
URL: http://wiki.netbeans.org/wiki/view/CommonServerAPI
Issue Type: ENHANCEMENT Exception Reporter:

Description Petr Jiricka 2007-11-27 18:07:16 UTC
Currently the server integration infrastructure is tailored for Java EE (or Java Web) servers, and can not be easily
used for technologies that are not based on the Java EE standards, such as PHP, Ruby on Rails and others. 

In particular, the user interface that allows registering servers in the Services tab can only be used for Java EE
servers, and non-Java EE servers (e.g. Apache) can not use this UI.

The desire is to be able to use some parts of the server integration infrastructure (including the Servers node) by
non-Java EE servers which are used in non-Java technologies.
Comment 1 Petr Hejl 2007-12-05 14:01:49 UTC
Wiki page: http://wiki.netbeans.org/wiki/view/CommonServerAPI
Comment 2 Petr Hejl 2008-01-04 14:54:39 UTC
The code is located under serverplugins/server in cvs trunk (not in build).
Comment 3 Petr Hejl 2008-01-10 15:14:01 UTC
Thanks for your comments.

I will integrate the spi into the build tomorrow.
Comment 4 Petr Hejl 2008-01-14 15:33:18 UTC
Integrated into the trunk.