> Hi folks,
> 
> has anyone seen this before?
> http://jodd.org/doc/madvoc/index.html
> 
> Looks like they are taking basic Struts 2 concepts and mixing it with
> some Spring MVC and Seam.
> 
> It might be interesting to evaluate which of their concepts might be
> nice to integrate in S2.5/3 - just sayin' ... :)
> 
> - René
> 


It is heavily centered around annotations and convention. You can feel 
that it has not "more than a decade" of history. To achieve that for 
struts it would be necessary to delete half the code base ;)


Two things that popped to my eye:
- you can declare actions as async and thus use asyncContext from servlet 
api 3.0
- you can declare result type in string returned by action instead of 
configuring it up front:
return "redirect:/<two>?value=${value}";



Regards,
Christoph

This Email was scanned by Sophos Anti Virus

Reply via email to