Comment #7 on issue 405 by peter.hausel: guice servlet: capturing parts of
the URIs
http://code.google.com/p/google-guice/issues/detail?id=405
I think the main difference is that in my proposed solution everything is
in one
place (which was the main motivation for me),
by looking at this
serveRegex("/myrest/<name>(.*)/<id>(.*)").with(MySerlvet.class)
I know a) what's the URI to match b) what are the variable names that need
to be
captured.
Obviously it's your call though.
Originally I wanted to add my implementation on top of guice servlet but
the whole
package is very restrictive (ie most of the things are defined as package
private).
Would it be possible to at least open up guice servlet for extensions like
this?
(Right now I need to host my patched version)
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---