service-layer
Patterns and Practices. Service layer?
Should I be doing my automapping in my service layer or at my controller? I like the Idea of Repository - Raw data IQueryable type stuff with full domain(type) objects.[详细]
2023-01-18 14:03 分类:问答Why use service layer?
I looked at the example on http://solitarygeek.com/java/developing-a-simple-java-application-with-spring/comment-page-1#comment-1639[详细]
2023-01-15 11:45 分类:问答Presentation layer / Public Services layer. A common term?
While defining our application architecture (which contains both web UI and external web services) we stumbled upon our inability to find a common name for the topmost layer.[详细]
2023-01-14 12:22 分类:问答Aggregates, Repositories and a service layer
Take a class which has relations with a couple of other classes. The first class can be seen as the aggregate(root). Seen from the point of the service layer how would one best split the calls?[详细]
2023-01-12 14:47 分类:问答How do I inject access control into a service layer of mvc application?
I\'m coding a zend framework application using the the standard mvc paradigm with an added service layer to take care of application/business logic. It seems quite popular to put your access control i[详细]
2023-01-12 13:14 分类:问答Am I using service layer correctly?
I have been reading up on DDD and I think I may be using services wrong or at least in a not so ideal way. My service classes tend to have quite a few instance variables containing repository referenc[详细]
2023-01-11 13:21 分类:问答Performance impact of having a data access layer/service layer?
I need to design a system which has these bas开发者_运维问答ic components: A Webserver which will be getting ~100 requests/sec. The webserver only needs to dump data into raw data repository.[详细]
2023-01-10 18:15 分类:问答Question about ASP.NET MVC 2 Custom ViewModels
In my project I have my Linq To SQL dbml file, A Repository Layer for each DB Table and a Service 开发者_如何学运维Layer for each Repository.[详细]
2023-01-06 15:02 分类:问答Convert Linq To Sql with JOIN to IQueryable select
I have a function called GetUserByOpenId I don\'t want to be using this function at all Public Function GetUserByOpenID(ByVal claimedidentifier As String) As User Implements IUserRepository.GetUserBy[详细]
2023-01-05 21:27 分类:问答Using Grails without an user interface
I\'m thinking about possible alternatives for our EJB based service layer and wondered if it would make sense to use just the service and database layer of Grails together with the Remoting Plugin or[详细]
2023-01-04 01:27 分类:问答