Yes. I looked on both.
I think I expressed my self incorrectly in my first post. What I really meant by a REST API is a HTTP/JSON service-orientated API.
Type: Posts; User: walec51; Keyword(s):
Yes. I looked on both.
I think I expressed my self incorrectly in my first post. What I really meant by a REST API is a HTTP/JSON service-orientated API.
Looked into Spring Remoting but nothing seamed to fit my requirements.
However I also found Apache CXF on the net and it seams to do exactly what I want with little effort. I can expose a HTTP/JSON...
Thanks for the replay.
But I wonder from a design point of view would an additional layer add any value if I treat the MVC annotations in this case only as a remoting option.
Other remoting...
Hi,
I would like to build a REST API for my services in Spring.
I don't see any need for additional layer of controller classes.
I would just like to remote those services in a REST API by...