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

[jsr339-experts] Re: Refactoring out generic invocations

From: Marek Potociar <marek.potociar_at_oracle.com>
Date: Mon, 29 Aug 2011 18:20:54 +0200

I would still appreciate your help with merging Http/Request/Response with old JAX-RS 1.x Request/Response. I really do
mean it.

Thanks,
Marek

On 08/29/2011 06:15 PM, Bill Burke wrote:
>
>
> On 8/29/11 11:27 AM, Marek Potociar wrote:
>> As for the spaghetti code, consider a simple get request (disregarding returned HttpResponse):
>>
>> ClientFactory.newClient().target(...).request("text/plain").get();
>>
>> In my API, following 6 interfaces are involved: ClientFactory, Client, Target, Invocation.Builder, SyncInvoker,
>> Configurable
>> In your API, following 6 interfaces are involved: ClientFactory, Client, Target, Invocation, RequestHeaders.Builder,
>> Configurable
>
> Well, it seems we've reached a dead end again. We don't agree. You're the spec lead, you seem pretty much stuck on
> this path, so..., well... I'm done arguing.
>
>