On Fri, 27 Aug 2004 12:06:08 -0500, Joe Germuska <[EMAIL PROTECTED]> wrote:
> At 4:59 PM +0100 8/27/04, Pilgrim, Peter wrote:
> >Quick fire questions
> >
> >What are Struts CVS Dependencies with Commons ?
> 
> commons-beanutils: 1.6.1
> commons-collections: 2.1
> commons-digester: 1.5
> commons-fileupload: 1.0
> commons-lang: 2.0
> commons-logging: 1.0.4
> commons-validator: 1.1.3

I haven't tested the particular combination Peter is talking about
(Collections 3.1), but in principle it should work fine -- the only
collections classes that Struts *itself* depends on are compatible.

That being said, you will soon have an additional option (not ready in
time for Struts 1.2.2 but likely to be for any future version) -- The
combination of BeanUtils 1.7 and Digester 1.6 will allow you to
eliminate Collections as a dependency entirely (unless your app needs
it itself, of course).

Also, as stated elsewhere:

* Commons Lang is used by the tests; it is not a runtime dependency.

* Commons Validator has external dependencies of its own on
  jakarta-oro.jar and antlr.jar

Craig

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

Reply via email to