I have the following in my web.xml:
<servlet>
<servlet-name>PreCache</servlet-name>
<servlet-class>com.isomorphic.servlet.PreCache</servlet-class>
<load-on-startup>2</load-on-startup>
</servlet>
How can I translate this to Guice?
Normally, for my servlets I use: serve( "/zedes2/sc/IDACall*" ).with(
IDACall.class );
But since the "PreCache" Servlet doesn't have a mapping, I don't know how to
implement this on Guice.
--
You received this message because you are subscribed to the Google Groups
"google-guice" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-guice/-/UBwtw5AiYdkJ.
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.