On 10/28/05, Henning P. Schmiedehausen <[EMAIL PROTECTED]> wrote: > Nathan Bubna <[EMAIL PROTECTED]> writes: > > >On 10/27/05, Henning P. Schmiedehausen <[EMAIL PROTECTED]> wrote: > >> [EMAIL PROTECTED] writes: > >> > >> > jakarta/velocity/tools/trunk/lib/commons-beanutils-1.7.0.jar (with > >> > props) > >> > >> Do you need code from the Bean collections API or would > >> commons-beanutils-core-1.7.0 be sufficient here? > > I ran some tests: > > | jar | jar.generic | jar.struts | jar.view > ----------------+-----+-------------+------------+----------- > beanutils | X | X | X | X > collections | X | | X | X > digester | X | | X | X > lang | X | X | X | X > logging | | | |
this can't be right. we use commons-logging for the Struts tools. > validator | X | | X | > oro | | | | > servlet | X | | X | X > sslext | X | | X | > struts | X | | X | > velocity | X | X | X | X > > - beanutils-core works fine BTW but the size difference (20k) is > neglectable. > > - oro and commons-logging can actually go, they are not needed for > compilation of velocity-tools. no, the Struts tools depend on c-l for compiling, and both are needed for running the example apps, which we distribute as wars and were not accounted for in your analysis. we could use the "dep" jar for velocity to get rid of oro, but i'd rather not. just personal preference. > - all velocity tool distributions depend on beanutils, lang and > velocity. > > - the "full" jar and the "struts" jar are the same thing. yep. > >i don't believe we directly use their API in our code. the lib is > >present for digester and struts to use. > > Nope. Some tools rely on it. In fact, beanutils is one of the two > indispensable dependencies of velocity-tools. oh yeah, i forgot that SortTool uses beanutils. > Best regards > Henning > > > -- > Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH > [EMAIL PROTECTED] +49 9131 50 654 0 http://www.intermeta.de/ > > RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire > Linux, Java, perl, Solaris -- Consulting, Training, Development > > 4 - 8 - 15 - 16 - 23 - 42 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
