views:

28

answers:

1

Hi

Is it possible to send json and receive json using spring webservices?

Thanks Damien

A: 

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.

Timo Westkämper