Hi
Is it possible to send json and receive json using spring webservices?
Thanks Damien
Hi
Is it possible to send json and receive json using spring webservices?
Thanks Damien
You can use RESTEasy for it. It is easily pluggable into Spring and has better JSON support than many RPC style Web Service frameworks.
And here is a guide to get it working with Spring.