Thats ok. I never understood folks who dont use layers.
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of James Carman Sent: Saturday, June 19, 2010 5:07 AM To: [email protected] Subject: Re: Getting started with Scala, Spring, Hibernate & Wicket Why do you have page -> service -> dao? Why not just talk directly to the DAO for the getAll() method. This level of indirection just causes more code (and confusion) in your simple example. Is this just a "best practice" that you've devised? I've never really understood folks' aversion to talking to the DAOs from the view layer, especially when it means you have to have duplicate methods in your service layer to do so. It just doesn't make sense to me. On Sat, Jun 19, 2010 at 8:01 AM, James Carman <[email protected]> wrote: > Why is spring-orm version 3.0.1.RELEASE and not 3.0.3.RELEASE? Why > not just uset a {spring.version} property in your POM so that it all > stays in synch? > > On Sat, Jun 19, 2010 at 7:23 AM, Kent Tong <[email protected]> wrote: >> Hi, >> >> I've written a tutorial on this topic. You may check it out at >> http://www.dzone.com/links/getting_started_with_scala_spring_hibernate_wicke t.html >> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
