cancel
Showing results for 
Search instead for 
Did you mean: 

REST Cient API

rdiaz1
Champ in-the-making
Champ in-the-making
Hi there,

I have been playing around with the REST API, and I can invoke the services with the web browser without problems.
But I wonder wich is the client API recomended to consumign the services.. is it maybe httpClient?? Do you have intentions in Jax-Rs support in the future?

Thanks

RDiaz
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Basically any http consumer might work.
I'm personnally a fan of using the RestTemplate of Spring, but thats just a matter of taste.