I'll chime in and say "use Velocity!" as well. It's quick and easy to learn and use; I highly recommend it over JSP. The one caveat is it does not pretty-print anything when it renders a template, if that's a concern.
>>> [EMAIL PROTECTED] 02/20/04 07:59AM >>> Thanks Holger, that was exactly what I needed to hear! I was 'tempted' by Velocity's design from the get go, but because JSP is more of a standard, we decided internally to start with JSP and move over to Velocity if we could see some real benefits other than it's cleaner-and-leaner approach...But everytime I read documentation, people almost always assumed you were using Velocity and this started to nag on me a bit. I really needed someone to tell me that it works like a charm and really should give it a try. Thanks! -Stijn ----- Original Message ----- From: "Holger Dewes" <[EMAIL PROTECTED]> To: "'Jetspeed Users List'" <[EMAIL PROTECTED]> Sent: Friday, February 20, 2004 9:58 AM Subject: RE: jsp vs. velocity > > -----Original Message----- > > From: Stijn de Witt [mailto:[EMAIL PROTECTED] > > Sent: Thursday, February 19, 2004 7:25 PM > > To: Jetspeed Users List > > Subject: Re: jsp vs. velocity > > > > > > We are using JSP too, actually... :) > > Is there anyone here who has tried both and can give us some > > good reasons to choose one over the other? > > I don't know JSP too well, and I learned Velocity when I started using > Jetspeed, but I have really fallen in love with Velocity. It's the only > templating engine I have seen so far that has a true separation of code > and display. And it is very easy to learn. I'd suggest to give it a > shot. > > Cheers > -- > Holger Dewes > > > --------------------------------------------------------------------- > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
