views:

314

answers:

1

Does Spring 3.0 Portlet MVC really support JSR-286 aka Porlet 2.0? I've seen anecdotal mentions of it but nothing in any documented form.

If so, has anyone successfully implemented a JSR-286 plugin with Spring 3.0. If yes, on what platform? Any good reference information, or better yet, a sharable implementation?

+2  A: 

From http://blog.springsource.com/2009/02/25/spring-framework-30-m2-released/:

  • Rich native Portlet 2.0 support: Spring MVC fully supports Portlet 2.0 environments and Portlet 2.0’s new event and resource request model. Includes specialized mapping facilities for typical portlet request characteristics: @ActionMapping, @RenderMapping, @ResourceMapping, @EventMapping.
BalusC