jsr339-experts@jax-rs-spec.java.net

[jsr339-experts] Re: Client API is very complex

From: Marek Potociar <marek.potociar_at_oracle.com>
Date: Tue, 28 Jun 2011 20:03:10 +0200

FYI: Santiago gave me an interesting feedback today: "invocation.invoke()" seem to not read particularly well as the
"invoke" information is conveyed twice.

I am considering to rename the "invoke" method to "run" or "execute". A question to all: what is your preference?

Marek

On 06/28/2011 04:40 PM, Bill Burke wrote:
>
> invoke()/queue() works nicely with the Command Pattern. A generic subsystem could gather up Invocation requests and
> invoke them without worrying about what the method is or which Client it was created from.
>
> Bill