Hi,
i created a webapp using spring roo. after i made sure the application
as such works i tried to integrate guice-servlet. therefor i converted
the whole web.xml into a ServerModule.
roo makes use of Spring-MVC. Essentially it is build around the
central DispatcherServlet which i am serving with
serve("/").by(DispatcherServlet.class).
Now the problem is, that it does serve / only. So even /people seems
not to hit this servlet at all.
Is this a flaw of guice? Or is there something else in this
configuration i do miss?
greetings
Malte
--
You received this message because you are subscribed to the Google Groups
"google-guice" 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?hl=en.