[ANNOUNCE] Sprout 0.9.1 - Annotations for Struts

2006-03-09 Thread Seth Fitzsimmons
Sprout aims to significantly simplify development with Struts by reducing the amount of configuration required through the use of annotations and sensible defaults. Sprout builds on Spring's support for auto-wiring of action dependencies and brings it to the next level by obviating the need for te

Re: A couple of simple questions

2006-01-23 Thread Seth Fitzsimmons
> Yes, you can't use a .do action for the welcome pages. This is because > web.xml is "lower" down than the struts stuff. The web.xml also configures > the strust controller servlet to intercept anything ending with .do. If you > think about this you can understand how, at the web.xml leve, th