service-layer
How can I mix Hibernate and Swing in a good manner
I have some questions about interaction with Hibernate: Do I use openSession or getCurrentSession (without jta, thread instead)?[详细]
2023-01-03 17:07 分类:问答Responsibilities of Service and Repository layers
Just trying to get my head round the responsibilities of the service layer and repository layer when saving an object to my persistence store.[详细]
2023-01-03 14:54 分类:问答Should a service layer return view models for an MVC application?
Say you have an ASP.NET MVC project and are using a service layer, such as in this contact manager tutorial on the asp.net site:http://www.asp.net/mvc/tutorials/iteration-4-ma开发者_Python百科ke-the-a[详细]
2023-01-02 14:53 分类:问答Purpose of the service layer
Am I correct in thinking that the purpose of a service layer includes the following? thinning out of domain models (i.e. movement of certain functions like in caching, instantiation)[详细]
2022-12-20 12:15 分类:问答