Hi Guys,
I'm using Spting along with
ZK for Presentation layer. I have got a lot of DAOs, 44 to be precise to deal with.
My question is whether to use the daofactory patter as more or less all the Spring developers use or to go with a utility class called SpringUtil provided by ZK. ZK integrates with Spring and provides this class.
You can get any bean from this class in this form
So, basically it is a design issue that I must deal with.
Thanks!!!