Message Boards

JSPPortlet,StrutsPortlet and GenericPortlet

Mohsin Mohsin, modified 19 Years ago.

JSPPortlet,StrutsPortlet and GenericPortlet

New Member Posts: 13 Join Date: 8/30/04 Recent Posts
I am bit confused about when to use JSPportlet,StrutsPortlet and GenericPortlet.<br /><br />Can any one please explain it?<br />Thanks<br />Mohsin ali
thumbnail
Brian Chan, modified 19 Years ago.

JSPPortlet,StrutsPortlet and GenericPortlet

Liferay Master Posts: 753 Join Date: 8/5/04 Recent Posts
GenericPortlet means you write how to the output is done. See HelloWorldPortlet<br /><br />JSPPortlet means it includes JSPs, see &quot;Random Bible Verse&quot; Portlet<br /><br />StrutsPortlet means it uses Struts as the MVC framework, see the test.war or any of the other complex portlets.