Dear all, I am using restlet 2.1
I have configured something very weird that if I have a class called Patient, which has methods: 1. AddPatient using @Put 2. RetrievePatient using @Get 3. UpdatePatient using @Post. I have to use three separate resources(&interfaces) as well as three classes for each to implement one of the methods. So for instance if I have 12 methods I have to use 12 interfaces+ classes How come?? So anyone could help?? -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/Restlet-Methods-tp7490099p7490099.html Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2950795

