Spring 3 JSR-286 (portlets) docs

只愿长相守 提交于 2019-12-07 17:20:44

问题


I know that Spring 3 supports JSR-286 (portlets version '2.0').

However I can't find a lot of documentation on that.

Can anyone share some links about this?

Thank you.


回答1:


Found a couple tutorials

Hello Wold using Spring 3 MVC-Portlets

pring 3.0 Portlet MVC – Part II (Annotations)

Also a book in progress Portlets In Action




回答2:


You might find the Spring 3 API helpful, specifically the org.springframework.web.portlet.mvc Package. Listed in the Interface summary section are some Portlet 2.0 interfaces, namely:

  • EventAwareController
  • ResourceAwareController

This should be enough to get you started.



来源:https://stackoverflow.com/questions/2702155/spring-3-jsr-286-portlets-docs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!