掲示板

Migration from Websphere Portal to Liferay Portal

thumbnail
13年前 に Rahul Mantri によって更新されました。

Migration from Websphere Portal to Liferay Portal

New Member 投稿: 10 参加年月日: 11/02/10 最新の投稿
hi,

We are planning to migrate from Websphere Portal to Liferay Portal.

So can anyone please help me on how to go about it? What are major points which need to be considered?
thumbnail
13年前 に Olaf Kock によって更新されました。

RE: Migration from Websphere Portal to Liferay Portal

Liferay Legend 投稿: 6403 参加年月日: 08/09/23 最新の投稿
What do you have to migrate? Custom portlets? What features of Websphere are you using?

You need to determine what features of Websphere you currently use - that includes portlets delivered with Websphere, authentication setups etc.

Also, you need to check your custom-developed additions (e.g. portlets) and how much of IBMs proprietary additions to the standard they are using.

And you need to determine what Liferay features you will use to replace your currently used functionality.

Basically: This question is far too broad to be answered in a simple forum post.
thumbnail
13年前 に Mika Koivisto によって更新されました。

RE: Migration from Websphere Portal to Liferay Portal

Liferay Legend 投稿: 1519 参加年月日: 06/08/07 最新の投稿
Olaf mostly listed all points but to summarize:

1. What functionality needs to be migrated? Are they JSR-168 or JSR-286 compatible?
2. Content migration strategy if you are using IBM Workplace Web Content Management?
3. Users
4. Roles and access rights

Point 1 should be fairly simple if you have strictly followed the portlet specification and haven't used any WPS specific features. Point 2 you can make semi automatic if you are familiar with IWWCM Java API and Liferay Web Content API (Journal in code). With WPS you are probably using LDAP for your users so that will be simple just configure Liferay to import users from that LDAP. #4 is mostly manual work but you can at least get the members from LDAP if you are using groups.
thumbnail
13年前 に Hitoshi Ozawa によって更新されました。

RE: Migration from Websphere Portal to Liferay Portal

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
2. Content migration strategy if you are using IBM Workplace Web Content Management?


Agree, there are many IBM users using iNotes portlet. It may also be worth the cost to replace Notes as well.emoticon
11年前 に Stefano Artuso によって更新されました。

RE: Migration from Websphere Portal to Liferay Portal

New Member 投稿: 2 参加年月日: 13/03/05 最新の投稿
Hello, I'm new here.

Sorry for exhuming this old thread but I need to migrate a WebSphere Portal to Liferay too.

As you guys says rightfully, first thing to know is what you need to migrate.

In my specific case this is the site that I've to migrate:

http://www.agenziaentrate.gov.it/wps/portal/

What the company needs first of all, is the content of the portal.

My approach was based on trying to see (at database level) what happens on websphere databases after creating any content and trying to understand and creating a mapping between websphere portal and liferay.. but :

- I see totally different organization between this two system
- It's extremely hard to understand portal's property inside the db
- and most of all I've to admit that I'm a real newbie in the world of content management system and I'm doing this type of work as training emoticon

What will you suggest?
Point 2 you can make semi automatic if you are familiar with IWWCM Java API and Liferay Web Content API (Journal in code).


maybe this could help me very much, can you tell me more about it?

Hope that somebody could help me and sorry for my english emoticon
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: Migration from Websphere Portal to Liferay Portal

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
Liferay API to Web Content portlet can be found below:

http://docs.liferay.com/portal/6.1/javadocs/com/liferay/portlet/journal/service/JournalArticleLocalServiceUtil.html
11年前 に Stefano Artuso によって更新されました。

RE: Migration from Websphere Portal to Liferay Portal

New Member 投稿: 2 参加年月日: 13/03/05 最新の投稿
Here I am again emoticon

I'm kind stuck on this problem of migrating from Websphere Portal to Liferay.

Now I m working on the content layer: both uses the JSR-170 standard for storing content.

Through an export procedure I got all the content of websphere in a tree structure (got .node files and .value files that are XML files with jcr syntax)

So in these XMLs I got workflows, authoring template, "site", "sites area", images, resources and so on...

Now.. what I want to ask is

> What liferay "stores" in his JCR, through Jackrabbit? Only files such as pictures, pdf, docs... and only those files which the Document Portlet use?
> Where the assets, all articles and other web component are stored? Does Jackrabbit take care of them?
> Could liferay import this XML or I've to use the Session.importXML() or Worskpace.importXML() methods of JCR?


Liferay API to Web Content portlet can be found below:

http://docs.liferay.com/portal/6.1/javadocs/com/liferay/portlet/journal/service/JournalArticleLocalServiceUtil.html


thank for replying I'll take a look emoticon (but for now what I got is really too little for use lifray api)
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: Migration from Websphere Portal to Liferay Portal

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
We actually used to use Websphere portal and replaced it with liferay. Unfortunately, most of the contents had to be re-created on liferay. It was easier to develop a new portlet with liferay rather than trying to convert Websphere portlets to run on liferay because Websphere adds their own "extra" features as does liferay. :-)
8年前 に Mukesh khurana によって更新されました。

RE: Migration from Websphere Portal to Liferay Portal

New Member 投稿: 1 参加年月日: 15/08/31 最新の投稿
Hi Stefano,

Did you get any solution for the Migration of Websphere WCM to Liferay ?

I am doing a feasibility study of how to Migrate my old website based on Websphere WCM to Liferay.

Is this task feasible via automated script ? Or the best approach is via manual creation of content.

This will save my tons of effort.

Thanks
Mukesh




Stefano Artuso:
Here I am again emoticon

I'm kind stuck on this problem of migrating from Websphere Portal to Liferay.

Now I m working on the content layer: both uses the JSR-170 standard for storing content.

Through an export procedure I got all the content of websphere in a tree structure (got .node files and .value files that are XML files with jcr syntax)

So in these XMLs I got workflows, authoring template, "site", "sites area", images, resources and so on...

Now.. what I want to ask is

> What liferay "stores" in his JCR, through Jackrabbit? Only files such as pictures, pdf, docs... and only those files which the Document Portlet use?
> Where the assets, all articles and other web component are stored? Does Jackrabbit take care of them?
> Could liferay import this XML or I've to use the Session.importXML() or Worskpace.importXML() methods of JCR?


Liferay API to Web Content portlet can be found below:

http://docs.liferay.com/portal/6.1/javadocs/com/liferay/portlet/journal/service/JournalArticleLocalServiceUtil.html


thank for replying I'll take a look emoticon (but for now what I got is really too little for use lifray api)