Comment #7 on issue 239 by robbie.vanbrabant: Integrate Warp-Servlet as  
com.google.inject.servlet
http://code.google.com/p/google-guice/issues/detail?id=239

I don't think that should be a showstopper. In servlet-style patterns the  
ambiguity
can be resolved by following the servlet spec, and if people throw in  
regexes they
have to realize they're on their own anyway. As long as there is some kind  
of log we
can turn on that shows which binding was taken to resolve a specific  
request, having
support for multiple modules will not make matters worse, I think. :)

Some random impl ideas
- in Stage.DEVELOPMENT combined with regexes, maybe warn if more than one  
regex
matches.
- mandatory URL prefixes, like Servlets.install("/rpc", module)
- make it work with Modules.override() == no need for multiple modules?



--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to