Hello Nirav, this is explained here: http://wiki.restlet.org/docs_2.0/13-restlet/360-restlet.html.
I have created a simple converter that inherits from ConverterHelper, and created a META-INF/services/org.restlet.engine.converter.ConverterHelper file that contains the full name of the class. The converter is then discovered automatically by the engine. Best regards, Thierry Boileau ps: >I am using the old form of having a service declared under the META-INF >directory actually, this mechanism is not so old :) http://java.sun.com/developer/technicalArticles/javase/extensible/ ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2685295

