Convert WebSphere to Liferay project

476 views Asked by At

Currently, I'm migrating my WebSphere project to a Liferay project in Eclipse. I have IBM portlets and JSR 168 portlets. I'm using Eclipse Kepler with Liferay IDE 2.2, but there is no option to "Convert to Liferay project."

What's the best way to change my WebSphere project? I'm newbie at this point and any information about this problem it will be a great help.

1

There are 1 answers

0
andymrg On

I developed portlets with Liferay Portal and IBM Portal, and migration between the two does not exist because both portals depend on their internal APIs. The simplest is to create new portlets in Liferay and go migrating layer by layer :

  • Data Access Layer.

  • Business Layer .

  • View Layer.

I recommend you use Spring MVC portlet to develop your portlets because that way your migration to another portal will be a little easier.

Liferay 6.2.x use Spring 3.0.7