-
Notifications
You must be signed in to change notification settings - Fork 5
GumTree Server_4882637
nxi edited this page Apr 9, 2015
·
1 revision
Created by Tony Lam, last modified on Jul 06, 2009
With the advance of Equinox technology (Eclipse's implementation of OSGi specification), GumTree can now be run as a standalone HTTP server that accepts servlet and JSP requests. GumTree server has provided the following advantages:
- All non-UI code can be reused. For example, code that is used for communicate with the SICS control system has been reused to build the web status for SICS.
- The HTTP server is implemented by pure Java. This makes the deployment of the GumTree server much more easier.
-
Equinox launcher mode
- The main application is this mode is the Equinox launcher. In this mode, users have the flexibility to manually active any plug-ins, and run multiple RCP application within Equinox in headless mode.
-
Eclipse RCP headless mode
- The main application is the single RCP application. In this mode, the main RCP application is responsible (programmatically) to activate the Jetty plug-in (org.eclipse.equinox.http.jetty) to enable the HTTP service. Another alternative is to manually config the config.ini file for the RCP.
Document generated by Confluence on Apr 01, 2015 00:11
Home | Developer Guide | Copyright © 2013 ANSTO