examples
-
- (demonstrates REQUEST, SESSION & FLASH scopes)
- (demonstrates scoping Servlets as REQUEST or SESSION, using an @Singleton Wrapper)
- (injection of request params)
- (demonstrates compliance of servlets managed by warp-servlet)
- (same as above, but with a *.info mapping)
- (a "normal" servlet NOT managed by warp-servlet, to compare with above)
- (same as above, but with a *.uninfo mapping)
- (a managed servlet that includes a JSP)
- (a managed servlet that includes another managed servlet)
- (a JSP that includes a managed servlet)
- (a managed servlet that forwards to a JSP--sampleInclude.jsp)
- (a JSP that forwards to a managed servlet)