Posts by Symon Moura Lopes • 11 points
2 posts
-
1
votes2
answers455
viewsA: JAX-RS Resource as Session Bean or CDI Managed Bean?
There is no such need, the JAX-RS specification already defines that the life cycle of a Resource is by request. It makes no sense to brand it as @Stateless, by default it has not been. I don’t…
-
0
votes4
answers9005
viewsA: Why is HATEOAS important?
I find this idea of HATEOAS meaningless. If I add/change/remove an API method/url, the implementor needs to know what has changed, and how to call it, the "Client API" will not know to simply…