问题描述
我需要帮助.如何将ofbiz与sharepoint 2010集成
i need help.How to integrate the ofbiz with sharepoint 2010
推荐答案
无法与Apache OFBiz和SharePoint直接集成. OFBiz基于JAVA平台,您可以在TomCat或JBOSS上运行,而SharePoint在IIS和.NET上运行.您可以通过在SharePoint中使用Portlet和WSRP Webpart进行一些原始集成.我不确定OFBiz是否支持portlet/JSR168,但是可以设置WSRP使用者和提供者并使用WSRP WebParts进行查看.还有一些第三方WSRP工具包
There is no direct integration possible with Apache OFBiz and SharePoint. OFBiz is based on JAVA platform that you can run on TomCat or JBOSS, while SharePoint runs on IIS and .NET. You can do some primitive integration by using Portlets and WSRP webparts in SharePoint. I am not sure if OFBiz supports portlets/JSR168 but it is possible to setup WSRP Consumer and Provider and view them using WSRP WebParts. There are also some third party WSRP toolkits
这篇关于如何将Office与Sharepoint集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!