About the first point: no, I know what a service layer is, I read a couple of books ;) And, for example, Martin Fowler states: "you probabily don't need a Service Layer if your application's...
Type: Posts; User: giulio.quaresima; Keyword(s):
About the first point: no, I know what a service layer is, I read a couple of books ;) And, for example, Martin Fowler states: "you probabily don't need a Service Layer if your application's...
I have read a lot in that subject, either in this forum and in places such as StackOverflow. Almost all guys suggest that the best way to deal with transactions is to put @Transactional tags in the...