Last updated : 01/10/2002; 18:20:46

Joe's Jelly

Joe Walnes rambling on and on about Software Development, Java and Extreme Programming.

NAVIGATION >>

/WIKI /WEBLOG /THOUGHTWORKS /OPENSYMPHONY /EMAIL

:: ELSEWHERE
xp developer wiki
c2 xp wiki
the server side
javaworld
sd magazine
jakarta

:: BLOGS
Mike Cannon-Brookes
Graham Glass
Paul Hammant
Elliotte Rusty Harold
Darren Hobbs
Patrick Lightbody
Charles Miller
Brett Morgan
Rickard Öberg
Mike Roberts
Sam Ruby
Joel Spolsky
James Strachan
Clemens Vasters

:: INVOLVEMENTS
SiteMesh
QDox
MockDoclet
OSCore
OSUser
PropertySet
RichTags
Marathon
SiteMesh C++
Alt-RMI
Jelly MockTags
more...
:: BACKLOGS
September 2002
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          
Aug   Oct



Click here to visit the Radio UserLand website.

:. 11 September 2002

  8:07:12 AM  

I'm interested to know why JSP tags are nicer than Velocity directives though? Directives seem so neat compared to tags?[rebelutionary]

2 reasons...

1) JSP tags offer named parameters. For many macros/tags you often have different permutations of parameters that need to be passed but because Velocity macros are weakly typed and unnamed it makes it very hard.

2) You can look at a JSP tag and instantly determine whether it has a body or not - with Velocity macros you are never quite sure which can sometimes lead to malformed pages that are hard to fix.

... but I'm still a huge fan of Velocity!


Web-design by John Doe from open source web design.