Hi All, I have a URI template e.g. "http://foo.com/accounts/{accountID}" and corresponding rest URI i.e. "http://foo.com/accounts/9991234".
Does restlet API provides some mechanism to exaclty match the URI template to correspoding REST URI? I mean to say, can we write our own code to match these two? If some one has any idea then please let me know. Any comments or inputs are highly appreciated. Thanks in advance. Please respond ASAP. Thanks Prashant

