Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » ServletBridge and Servlet Filters
ServletBridge and Servlet Filters [message #85156] Mon, 26 March 2007 18:54 Go to next message
Rogelio J. Baucells is currently offline Rogelio J. BaucellsFriend
Messages: 2
Registered: July 2009
Junior Member
Hi,

I looked at the BridgeServlet implementation and noticed it is starting
the Equinox runtime (via frameworkLauncherClass) and delegating the actual
requests to the registered Servlets at the time of servicing.

I wanted to integrate this technology with Struts-2.0 but it uses a
Servlet Filter to do the actual job and it does not have a Servlet that
can be used to delegate the requests to. The FilterDispatcher filter used
by struts is looking at the ActionMapping (from configuration) to see if
the request can be handled by Struts; in case it does not find a map, the
filter chain is executed. The actual Struts handling is performed by a
Dispatcher class (that is initialized by the FilterDispatcher).

Do you think it is possible to create a Servlet to initialize the Struts
Dispatcher and forward the requests to it?

Or, Is there any other way to include the Struts FilterDispatcher and used
in boundles in a similar way to the BridgeServlet?

Thanks,

RJB
Re: ServletBridge and Servlet Filters [message #85257 is a reply to message #85156] Tue, 27 March 2007 02:41 Go to previous message
Rogelio J. Baucells is currently offline Rogelio J. BaucellsFriend
Messages: 2
Registered: July 2009
Junior Member
I saw there is an enhancement in Bugzilla (bug #128067) that provides a
solution about it.

Is there any work already on this direction?

Thanks,

RJB
Previous Topic:newbie: how should bundle code log in equinox?
Next Topic:log4j bundle
Goto Forum:
  


Current Time: Fri Mar 29 00:25:52 GMT 2024

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

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

Back to the top