Tim:

Was trying to use your LocalJacksonConverter in a Restlet application that I 
have.  But I wasn't sure how to go about doing that.  I figured that I should 
start in my createInboundRoot with something like...

ObjectMapper objectMapper = new ObjectMapper();
LocalJacksonConverter localJacksonConverter = new 
LocalJacksonConverter(objectMapper);

But that was as far as I got (problem is my small brain, not your excellent 
code :) ).  I haven't used the Restlet Guice extension and my experience with 
injection is very limited.  Not counting vaccines :) :).

Thanks for your help,
RB

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

Reply via email to