spring 3.0 and JSRI68 support

不羁的心 提交于 2019-12-11 07:28:41

问题


can anyone tell me if JSR168 is supported by Spring 3.0? I'm running into difficulties but cant find anywhere in the Spring documentation that says you have to move to Portlet2 spec

thanks


回答1:


Spring portlet 3.0's DispatcherPortlet class has a dependency on a class (javax.portlet.MimeResponse) which is new in JSR 268.




回答2:


From here:

The Spring Portlet MVC framework provides a complete MVC layer for the JSR-168 Portlet API in the same way that Spring Web MVC does for the Servlet API. Wherever possible the APIs and capabilities are the same between the two frameworks. However, unlike most other portlet MVC frameworks, the unique workflow of the JSR-168 API is completely preserved, including the separation of the ActionRequest and the RenderRequest.



来源:https://stackoverflow.com/questions/2063989/spring-3-0-and-jsri68-support

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