We have a web application (running on Tomcat) that will be interfacing with our restlet 1.1 server (which we are working on). We were just wondering if there are any available toolkits out there for us to use for best interfacing with the restlet 1.1 server (I presume we can just use any HTTPURLConnection or Apache HTTPClient package).
Thanks dev

