Hi Raj, [...]
> Basically i am trying to build a base URI says /servers/ then > every server say > server1 server2 etc forms the remainder of the URI ....like > servers/server1.This > URI in turn leads to accessing other URIs to collect data > about server1. OK. > Need to make GET requests to mySQL Database also to retrieve > specific info. > > Has anyone tried out Restlet examples with database or any > tutorial or article > which would give me examples of working with database using restlet? I suggest that you have a look at the examples from O'Reilly's book on RESTful Web Services. We illustrate the use of Restlet with a db4o database. With MySQL, you would probably want to introduce a technology such as Hibernate. http://www.restlet.org/documentation/1.0/examples/books/rest/ Best regards, Jerome

