Re: [APPS-REVIEW] Review of draft-merrick-jms-uri-05

Harald Alvestrand <harald@alvestrand.no> Sat, 21 March 2009 06:04 UTC

Return-Path: <harald@alvestrand.no>
X-Original-To: apps-review@core3.amsl.com
Delivered-To: apps-review@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id AB4AF3A6847 for <apps-review@core3.amsl.com>; Fri, 20 Mar 2009 23:04:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WvVnxDd4L0bD for <apps-review@core3.amsl.com>; Fri, 20 Mar 2009 23:04:57 -0700 (PDT)
Received: from eikenes.alvestrand.no (eikenes.alvestrand.no [158.38.152.233]) by core3.amsl.com (Postfix) with ESMTP id 4C5423A63EC for <apps-review@ietf.org>; Fri, 20 Mar 2009 23:04:57 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by eikenes.alvestrand.no (Postfix) with ESMTP id EABC839E25B; Sat, 21 Mar 2009 07:05:43 +0100 (CET)
X-Virus-Scanned: Debian amavisd-new at eikenes.alvestrand.no
Received: from eikenes.alvestrand.no ([127.0.0.1]) by localhost (eikenes.alvestrand.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GG2VxaiKYL1Z; Sat, 21 Mar 2009 07:05:39 +0100 (CET)
Received: from [192.168.16.101] (unknown [12.233.205.2]) by eikenes.alvestrand.no (Postfix) with ESMTPS id 78CCD39E0C1; Sat, 21 Mar 2009 07:05:37 +0100 (CET)
Message-ID: <49C483AD.2000700@alvestrand.no>
Date: Sat, 21 Mar 2009 07:05:33 +0100
From: Harald Alvestrand <harald@alvestrand.no>
User-Agent: Thunderbird 2.0.0.19 (X11/20090105)
MIME-Version: 1.0
To: Eric Johnson <eric@tibco.com>
References: <498B7309.5080006@alvestrand.no> <49C43146.1070100@tibco.com>
In-Reply-To: <49C43146.1070100@tibco.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Cc: peaston@progress.com, Lisa Dusseault <lisa@osafoundation.org>, derek.rokicki@softwareag.com, roland@uk.ibm.com, apps-review@ietf.org
Subject: Re: [APPS-REVIEW] Review of draft-merrick-jms-uri-05
X-BeenThere: apps-review@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Applications Review List <apps-review.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/apps-review>, <mailto:apps-review-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-review>
List-Post: <mailto:apps-review@ietf.org>
List-Help: <mailto:apps-review-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-review>, <mailto:apps-review-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 21 Mar 2009 06:04:58 -0000

Eric Johnson wrote:
> Hi Harald,
>
> Thank you for your feedback.  Sorry for the long delay in responding to you.
>
> The SOAP/JMS working group at the W3C has a response to all but one of
> your concerns, I think.  Those responses are noted below.
>
> Harald Alvestrand wrote:
>   
>> Document: draft-merrick-jms-uri-05
>> Reviewer: Harald Tveit Alvestrand
>> Type of review: Apps area review
>> Date: February 5, 2009
>>
>> Summary: This document is strange, but just about ready.
>>
>> This specification is highly unusual in that it really doesn't document
>> an URL for a protocol that can be resolved across the Internet - it
>> documents a way to describe the parameters that one should send across a
>> Java API.
>>
>> I think it a pity that the examples given give the impression that these
>> mechanisms are strictly local in scope - a "jndi name" of REQ_QUEUE, and
>> a "jndiURL" of file:/C:/JMSadmin both give the impression that these
>> URLs won't ever be resolvable outside of a quite local context.
>> I suspect that it is possible to construct JMS URLs that can be shared
>> globally with an expectation of uniform interpretation - if such exist,
>> it would be better for the document if they had been used in examples.
>>
>>     
>
> The answer is slightly more subtle - JMS URIs can span the globe, but
> that implies a shared context that also spans the globe.  I'm thinking
> that the following additional paragraph in the introduction might help
> to clarify:
>
> As a consequence of building upon an API, rather than a protocol, the
> utility of a "jms" URI depends on the context in which it is used.
> Critical details affecting utility include agreement on the same JMS
> provider or underlying protocol, agreement on the context for looking up
> endpoints, and when using serialized Java object messages, sufficiently
> similiar Java Class environments that the object can be appropriately
> read and written.  Uses of this scheme must establish the necessary
> shared context - a context which can span the globe, or merely a small
> local network.  With that shared context, this URI scheme enables
> endpoint identification in a uniform way, and the means to connect to
> those endpoints.
>   
Thanks - those words help.
The important point is that use of the URI depends on a shared context, 
and that context cannot be identified from the URI. Indeed, there may be 
valid cases where the same URI is resolvable in two different contexts, 
with two different results.

That leaves me sad, because it is exactly opposite to what the "U" in 
"URI" sometimes stood for, but it's a valid specifier choice. The added 
paragraph indeed makes it clearer.
>
>   
>> On the other hand, if this possibility does not exist, the document
>> should be very clear that these URIs are *not* possible to use in
>> Internet interchange without a prenegotiated context for interpretation,
>> and that they have no more global semantics than the "file:" URL scheme.
>>
>> Apart from that, the document seems to do its job of describing how to
>> pick apart one of these URLs and push the pieces through a Java API.
>> Some nits:
>>
>> - in section 4.1, some "shared" parameters are defined, but in section
>> 4, it says that new variants can be defined, whose parameters should
>> begin with the variant name as prefix (without specifying a separator
>> character). Is there an expectation that there will never be a variant
>> called "delivery", "time" or "priority"? If so, should this expectation
>> be documented? (what about the "del" variant? possible or not?)
>>
>>     
>
> I've been aware of this this point since we introduced the variants.  I
> see variants as so rare that this is essentially a moot issue.  In
> practice, I think there is at most one additional variant per vendor,
> and the market pressures are such that there will not be many
> implementations.
>   
Is there a reason to claim a registry for variants?
>
>   
>> - in section 4.2.1, it seems somewhat bizarre that the JNDI-specific
>> parameters all start with "jndi", while section 4.2.1.4 states that
>> additional JNDI-specific parameters should start wiht "jndi-" (note the
>> additional dash). Why not be uniform?
>>     
>
> We're still discussing this in the working group.  We've not settled on
> an answer because I think there multiple tensions here, such as between
> brevity and completeness, familiarity vs. convention, and so forth.
> We'll hopefully have a more complete answer soon.
>   
Good.
>   
>> - the fact that the URI needs to be in UTF-8 only surfaces in section 5,
>> long after the definition of the URI, and long after I'd started
>> wondering about it. I think it would be better if this section was moved
>> up  after section 3, just after the URI syntax is defined.
>>     
>
> There's a trade-off here.  We could move the entire section here up to
> be a sub-section of #3.  I think there's some value to having an top
> level-"encoding considerations" section called out in the TOC, and I
> don't see how we move that closer to the front.
>   
One way would be to place in #3 a note saying "The URIs are 
percent-encoded UTF-8. See section 5 for encoding considerations".
>
>   
>> The security section seems reasonably comprehensive - if one wants
>> additional review of this, it should be by someone who understands the
>> JMS and JNDI security models and can tell how they relate to this scheme
>> - this reviewer doesn't.
>>     
>
> Indeed!
>
> Thanks.
> -Eric Johnson.
>   

My pleasure. Good luck with getting the final details nailed!