Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in service-layer

Should an entity service class call another entity's service or its repository

repository service-layer

Separation of validator and service with external API calls

How should be my Service method signature?

Service layer vs business layer - differences?

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