views:

891

answers:

1

I am not sure, if this is a progamming question in the scope of this website. I am trying to create some simple portlet, which has some jsp Pages communicating with the java backend and vice versa. But any documentation states differen procedures, filenames and functions, than those used in the basic portlet, created by the Liferay plugins SDK. Does anybody know an 'SDK compliant howTo' regarding this?

Regards Lorgarn

A: 

Your portlet should be jsr168 compliant, independent from Liferay.

You should try Spring Portlet MVC, and study the sample portlet application that comes with the Spring distribution.

Mercer Traieste