You are browsing the archive for WebCenter.

Enterprise 2.0 Service使用之Document

5:15 pm in Oracle 融合中间件 by Eleven.Xu

概述

对于企业级应用来说,Document Management是非常重要的内容,WebCenter中也提供了Document Service以满足文档管理的需求。使用WebCenter提供的Document Service的前提是建立一个Content Repository,而该Content Repository既可以直接连接文件系统,也可以连接到Content Server(例如:UCM等)

为演示方便,这里主要介绍直接连接到文件系统的方式。

基本步骤

1、创建Content Repository
2、使用Document Service
Read the rest of this entry →

Enterprise 2.0 Service使用之Mail

9:09 am in Oracle 融合中间件 by Eleven.Xu

概述

前面已经对WebCenter Services进行过简单的介绍,并且已经尝试应用了RSS,在有了这些基础后,现在将使用一个相对复杂一点的Service——Mail,借助于External Application实现。

External Application是游离于SSO体系之外的外部应用,可以在WebCenter Application中单独维护其认证信息,而非通过SSO的方式进行认证,在WebCenter中有多种Service都可以通过External Application关联,另外,Oracle PDK Portlet还可以基于External Application进行一些Portlet的开发,集成一些外部系统到当前WebCenter Application,以更小地代价实现系统集成,作为SSO的补充方案。

接下来将以我的账户连接我们公司的邮箱为例,进行该Service的使用方法说明。

基本步骤

1、创建External Application Connection
2、创建Mail Connection
3、选择“Mail”Service并应用到页面
Read the rest of this entry →

Enterprise 2.0 Service使用之RSS

9:30 am in Oracle 融合中间件 by Eleven.Xu

概述

伴随着Web2.0应用范围越来越广泛,由于其良好的用户体验,因此在企业级应用开发中也不可避免地需要引入 Web2.0相关服务,以增强UI展现力与用户体验。在WebCenter中提供了一些现成的Enterprise 2.0 Services供开发人员使用,由于在WebCenter Space中使用这些Service非常简便,但在WebCenter Application中实现就相对有些复杂,其中有诸多技巧和经验,后面将结合自己在技术研究过程中的一些心得和教训,陆续给出不同Service在 WebCenter Application中开发使用方法。

首先介绍一个最简单的Service——RSS,在此以订阅OracleSeeker网站的RSS为例进行演示与说明。

基本步骤

1、从“Resource Palette”中的“WebCenter Service Catalog”-“Task Flow”中选择RSS View添加到页面
2、根据提示填入对应订阅RSS源URL

Read the rest of this entry →

通过Oracle JSF Portlet Bridge创建Portlet

8:55 am in Oracle 融合中间件 by Eleven.Xu

概述

对于WebCenter Application中需要使用到的Portlet,我们有时并不希望特意为其进行开发,尤其是大多数牵涉到对业务数据进行操作的功能,通常逻辑较为复 杂,因此是否能有一个这样的工具或技术,可以将开发完成的功能发布成为Portlet(JSR 168 Portlet),再供WebCenter Application进行调用,最后呈现给用户?在WebCenter提供的Portlet开发工具与技术中,就提供了“Oracle JSF Portlet Bridge”以实现这样的需求。

开发人员仍然进行ADF/JSF应用的开发,而将最后开发完成的JSF页面或 Bounded Task Flow由“Oracle JSF Portlet Bridge”发布成为Portlet,接下来将简要介绍一下如何使用“Oracle JSF Portlet Bridge”。

Read the rest of this entry →

使用JDeveloper开发Portlet(JSR 168)

1:27 pm in Oracle 融合中间件 by Eleven.Xu

概述

通常来说,对于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 →