If I have a patient resource class which contains 4 methods: 
1. AddPatient (Patient p) 
2. DeletePatient (String ID) 
3. RetrievePatient(String ID) 
4.UpdatePatientAddress(String ID, String Address)

Can I implement them in one resource class, if so how could I perform the
server-side routing??

Thanks in advance, you are saving me....

--
View this message in context: 
http://restlet-discuss.1400322.n2.nabble.com/Restlet-Resources-tp7497363p7497363.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2951527

Reply via email to