Accelerating JSP Tag Development with Jakarta Velocity
Hits: 390
Description: Writing JSP tags can be tedious, even under the best of circumstances. Often, I merely wish to push out lightly-parameterized HTML to, for instance, control the layout of an intricate (but often used) table format. While you might assert that this is precisely the purpose of Java Server Pages, with its directive for including JSPs through the elements, it can often be overkill and cumbersome to maintain.