Hi,

--- Scott W <[EMAIL PROTECTED]> wrote:
> 
> How can JSP be utilized to create the HTML instead of
> ECS?  Is there any documentation out there that covers
> this?
> 

I don't think you can lose ECS in the current versions of Jetspeed.

Jetspeed is a servlet that uses Turbine and ECS to produce its
output/webpages.

This servlet in turn, delegates the portlet production to portlets -
these can be based around ECS, velocity or JSP.

With the current CVS of Jetspeed, there is a problem with JSP
portlets - but this should be fixed soon-ish...

With the release 1.3a1 of Jetspeed, you can get a JSP to be a
portlet, by writing a small Portlet implementation that forwards the
portlet request to the JSP using the EcsServletElement - passing to
it the name of the Jsp file.  Obviously this file name can be
obtained from various places - portlet config - a parameter to the
portlet etc...

HTH,
Chris

=====
Need somewhere to Live in London - http://freeflats.com

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

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

Reply via email to