The spring-webmvc-portlet module (also known as the Web-Portlet module):
spring-webmvc-portlet模块也被称为Web-Portlet模块
什么是Portlet?
Porlet(门户组件),是基于Java的Web组件,由Portlet容器管理,处理request并产生动态内容。接口使用Portlets作为可插拔用户接口组件,提供信息系统的表示层。
provides
provides the MVC implementation to be used in a Portlet environment and mirrors the functionality of the Servlet-based spring-webmvc module.
MVC implementation(MVC的实现),spring-webmvc-portlet模块提供了MVC的实现,MVC的实现不是应该由spring-webmvc来实现吗?
spring-webmvc-portlet提供MVC的实现用来做什么呢?
to be used in a Portlet environment and mirrors the functionality of the Servlet-based spring-webmvc module,在Portlet环境中使用,并且反映了基于Servlet的spring-webmvc模块的功能。
本文介绍了Spring框架中的Web-Portlet模块,该模块专为Portlet环境设计,提供了MVC实现,与Servlet环境下的spring-webmvc模块功能相呼应。Portlet是一种由容器管理的Web组件,用于处理请求并生成动态内容。
1040

被折叠的 条评论
为什么被折叠?



