New answers tagged spring-boot
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 ...
4
votes
Where should I store the access token in React?
What happens when the user refreshes the page? is the refresh token sent? Are you sending the refresh token with every request?
The key idea with a refresh token is that its securely stored on the ...
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
spring-boot × 93java × 40
spring × 27
microservices × 18
rest × 12
jpa × 8
design-patterns × 7
architecture × 7
spring-mvc × 6
design × 5
web-services × 5
hibernate × 5
domain-driven-design × 4
api-design × 4
authentication × 4
jwt × 4
unit-testing × 3
object-oriented-design × 3
mvc × 3
multithreading × 3
caching × 3
backend × 3
rabbitmq × 3
database × 2
web-development × 2