Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Virgo/Future"

(New page: Category:Virgo Category:EclipseRT {{Virgo}} This page notes design ideas for future Virgo features. == Jetty Support == Note that Jetty support may be provided mostly in Virgo'...)
 
(Jetty Support)
Line 7: Line 7:
 
Note that Jetty support may be provided mostly in Virgo's sister project Gemini Web. The Tomcat-based Virgo Web Server integrates Gemini Web and a Jetty-based variant may do the same.
 
Note that Jetty support may be provided mostly in Virgo's sister project Gemini Web. The Tomcat-based Virgo Web Server integrates Gemini Web and a Jetty-based variant may do the same.
  
Jetty has existing [[Jetty/Feature/Jetty_OSGi support for OSGi]] including RFC 66. After Jetty is bootstrapped in the OSGi framework, web bundles may be deployed directly to Jetty using the whiteboard pattern. A ContextHandler service must be registered with appropriate service properties
+
Jetty has existing [[Jetty/Feature/Jetty_OSGi|support for OSGi]] including RFC 66. After Jetty is bootstrapped in the OSGi framework, web bundles may be deployed directly to Jetty using the whiteboard pattern. A ContextHandler service must be registered with appropriate service properties

Revision as of 03:45, 1 July 2010



This page notes design ideas for future Virgo features.

Jetty Support

Note that Jetty support may be provided mostly in Virgo's sister project Gemini Web. The Tomcat-based Virgo Web Server integrates Gemini Web and a Jetty-based variant may do the same.

Jetty has existing support for OSGi including RFC 66. After Jetty is bootstrapped in the OSGi framework, web bundles may be deployed directly to Jetty using the whiteboard pattern. A ContextHandler service must be registered with appropriate service properties

Back to the top