Havent used velocity myself , but from what Ive seen it is very good.
(Theres also a very good introduction for newbies in Teds "Struts in Action"
book where hes given a chapter to using velocity with Struts)

That said, if you learn JSP its probably a much more portable skillset that
will stand you in good stead for future projects and jobs, and theres a lot
of freely available taglibs out there you can utilise. Much more support on
the list too for any problems you may come across, and of course theres the
Tiles stuff which (again Ive not used!) is really very very cool and
powerful!

My own personal opinion of JSP otoh is rather low. I just dont like the
whole 'vibe' of it! Suffice it to say Im not a big fan of serial rendering
mechanisms - especially where the page layout and rendering instructions are
combined in the same file - and also much prefer a mechanism where I can
render to any part of the view at any part of my rendering process (Im using
a homebrew library for this that revolves around using a tree of decorator
classes to modify xhtml DOM templates - there are some open source libraries
for DOM based rendering available too such as XMLC which you might want to
look at if you have time). Of course that power comes at a cost in terms of
performance and memory usage, but for the type of apps Im working on its not
really an issue.

But weighing up the arguments for your case, Id say the best advice I can
give is that nobody got sacked for choosing JSP and its the one with the
most mindshare despite its flaws, so you wont go wrong going with it for
your project even if it can be a pain to work with sometimes!



-----Original Message-----
From: A.White [mailto:[EMAIL PROTECTED]
Sent: Friday, 27 February 2004 20:45
To: [EMAIL PROTECTED]
Subject: [OT] JSP or Velocity


Howdy

I am starting to develop an application using struts and have been
looking round the rest of the Jakarta project and came across the
Velocity project.

I was interested to see which which people recommended for a relative
newbie

Cheers

Andrew


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

Reply via email to