阳光VIP

少壮不努力,老大徒伤悲。平日弗用功,自到临期悔。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

[Portal参考手册]目录

Posted on 2012-02-03 11:59  阳光VIP  阅读(200)  评论(0编辑  收藏  举报

在这个系列中,我将介绍给大家Portal相关的知识,结合JSR168标准,参照jetspeed、gridsphere、IBM Portal产品,详细阐述Portal、Portlet的概念、portlet容器的原理,希望能给你一个比较深入portal相关的概念。通过阅读这个系列的文档,你能深入了解portlet容器的原理,对于portlet的实现,能有直观清晰的了解,能够快速开发portlet产品。

而且,你可以下载我们的免费的基于gridsphere的商业级的产品,在此基础上进行开发,你可以下载我们基于Portal中间件的工作流产品,通过学习River工作流产品,你不但可以熟悉如何在Portal产品上开发自己的软件,了解portlet开发原理,你也可以学习到如何将其他的既有的产品集成到Portal中来。

现在,我们先了解Portal相关的概念。

以下是本参考手册的目录。你可以到http://www.kuaff.com下载pdf文档。

<!--[if !supportLists]-->1.  <!--[endif]-->Portlet概念

<!--[if !supportLists]-->2.  <!--[endif]-->Portlet生命周期
Portlet Action 方法
Portlet Render 方法

<!--[if !supportLists]-->3.  <!--[endif]-->Portlet描述
Application Portlet定义
Concrete Portlet定义

<!--[if !supportLists]-->4.  <!--[endif]-->Portlet核心API
PortletConfig

PortletContext

PortletRequest

PortletResponse

PortletSession

PortletSetting

Portletdata

<!--[if !supportLists]-->5.  <!--[endif]-->Portlet布局
Portlet布局组件

定义一个布局

<!--[if !supportLists]-->6.  <!--[endif]-->Portlet服务框架
<!--[if !supportLineBreakNewLine]-->
<!--[endif]-->

<!--[if !supportLists]-->7.  <!--[endif]-->Portlet持久化
<!--[if !supportLineBreakNewLine]-->
<!--[endif]-->

<!--[if !supportLists]-->8.  <!--[endif]-->其他资源