Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in service-layer

How should EntityManager be used in a nicely decoupled service layer and data access layer?

Laravel patterns - Usage of jobs vs services

Domain Model and Service Layer patterns in P of EAA

Designing service layer classes in PHP

Where to put business logic in DDD

Should service layer accept a DTO or a custom request object from the controller?

rest dto service-layer

Purpose of the service layer

service-layer

ASP.NET MVC with service layer and repository layer, where should the interfaces be defined?

Share DbContext across Repositories in MVC Web App

How to protect a Web API from data retrieval not from the resource owner

The Purpose of a Service Layer and ASP.NET MVC 2

Why use service layer?

spring service-layer

How to inject in @FacesValidator with @EJB, @PersistenceContext, @Inject, @Autowired

Should the repository layer return data-transfer-objects (DTO)?

Separating the service layer from the validation layer

ASP.NET MVC Business Logic in Domain Model vs Service Layer

When is it necessary or convenient to use Spring or EJB3 or all of them together?

Are Doctrine2 repositories a good place to save my entities?

Service Layer vs Business Layer in architecting web applications?

Should a service layer return view models for an MVC application?