Richard Reyes wrote:
Hello,
Whats the advantage of using spring for your persitence layer when you can do it with struts?
Well, you don't really use "Spring" for your persistence layer, you use Spring to simplify using your persistence layer, whether it's Hibernate, Ibatis, or straight JDBC. It provides nice convenience methods, a way to transparently manage Sessions, Datasources, etc, declarative transactions, etc.
You can use it WITH struts (you don't really do a persistence layer in struts do you?). In fact, it provides some nice conveniences for Struts.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]