Hi Evgeny,
Yes, you can use a Client instance as a singleton as you describe. There
is no need for a full Restlet application for that.
Cheers,
Jerome
Evgeny Shepelyuk a écrit :
Hi Jerome!
Ok so if i understood correctly. I can use Client instance inside my
applications (not restlet meaning of application, but just external app that
contacts my RESTful service) as singleton ?
I can create on instance of clietn, set my settings to it and share it to all
my JSP/classes that needs to contact my RESTFul service.