| Sign In/My Account | View Cart |
| Article: |
A Look at Commons Chain, Part 1 | |
| Subject: | commons mire | |
| Date: | 2005-03-02 19:22:27 | |
| From: | craigpfeifer | |
| Sounds neat, but how many other commons packages do you have to bring along as dependancies? Commons logging (among others) has some nasty runtime behavior that folks are quickly getting tired of. | ||
Showing messages 1 through 2 of 2.
commons mire
this is an issue that needs to be addressed (and may be, I have
not researched the activity in this area). As far as Digester and
BeanUtils, these subprojects have proven to be quite valuable.
Digester provides a lot of more to XML parsing that Chain uses
-- why reinvent the wheel. Likewise with BeanUtils.
I think you will also find that most open source frameworks leverage other frameworks. Just download Hibernate and look at how many additional JARs it ships with. The issue here is that Chain does not *ship* with these Jars -- perhaps this is just a build issue that could be addressed by the Commons team.