Re: Resource Type for custom resource provider

2015-01-09 Thread connuser1 connuser1
Hi Bertrand Thanks for pointing to the Planet resource provider as it clarifies quite a few things. I am almost there but still missing a few pieces. I have setup properties on my custom resource using the value map. And I am trying to rely on the default JSON renderer servlet to render my

Re: Resource Type for custom resource provider

2015-01-07 Thread Bertrand Delacretaz
Hi, On Wed, Jan 7, 2015 at 6:54 AM, connuser1 connuser1 connus...@gmail.com wrote: I am writing a custom resource provider by implementing the ResourceProviderFactory interface. Currently I have sets its 'Resource Type' to a path which maps to my custom servlet for rendering this resource.

Fwd: Resource Type for custom resource provider

2015-01-06 Thread connuser1 connuser1
Hi I am writing a custom resource provider by implementing the ResourceProviderFactory interface. Currently I have sets its 'Resource Type' to a path which maps to my custom servlet for rendering this resource. This is working perfectly but I am not really sure if this is the right way to do it.