Hi guys,
Reading & researching about spring framework I realized that the IoC concept is GREAT, but beside that, there is a lot of work & effort that you have to put into xml config files to declare bean structures, each behavior exposed, properties, transactions, security, etc.
then, I should choose between pay the price mixing some logic with tier communication or implement IoC concept maintaining large xml files.
why large ?
To describe you my business, we have like 500 tables in the oracle with 300 business logic objs and you can do the multiplication of the behaviors exposed.
now, If I have to expose those biz logic I will need buy 100 HD RAID to hold the config/s file of spring (being exaggerated)
Am I correct about the spring effort ?
I'm just a newbie in spring, that's why I can have a wrong idea about spring implementation.
Thank you.
Rodrigo


Reply With Quote
