掲示板

Integrating Liferay with Sitecore Contement Management

11年前 に Mariella Montoni によって更新されました。

Integrating Liferay with Sitecore Contement Management

New Member 投稿: 1 参加年月日: 13/01/07 最新の投稿
Hello,

does anyone know if it is possible to integrate Liferay with Sitecore Content Management Tool?

Thank you,
Mariella.
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: Integrating Liferay with Sitecore Contement Management

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
Sitecore is build on .NET so probably won't be able to use CMIS2.0.
Does Sitecore have any APIs such as web service interface?
thumbnail
11年前 に Mika Koivisto によって更新されました。

RE: Integrating Liferay with Sitecore Contement Management

Liferay Legend 投稿: 1519 参加年月日: 06/08/07 最新の投稿
Like Hitoshi already mentioned Sitecore seems to be built on .NET platform and Liferay on Java so depending on how you want to integrate them you might need to create some custom portlets that use remote APIs Sitecore provides or your could build a app (with .NET or Java) that use both Sitecore and Liferay apis to synchronize content between those apps. If Sitecore happens to support WSRP then your job got a bit easier because you could consume those with the WSRP portlet in Liferay.
11年前 に Christian Burne によって更新されました。

RE: Integrating Liferay with Sitecore Contement Management

New Member 投稿: 1 参加年月日: 13/01/22 最新の投稿
Integrating a CMS with a Portal can take on many different forms:

1. Consumer logs into portal and consumes content from CMS
2. Consumer views CMS driven website and consumes content from Portal
3. Editor logs into Portal and contributes content to CMS via portal
4. #1 or #2 for Assets instead of for HTML Content

If you are talking about #1, Sitecore doesn't support WSRP. However, the content can be exposed via a web service, though, so you can create a portlet that pulls in the content. You could also do something even simpler if you don't require passing of any authentication like a Sitecore template that outputs the HTML as the portal expects and a Screen Scraping portlet.

If you are talking about #2, you could use any tool that consumes WSRP from within .NET (like this: http://www.netunitysoftware.com/Portal.aspx). You could also wrap some .NET around some Java using some .NET to Java Bridge: http://jni4net.sourceforge.net/

If you are talking about #3, it will likely be more effort that it is worth and not really recommended.

#4 follows #1 and #2, however, it will likely be easier to use an HTTP proxy for the asset to expose it.

Good luck!
Christian
http://oshyn.com