Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wicket in Liferay

Tags:

liferay

Just want to know any one integrated wicket with liferay. How difficult it is to code the wicket portlet with ajax enabled ?

Any one using wicket portlets in production ?

like image 842
paddhureddy Avatar asked Oct 11 '22 01:10

paddhureddy


1 Answers

Right now we're developing Liferay-based portal that uses portlets that were written in Wicket. We're using Wicket 1.4 because it was the last version with out of the box support for the portlets.

There's guide about developing portlets for Liferay in Wicket: How to build a Wicket AJAX Portlet in Liferay’s Eclipse IDE.

In addition, I wrote several posts in Russian recently about developing simple AJAX-enabled Wicket portlet for Liferay 6.0.6 and attempted to describe all the possible "pitfalls" there. I'm not so comfortable with English right now to translate them but you could take a look at the source code. Comments are in English.

like image 168
Artem Shafranov Avatar answered Nov 28 '22 09:11

Artem Shafranov