Hi, I have juts downloaded restlet and the examples and trying to understand the framework.
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. 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? Thanks in advance Raju

