> I'm in process of adding the ability to specify the component to
> instantiate
> via a Servlet parameter. This is useful for multi-applications components
> as
> well as for specifying client connectors. See related issue:
> http://restlet.tigris.org/issues/show_bug.cgi?id=407


Cool!  I added myself as a CC ... let me know (or touch the RFE) when that
lands in trunk.  I'd like to submit a harmless variation of my GWT
GWTShellServlet composition approach:
http://restlet.tigris.org/issues/show_bug.cgi?id=127 ... collectively this
would save me from having to extend ServerServlet individually for all of
our GWT+Restlet projects, which seem to be multiplying like bunnies.  We can
do that via Class.forName() without having to add any GWT dependencies.

- Rob

Reply via email to