On Mon, 25 Mar 2002, Tod Harter wrote:

> Sure, but then on the flip side you end up with a bunch of "glue" code in 
> your taglib functions to weed out parts of your objects you don't want to get 
> into XML, reformat data, etc. Inevitably what I found as soon as I started 
> writing extensive parts of my application was that THAT code really needed to 
> be callable from other places as well. 

Nono, no glue code. That's what TaglibHelper and SimpleTaglib are for. Let
them implement the glue with a few lines at the top of your module. 

If your function is outputting a lot of useless stuff in its return, then
maybe you should weed it out by changing your code structure. If your
function is outputting only a moderate amount of useless stuff, don't
worry about it; just transform it with XSL to nothing.


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

Reply via email to