掲示板

Liferay with TEAMSITE

14年前 に mallik arjun mongolla によって更新されました。

Liferay with TEAMSITE

New Member 投稿: 2 参加年月日: 09/05/06 最新の投稿
Hi,
How to integrate a CMS like TeamSite with Liferay portal server such that TeamSite can be used for content management and publish the content to Liferay portal respository/database.

Regards,
Mallik
thumbnail
14年前 に Peter Oxenham によって更新されました。

RE: Liferay with TEAMSITE

New Member 投稿: 15 参加年月日: 08/08/26 最新の投稿
Hi there Mallik,

I am currently working on a project where we have successfully integrated Teamsite with Liferay.

Our solution was to use Teamsite's OpenDeploy architecture to notify our portlet webapp when files were deployed/deleted. Our webapp then inserted the content into Liferays own CMS. The benefit of doing this was that you get to use all the web content portlets that come with Liferay.

Unfortunately I can't share any code with you (the project s not open source) but I would be happy to answer any questions you have.

Cheers
Peter
thumbnail
14年前 に Nagendra Kumar Busam によって更新されました。

RE: Liferay with TEAMSITE

Liferay Master 投稿: 678 参加年月日: 09/07/07 最新の投稿
Hi Peter,

I was looking for Interwoven integration with Liferay. It was good to know integration is possible.

Can you please tell me steps/procedure for doing the same .

Thank you

- Nagendra Kumar
thumbnail
14年前 に Nagendra Kumar Busam によって更新されました。

RE: Liferay with TEAMSITE

Liferay Master 投稿: 678 参加年月日: 09/07/07 最新の投稿
Hi Peter,

Any help regarding my previous post.

Thanks,
- Nagendra Kumar
thumbnail
14年前 に Peter Oxenham によって更新されました。

RE: Liferay with TEAMSITE

New Member 投稿: 15 参加年月日: 08/08/26 最新の投稿
Hi Nagendra,

The integration method we used was to build a custom OpenDeploy adapter that communicated with a web-service we also created that ran on the Liferay server.

When a HTML file was deployed from teamsite the web-service received the file and added/updated it as a Liferay 'Journal Article'.

When a document was deployed we used the same process to add it to Liferays 'Document Library'.

When an image was deployed it was added to Liferays 'Image Gallery'.

The webservice used 1) metadata (tagged via Teamsite) and 2) the file path to determine what Liferay community/organisation to deploy the file to, what permissions to give the file, and what tags/categories to set.

We then created a Liferay com.liferay.portlet.journal.util.TransformerListener to repath the links in the Teamsite generated Journal articles.

The huge advantage of all this was that all the Liferay supplied portlets could be used. Searching, RSS feeds etc.

The code has been developed as a stand alone deployable Liferay plugin. If Teamsite integration is a high priority for you then I could look into licensing the code for you to use. Let me know if that is something that interests you.

Cheers
Peter
13年前 に varun pradeep shah によって更新されました。

RE: Liferay with TEAMSITE

New Member 投稿: 5 参加年月日: 08/11/28 最新の投稿
Hi Peter,

I am new to Liferay.I have same requirnment like you have done.How to call web service when OpenDeploy will deploy content and how it will create in Liferay.

Can you please explain me in details with example code ?

Thanks in advance.
8年前 に Rathikumar vadivel によって更新されました。

RE: Liferay with TEAMSITE

New Member 投稿: 1 参加年月日: 15/04/09 最新の投稿
Hi,

I have to migrate the content from Team site into Liferay. the contents are just static HTML content.. can anyone who can guide me ,

1. how we can migrate all the HTML files at once into liferay
2. How to edit HTML file on the fly in liferay and publish

Thanks in advance & appriciate all your guidance..