> -----Original Message----- > From: Todd Kuebler [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 06, 2003 2:09 PM > To: Jetspeed Developers List > Subject: RE: Question about JspAction > > This is why I think all templating portlet functions should be commonly > held in something like the MVCPortlet I've proposed. > (http://www.kuebler.org/MVCPortlet/MVCPortlet.html) Actions, templates, > etc should be handled the same way for all, which to me means a common > portlet doing the handling.
Todd, I agree with you 100% percent on this. I am going to try a break up the VelocityPortlet and JspPortlet into as much a common component as I possibly can. I am going to have VelocityPortlet and JspPortlet implement a common TemplatePortlet interface to help with this. The MVCPortlet is a great idea, but we need to fix what current implementation portlet developers are used to before we radically change the paradigm. Scott
