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 - Enhance the server integration infrastructure to support Rails, PHP and other technologies
Summary: Enhance the server integration infrastructure to support Rails, PHP and other...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://wiki.netbeans.org/wiki/view/Co...
Keywords: API, API_REVIEW_FAST, PLAN
Depends on:
Blocks:
 
Reported: 2007-11-27 18:07 UTC by Petr Jiricka
Modified: 2008-01-14 15:33 UTC (History)
2 users (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 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.