Comment #4 on issue 239 by dhanji: Integrate Warp-Servlet as
com.google.inject.servlet
http://code.google.com/p/google-guice/issues/detail?id=239
4. It will also explode if multiple injectors attempt to statically inject
the same GuiceFilter (obviously).
As for Robbie's comment, Im disinclined to have multiple modules support
because then you don't know where
all your servlets are from one place. You can easily support an RPC
mechanism by asking the user to map one
blanket url to your RPC listener:
serve("/rpc/*").with(RpcServlet.class)
--
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
-~----------~----~----~----~------~----~------~--~---