留言板

liferay 6.2 to 7 migration

thumbnail
pramod kumara,修改在6 年前。

liferay 6.2 to 7 migration

Junior Member 帖子: 54 加入日期: 16-8-29 最近的帖子
how will you migrate ext files of 6.2 to 7, because there is no ext in 7?
thumbnail
David H Nebinger,修改在6 年前。

RE: liferay 6.2 to 7 migration (答复)

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
pramod kumara:
how will you migrate ext files of 6.2 to 7, because there is no ext in 7?


Well there is, but it should be avoided.

LR7 has many point access points to override or extend Liferay functionality without going to the EXT plugin. You want to refactor all of the individual things you used to do via EXT and build them out using the right mechanism for LR7 and OSGi.

There is no single way to migrate them all, each one will depend upon what you changed in the original EXT.

And just as before, EXT is still deprecated and Liferay still wants to get rid of it. So even if you do get it back and start building one out, it could very well be gone again in even the next GA release. So get away from them as soon as you can.










Come meet me at 2017 LSNA!
thumbnail
pramod kumara,修改在6 年前。

RE: liferay 6.2 to 7 migration

Junior Member 帖子: 54 加入日期: 16-8-29 最近的帖子
thank you so much