如何扩展WebCenter Spaces 应用程序
第二节,在WebCenter Spaces中添加共享库
A:WebCenter Spaces共享库的部署
该extend.spaces.webapp.war共享库不是为了满足你的自定义代码。这个共享库中只包含
weblogic.xml,你可以在这里配置你的WebCenter Spaces共享库。 例如,你想把你的自定义代码或者task flows部署在多个共享库,你可以列出他们在 extend.spaces.webapp共享库。如下所示: WebCenter Spaces
| --> weblogic.xml
| -->extend.spaces.webapp
| --> weblogic.xml
| -->custom.webcebcenter.spaces **11.1.1.3 Shared Library | -->com.acme.custom.webcenter.spaces **Customer Shared Library | -->com.oracle.partner1.spaces.extension **Partner Shared Library | -->com.oracle.partner2.spaces.extension **Partner Shared Library WebCenter Spaces依赖于一个命名为extend.spaces.webapp.war的特殊共享库。 这种开发模式为开发者(包括开发商、客户和合作伙伴)提供了一个简单的方法来添加额外的WebCenter Spaces共享库。 列表并重新部署extend.spaces.webapp。如下所示:
B:在共享库中部署自定义代码和
Task Flows.

