On Tuesday, November 18, 2003, at 01:07 AM, [EMAIL PROTECTED] wrote:


I am beginning to write a complex portlet which use jsp technology,but I
have a doubt,what is the difference between


public class MyPortlet extends AbstractPortlet

and

public class MyPortlet extends GenericMVCPortlet

Which I must use to develop my portlet,and why?
Thanks

IMO Best to extend GenericMVC
It abstracts away the details of JSP or Velocity template services and gives a generic API for interacting with templates



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to