PDA

View Full Version : Laszlo Portlet and Liferay


javier_clay
10-27-2006, 08:08 AM
Hello:
i want to develop a portlet using Laszlo tecnology for the presentation layer. I work with Liferay and i have experience developing portlets with this platform but i haven't been able to develop a portlet using Laszlo.
How can i integrate these two technologies? Can anybody help me? Every information will be welcome.

Thank you very much.

keerthis2107
07-26-2007, 01:16 AM
Hi

I am an user of Liferay and openlaszlo. I was able to bring the laszlo portlet into liferay. I believe this might be of some use to you. I used liferay 4.2.1 and laszlo4.0.2
1. Create a new folder in the lifery/ext which is similar in structure as that of laszlo-web file in liferay/portal.
2. write your lzx program in the docroot/portlet.
3. Include this folder in the build.xml of ext.
4. Call this lzx file in the view.jsp.
5. For portlet developement its similar to other portlet developments.