<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Oracle Seeker, Oracle探索者 &#187; WebCenter</title>
	<atom:link href="http://oracleseeker.com/tag/webcenter/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracleseeker.com</link>
	<description>Oracle技术学习和探索的园地，技术顾问的探索旅程</description>
	<lastBuildDate>Sat, 26 Nov 2011 00:20:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>创建部署WebCenter应用的Custom Managed Server</title>
		<link>http://oracleseeker.com/2011/08/17/weblogic_create_custom_webcenter_managed_server/</link>
		<comments>http://oracleseeker.com/2011/08/17/weblogic_create_custom_webcenter_managed_server/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 05:11:00 +0000</pubDate>
		<dc:creator>Eleven.Xu</dc:creator>
				<category><![CDATA[Oracle 融合中间件]]></category>
		<category><![CDATA[WebCenter]]></category>
		<category><![CDATA[Weblogic]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/2011/08/17/weblogic_create_custom_webcenter_managed_server/</guid>
		<description><![CDATA[一般情况下，在WebLogic中应用的建议部署方案是将新开发的Web应用部署在独立的Managed Server中，对于WebCenter Portal应用也是如此，但是由于WebCenter Portal Application在运行时依赖的Library比较多，如果将这些Library分别设置部署到该Managed Server是非常不方便的。为解决该问题，Oracle提供了标准的Custom WebCenter Managed Server的Template，可以直接基于该Template进行部署WebCenter Portal Application的Managed Server，本文主要描述了如何进行该Managed Server的创建...


无相关文章.]]></description>
		<wfw:commentRss>http://oracleseeker.com/2011/08/17/weblogic_create_custom_webcenter_managed_server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>通过Domain向导配置WebLogic Cluster</title>
		<link>http://oracleseeker.com/2011/08/16/configuration_domain_wizard_weblogic_cluster/</link>
		<comments>http://oracleseeker.com/2011/08/16/configuration_domain_wizard_weblogic_cluster/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 14:11:00 +0000</pubDate>
		<dc:creator>Eleven.Xu</dc:creator>
				<category><![CDATA[Oracle 融合中间件]]></category>
		<category><![CDATA[WebCenter]]></category>
		<category><![CDATA[Weblogic]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/2011/08/16/configuration_domain_wizard_weblogic_cluster/</guid>
		<description><![CDATA[在WebLogic 11g中，可以方便地配置WebLogic Cluster，总结下来，主要可以通过如下渠道：

通过WebLogic Console配置 
通过Enterprise Manager配置 
通过WebLogic Domain配置向导配置 
前两种方式均可以在Console和EM中进行方便地配置，在此不再进行赘述，但一般情况下，在硬件条件允许且服务器的部署方案比较明确的前提下，可以在配置Domain的时候进行Cluster的配置，这个方法是最为简便的。

本文将以WebCenter为例进行说明，描述如何配置WebCenter的Cluster，进而了解WebLogic Cluster的配置步骤...


相关文章:<ol><li><a href='http://oracleseeker.com/2009/07/07/weblogic11g_default_password_modified/' rel='bookmark' title='Permanent Link: WebLogic 11g默认用户密码更新'>WebLogic 11g默认用户密码更新</a></li>
</ol>]]></description>
		<wfw:commentRss>http://oracleseeker.com/2011/08/16/configuration_domain_wizard_weblogic_cluster/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ADF和WebCenter应用版本化部署</title>
		<link>http://oracleseeker.com/2011/07/17/adf_webcenter_11g_version_deploy/</link>
		<comments>http://oracleseeker.com/2011/07/17/adf_webcenter_11g_version_deploy/#comments</comments>
		<pubDate>Sun, 17 Jul 2011 08:05:00 +0000</pubDate>
		<dc:creator>Eleven.Xu</dc:creator>
				<category><![CDATA[Oracle 融合中间件]]></category>
		<category><![CDATA[adf11g]]></category>
		<category><![CDATA[WebCenter]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/2011/07/17/adf_webcenter_11g_version_deploy/</guid>
		<description><![CDATA[在门户项目实施的过程中，伴随着门户中集成的功能越来越多，用户数越来越多等客观因素，门户应用的部署风险会越发大，因此对于降低应用部署风险的非功能性要求也是“水涨船高”，而在应对该问题时，最简便的方式莫过于在保证对原门户功能正常访问的前提下进行新版本的发布，待新版本的门户应用发布完成后，新的用户请求直接访问新功能，类似的需求和应对方法在Oracle BPM和SOA中可以非常容易做到（直接在EM中操作即可实现），而在ADF或WebCenter应用中相对要麻烦一些，本文主要描述了如何实现ADF或WebCenter应用的版本化部署进而应对上述部署需求...


无相关文章.]]></description>
		<wfw:commentRss>http://oracleseeker.com/2011/07/17/adf_webcenter_11g_version_deploy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>解决WebCenter与OID集成时User not found in Identity Store异常</title>
		<link>http://oracleseeker.com/2011/07/06/webcenter_oid_11g_integration_user_not_found_in_indentity_store/</link>
		<comments>http://oracleseeker.com/2011/07/06/webcenter_oid_11g_integration_user_not_found_in_indentity_store/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 16:13:00 +0000</pubDate>
		<dc:creator>Eleven.Xu</dc:creator>
				<category><![CDATA[Oracle 融合中间件]]></category>
		<category><![CDATA[OID]]></category>
		<category><![CDATA[WebCenter]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/2011/07/06/webcenter_oid_11g_integration_user_not_found_in_indentity_store/</guid>
		<description><![CDATA[在进行WebCenter Space 11g与OID 11g进行身份集成的过程中（集成过程较简单，此处省略），出现了两个问题：

1、在WebCenter Space中进行安全性管理时，无法查看到OID中的用户/组信息；

2、通过EM为WebCenter Space的角色指派了OID中的用户/组为成员后，使用成员用户访问WebCenter Space时，出现异常“WCS [YYYY.MM.DD.HH.mm.ss] User not found in Identity Store”；
...


无相关文章.]]></description>
		<wfw:commentRss>http://oracleseeker.com/2011/07/06/webcenter_oid_11g_integration_user_not_found_in_indentity_store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用EM在应用运行时进行权限设置</title>
		<link>http://oracleseeker.com/2011/01/10/adf_webcenter_enterprise_manager/</link>
		<comments>http://oracleseeker.com/2011/01/10/adf_webcenter_enterprise_manager/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 15:13:00 +0000</pubDate>
		<dc:creator>Eleven.Xu</dc:creator>
				<category><![CDATA[Oracle 融合中间件]]></category>
		<category><![CDATA[adf11g]]></category>
		<category><![CDATA[WebCenter]]></category>
		<category><![CDATA[Weblogic]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/2011/01/10/%e4%bd%bf%e7%94%a8em%e5%9c%a8%e5%ba%94%e7%94%a8%e8%bf%90%e8%a1%8c%e6%97%b6%e8%bf%9b%e8%a1%8c%e6%9d%83%e9%99%90%e8%ae%be%e7%bd%ae/</guid>
		<description><![CDATA[在ADF/WC（WebCenter） Application中，如果使用了标准的ADF Security，则可以在设计时通过编辑配置文件进行安全性控制及权限设置，可以指定用户/组访问某个具体的页面/TaskFlow。通常来说，ADF Security可以满足大部分应用需求，但这样仅在设计时修改有一个比较明显的弊端，也就是进行权限修改之后，需要重新部署应用才能生效，但对企业级应用来说，一般要求至少6×24连续应用且对于权限的变化也是相对频繁的，因此需要提供可以在运行时能够修改权限的工具或接口，而Oracle正是基于这样的考虑，允许在运行时借助于Enterprise Manager对ADF/WC Application进行权限修改...


无相关文章.]]></description>
		<wfw:commentRss>http://oracleseeker.com/2011/01/10/adf_webcenter_enterprise_manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enterprise 2.0 Service使用之Document</title>
		<link>http://oracleseeker.com/2010/03/05/enterprise_2_0_service_document_webcenter/</link>
		<comments>http://oracleseeker.com/2010/03/05/enterprise_2_0_service_document_webcenter/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 09:15:51 +0000</pubDate>
		<dc:creator>Eleven.Xu</dc:creator>
				<category><![CDATA[Oracle 融合中间件]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[WebCenter]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/?p=2120</guid>
		<description><![CDATA[对于企业级应用来说，Document Management是非常重要的内容，WebCenter中也提供了Document Service以满足文档管理的需求。使用WebCenter提供的Document Service的前提是建立一个Content Repository，而该Content Repository既可以直接连接文件系统，也可以连接到Content Server（例如：UCM等）...


相关文章:<ol><li><a href='http://oracleseeker.com/2010/03/04/webcenter_enterprise_2_0_service_rss/' rel='bookmark' title='Permanent Link: Enterprise 2.0 Service使用之RSS'>Enterprise 2.0 Service使用之RSS</a></li>
<li><a href='http://oracleseeker.com/2010/03/05/enterprise_2_0_service_mail_webcenter/' rel='bookmark' title='Permanent Link: Enterprise 2.0 Service使用之Mail'>Enterprise 2.0 Service使用之Mail</a></li>
</ol>]]></description>
		<wfw:commentRss>http://oracleseeker.com/2010/03/05/enterprise_2_0_service_document_webcenter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Enterprise 2.0 Service使用之Mail</title>
		<link>http://oracleseeker.com/2010/03/05/enterprise_2_0_service_mail_webcenter/</link>
		<comments>http://oracleseeker.com/2010/03/05/enterprise_2_0_service_mail_webcenter/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 01:09:18 +0000</pubDate>
		<dc:creator>Eleven.Xu</dc:creator>
				<category><![CDATA[Oracle 融合中间件]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[WebCenter]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/?p=2117</guid>
		<description><![CDATA[
前面已经对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的补充方案...


相关文章:<ol><li><a href='http://oracleseeker.com/2010/03/04/webcenter_enterprise_2_0_service_rss/' rel='bookmark' title='Permanent Link: Enterprise 2.0 Service使用之RSS'>Enterprise 2.0 Service使用之RSS</a></li>
<li><a href='http://oracleseeker.com/2010/03/05/enterprise_2_0_service_document_webcenter/' rel='bookmark' title='Permanent Link: Enterprise 2.0 Service使用之Document'>Enterprise 2.0 Service使用之Document</a></li>
</ol>]]></description>
		<wfw:commentRss>http://oracleseeker.com/2010/03/05/enterprise_2_0_service_mail_webcenter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enterprise 2.0 Service使用之RSS</title>
		<link>http://oracleseeker.com/2010/03/04/webcenter_enterprise_2_0_service_rss/</link>
		<comments>http://oracleseeker.com/2010/03/04/webcenter_enterprise_2_0_service_rss/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 01:30:26 +0000</pubDate>
		<dc:creator>Eleven.Xu</dc:creator>
				<category><![CDATA[Oracle 融合中间件]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[WebCenter]]></category>

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


相关文章:<ol><li><a href='http://oracleseeker.com/2009/10/28/adf_current_taskflow_id/' rel='bookmark' title='Permanent Link: ADF中获取当前Task Flow的ID'>ADF中获取当前Task Flow的ID</a></li>
<li><a href='http://oracleseeker.com/2010/03/01/jdeveloper_webcenter_application_setup/' rel='bookmark' title='Permanent Link: 使用JDeveloper开发WebCenter Application'>使用JDeveloper开发WebCenter Application</a></li>
<li><a href='http://oracleseeker.com/2010/03/05/enterprise_2_0_service_mail_webcenter/' rel='bookmark' title='Permanent Link: Enterprise 2.0 Service使用之Mail'>Enterprise 2.0 Service使用之Mail</a></li>
</ol>]]></description>
		<wfw:commentRss>http://oracleseeker.com/2010/03/04/webcenter_enterprise_2_0_service_rss/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>通过Oracle JSF Portlet Bridge创建Portlet</title>
		<link>http://oracleseeker.com/2010/03/03/oracle_jsf_portlet_bridge_jsrportlet/</link>
		<comments>http://oracleseeker.com/2010/03/03/oracle_jsf_portlet_bridge_jsrportlet/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 00:55:38 +0000</pubDate>
		<dc:creator>Eleven.Xu</dc:creator>
				<category><![CDATA[Oracle 融合中间件]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[WebCenter]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/?p=2111</guid>
		<description><![CDATA[对于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”...


无相关文章.]]></description>
		<wfw:commentRss>http://oracleseeker.com/2010/03/03/oracle_jsf_portlet_bridge_jsrportlet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用JDeveloper开发Portlet(JSR 168)</title>
		<link>http://oracleseeker.com/2010/03/02/jdeveloper_11g_portlet_jsr168_webcenter/</link>
		<comments>http://oracleseeker.com/2010/03/02/jdeveloper_11g_portlet_jsr168_webcenter/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 05:27:43 +0000</pubDate>
		<dc:creator>Eleven.Xu</dc:creator>
				<category><![CDATA[Oracle 融合中间件]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[WebCenter]]></category>

		<guid isPermaLink="false">http://oracleseeker.com/?p=2107</guid>
		<description><![CDATA[通常来说，对于Portal的开发都避免不了大量的Portlet的开发，因此，在WebCenter中也提供了多种Portlet，常用的有：

    * JSR 168
    * Oracle PDK


这两种Portlet相辅相成，为WebCenter提供了强大的UI展现能力，在JDeveloper 11g中，可以方便地实现Portlet的开发，本文主要描述在JDeveloper 11g中开发JSR 168标准Portlet，以及如何在WebCenter Application应用该Portlet...


无相关文章.]]></description>
		<wfw:commentRss>http://oracleseeker.com/2010/03/02/jdeveloper_11g_portlet_jsr168_webcenter/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

