Will Struts or any other framework work for this?

Here is the bird's eye view of the project. We have data coming in from different sources in different format. We need to process this data into our my own standard format and load them into database.

We built our own Java classes to solve this but now we have too many classes and maintaining them is getting out of hand. Can we use the STRUTS framework to build our project? Or is there any other framework we can use? Would like the project more maintainable, flexible and reusable. Any kind of suggestion is welcome. Thanks in advance.

[554 byte] By [tasneem93a] at [2007-10-2 14:42:37]
# 1
struts is a web framework, so I don't see how it'll help with persistence.can't tell based on two lines of requirements.%
duffymoa at 2007-7-13 13:12:44 > top of Java-index,Other Topics,Patterns & OO Design...