Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Liferay with Struts , JSP

I have web application developed using JSP and struts. I am just looking out for options to have different look and feel , and Ajax rendering . Liferay was suggested by one of my team mate. But I am not able to get much details on it. How do i make it work with the current product. ?

Liferay is portlet and is different from my existing product on servlet based. How can I integrate them. Is it possible to get liferay's portlet in place without much problem.

Thanks in advance, Priya.R

like image 217
priya Avatar asked Mar 15 '11 07:03

priya


1 Answers

I would be able to make this with these two tutorials:

a) http://vegdave.wordpress.com/2009/04/01/building-a-helloworld-portlet-with-liferay/

Basic tutorial for Liferay installation on Tomcat, on the last line there is a reference to Glasfish server. Also the comments after the blog writing may help.

b) http://struts.apache.org/2.0.14/docs/struts-2-portlet-tutorial.html

I suppose you're using Struts2 nowadays. So, there is a way to make a Struts2 project to a Portlet according to this info.

Helpful?

like image 157
mico Avatar answered Sep 19 '22 14:09

mico