使用JDeveloper开发Portlet(JSR 168)
三月 2, 2010 in Oracle 融合中间件
概述
通常来说,对于Portal的开发都避免不了大量的Portlet的开发,因此,在WebCenter中也提供了多种Portlet,常用的有:
- JSR 168
- Oracle PDK
这两种Portlet相辅相成,为WebCenter提供了强大的UI展现能力,在JDeveloper 11g中,可以方便地实现Portlet的开发,本文主要描述在JDeveloper 11g中开发JSR 168标准Portlet,以及如何在WebCenter Application应用该Portlet。
基本步骤
1、创建Portlet Application,开发Portlet
2、发布Portlet到WebLogic
3、创建WebCenter Application,在其中注册上步中发布成功的Portlet
4、使用Portlet
Read the rest of this entry →