>>>>> "Craig" == Craig R McClanahan <[EMAIL PROTECTED]> writes:

    Craig> If we stay with the "dual libraries" approach, this all makes sense.

    Craig> One thing we'll want to do *inside* the implementations is maximize the
    Craig> reuse of the actual tag classes, to minimize the effort of keeping the two
    Craig> libraries in synch.

I wouldn't even be doing this if this wasn't easy to do :) .  The most
"complicated" code in each subclass will be in the "evaluateExpressions()"
method, which is called from the derived "doStartTag()" method.  Even that code
will be mostly boilerplate.  The more difficult cases will be where I really
have to change what the base "doStartTag()" or "doEndTag()" methods do.

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]


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

Reply via email to