Hi, I am confused over the client pattern to use.
On one hand, I find documentation/mails that speaks of ClientResource, which IIUIC is not present in the GWT Module/jar of 2.0-M5, and elsewhere I read of the "new Client( protocol )" usage, where I can't figure out how to tailor authentication and headers. First step; Which of the two is the correct one? Step 2; If it is "Client", then how are these things supposed to be done? My first guess was that one is called to the Uniform.handle() method before the call is made, but then... it must be called after the call is completed... TIA Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2431992

