On 10/5/07, Brian Pontarelli <[EMAIL PROTECTED]> wrote:
>
>  This "clutter" is inside the JAR file and loaded on demand when the tags
> are used. The size of the JAR file could be reduced by pulling these into a
> separate JAR, but this still doesn't require a "plugin". The idea of the
> plugin is that something is added rather than removed. I guess I don't see
> shipping the tags in the core JAR as clutter, even if an application isn't
> using them. The tags themselves (minus the dojo stuff) don't seem to be all
> that large.
>
>  I'd definitely be in favor of removing extras, like DOJO in favor of a
> plugin for these types of components. But I'm not sure I think removing the
> base tags is the best approach.
>
>  -bp
>
Remember, it's not one jar we're talking about.  The way things are
now, if you're not using the built in tag libs you still have to build
ognl.jar and freemarker.jar into your application or you'll get errors
at startup.  By being able to leave out the tags, you also leave out
the tld, which means the container doesn't try to pre-load the tags,
which means the additional dependencies aren't required.
  (*Chris*)

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

Reply via email to