Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Server-side Equinox registry usage with advanced features
Server-side Equinox registry usage with advanced features [message #120222] Mon, 27 October 2008 10:24
Robert Enyedi is currently offline Robert EnyediFriend
Messages: 68
Registered: July 2009
Member
Hello,

I'm investigating the feasibility of modularizing a more complex Spring
MVC+JSP application using Equinox bundles and the Equinox bundle registry.

As a start, I want the whole Web application to be a bundle and split it
up later on. To do this, I need to specify extensions in the bundle's
plugin.xml.

I started out with the examples from
http://www.eclipse.org/equinox/server/http_in_container.php. These
exemplify the basic servlet and resource definition tasks. However, I
need some more features (which traditionally are described in web.xml):
- specify context parameters
- specify context listeners
- specify servlet mappings (e.g. *.do -> dispatcherServlet)
- specify the welcome file list

Is there a way to do these with the existing extension points
(org.eclipse.equinox.*)?

The org.eclipse.equinox.http.registry.httpcontexts extension point
( http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse. platform.doc.isv/reference/extension-points/org_eclipse_equi nox_http_registry_httpcontexts.html)
seems the closest, but it's documentation is limited.

Any help is appreciated.

Thanks,
Robert
Previous Topic:Equinox Training Classes
Next Topic:Servlet Bridge and EJB integration
Goto Forum:
  


Current Time: Sat Apr 27 02:13:33 GMT 2024

Powered by FUDForum. Page generated in 0.02751 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top