Mark, I have already converted most of my control and controller classes to use ViewProcessors as I no longer use the default classes supplied with Jetspeed. I have also written a file type agnostic resource locator, based on the template locator to help locate templates, images, style sheets, etc.
I you like, when I have a chance I will look into moving them into Jetspeed. We may need to refactor the ViewProcessors as they are currently focused on supporting a portlet's view and are not generic enough to support views for other resources, such as controls. *===================================* * Scott T Weaver������������������� * * Jakarta Jetspeed Portal Project�� * * [EMAIL PROTECTED] * *===================================* � > -----Original Message----- > From: Mark Orciuch [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 27, 2003 3:42 PM > To: Jetspeed Users List > Subject: RE: missing 'JSPPortletControl'? > > It just happens that Jetspeed controls and controllers are implemented > using > Velocity.On my long list of todo's, there's a task to refactor the > controller and control classes so they can be either Velocity or JSP or > other template system based (using approach similar to MVC Portlet). > Unless > you want to create custom controls and/or controllers, I wouldn't bother > writing anything. And it is very simple to use Velocity to do the task. > > Best regards, > > Mark Orciuch - [EMAIL PROTECTED] > Jakarta Jetspeed - Enterprise Portal in Java > http://jakarta.apache.org/jetspeed/ > > > -----Original Message----- > > From: Wouter Heijke [mailto:[EMAIL PROTECTED] > > Sent: Monday, May 26, 2003 6:52 AM > > To: 'Jetspeed Users List' > > Subject: missing 'JSPPortletControl'? > > > > > > > > I'm new to jetspeed and trying to use it for a portal demo. > > Since we use only JSP's for our client i decided to skip the velocity > > templates in jetspeed but it seems this not entirely possible. Still > some > > 'core' velocity controls and controllers are needed to build a portal, > i'm > > missing an 'JSPPortletControl'... > > So my question, is there one planned or am i simply missing something? > I'm > > trying to avoid writing one since i guess there will be something out > > there.. > > > > Thanks, > > > > Wouter > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]
