I have to do a simple RESTful client for a webservice written in Java.
I’m thinking to use a simple HTML/JavaScript implementation… but, i don’t know what’s the best API for this…
I’ve already tried jQuery, but I think i’m doing something wrong, because it don’t work well…
Someone know a CRUD tutorial with jQuery, or other JS API?
Thanks a lot!
cheers!
It would be helpful to know why jQuery doesn’t work well for you. The Ajax implementation should cover everything you need to talk to a RESTful webservice. But here are two frameworks that implement an improved RESTful model wrappers:
There are probably more and which one is the best will depend entirely on your needs.