New answers tagged java
1
vote
Is it good practice to return ApiResponse from a Spring service layer?
To be short, the answer is clearly no, but I will use many approach to argument this answer:
programmatic and pragmatic approach:
You are using Spring ApiResponse, and what if you use @Controller ...
1
vote
Is it good practice to return ApiResponse from a Spring service layer?
Is it good practice to return ApiResponse from a Spring service layer?
David Parnas proposed about modularization, and in particular the benefits of choosing your module boundaries so that the ...
3
votes
Is it good practice to return ApiResponse from a Spring service layer?
Let me change your question a little bit, as it could be general instead of Spring based.
Is it good practice to return an API Response from a service layer?
There is going to be multiple comments ...
Top 50 recent answers are included
Related Tags
java × 5020design-patterns × 510
design × 499
object-oriented × 488
object-oriented-design × 250
architecture × 207
c# × 175
spring × 162
interfaces × 155
c++ × 153
exceptions × 149
programming-practices × 135
android × 124
multithreading × 122
unit-testing × 117
rest × 114
algorithms × 108
coding-style × 106
inheritance × 99
performance × 91
java-ee × 91
api-design × 86
testing × 83
programming-languages × 82
database × 81