>  If you could give 1000 hours to the Struts 2 project, what would you do?

I would try to:

- Completely refactor all tags/components (it's really hard to extend
and customize) and extract them to a plugin, making it easier to drop
in a different tag library implementation.
- Simplify and standardize the tag syntax. We'll lose some
flexibility, but I would be willing to give that up if it makes Struts
2 more accessible for the "crowd".
- Simplify configuration, focusing on annotations and convention over
configuration.
- +1 on generics
- Make it possible to override individual interceptors (swap with a
new implementation with the same name) without having to redefine the
complete interceptor stack (which is really an xwork issue)
- AJAX and JSR286 support for the portlet plugin

Nils-H

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to