Foros de discusión

Liferay 6.2 + AngularJS vs Liferay 7.0 + AngularJS

thumbnail
Nurul Amin, modificado hace 7 años.

Liferay 6.2 + AngularJS vs Liferay 7.0 + AngularJS

New Member Mensajes: 8 Fecha de incorporación: 27/11/15 Mensajes recientes
I heard, it is easier to write AngularJS portlet with Liferay 7.0 (DXP) compared to Liferay 6.2.

Is it true? Why?

As Liferay natively is based on AUI, I was expecting effort to use AngularJS in Liferay 6.2 or 7.0 is similar.

What do you think?
thumbnail
David H Nebinger, modificado hace 7 años.

RE: Liferay 6.2 + AngularJS vs Liferay 7.0 + AngularJS

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
I think the AMD loader is the part that should make it easier, making it possible to quickly add new JS extensions.

From a portlet perspective, they are similar in implementation and similar in problems.
thumbnail
Nurul Amin, modificado hace 7 años.

RE: Liferay 6.2 + AngularJS vs Liferay 7.0 + AngularJS

New Member Mensajes: 8 Fecha de incorporación: 27/11/15 Mensajes recientes
Thanks for your reply.

AMD loader. Okay.

It would be great, if you can explain a bit more.

Thanks in advance.
Ricardo Legorreta, modificado hace 7 años.

RE: Liferay 6.2 + AngularJS vs Liferay 7.0 + AngularJS

New Member Mensajes: 9 Fecha de incorporación: 3/12/15 Mensajes recientes
I could integrated AngulrJS with Liferay 6 with no problem.

Does anybody has experience t migrate AngularJS to Liferay DXP? Is there any POC?

Thanks,
thumbnail
Ujjainee Sarkar, modificado hace 7 años.

RE: Liferay 6.2 + AngularJS vs Liferay 7.0 + AngularJS

Regular Member Mensajes: 127 Fecha de incorporación: 20/07/16 Mensajes recientes
Hello Ricardo,
Did you find any poc for migration? I have also migrated my angular Js portlets from Liferay 6.2CE to Liferay DXP with the help of Liferay Code Upgrade tool but none of the functions are working like before. Do you have any solution for that?
thumbnail
David H Nebinger, modificado hace 7 años.

RE: Liferay 6.2 + AngularJS vs Liferay 7.0 + AngularJS

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
Remember that any URLs you invoke against the back end will be prefixed with "/o", so like "/o/my-angular-portlet/xxx" sort of thing.