Re: [mmox] Automatic generation of the schema

Jon Watte <jwatte@gmail.com> Thu, 26 February 2009 18:52 UTC

Return-Path: <jwatte@gmail.com>
X-Original-To: mmox@core3.amsl.com
Delivered-To: mmox@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 378B73A67A7 for <mmox@core3.amsl.com>; Thu, 26 Feb 2009 10:52:51 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.513
X-Spam-Level:
X-Spam-Status: No, score=-2.513 tagged_above=-999 required=5 tests=[AWL=0.086, 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 6oWMhD8ZePzC for <mmox@core3.amsl.com>; Thu, 26 Feb 2009 10:52:50 -0800 (PST)
Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by core3.amsl.com (Postfix) with ESMTP id 6FCFD3A677C for <mmox@ietf.org>; Thu, 26 Feb 2009 10:52:50 -0800 (PST)
Received: by yw-out-2324.google.com with SMTP id 5so863064ywh.49 for <mmox@ietf.org>; Thu, 26 Feb 2009 10:53:11 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=RZRT7wRuU4E1vcTUf2UGgVfg2cNVBaKmzZLLSmWPTkc=; b=Man4H+MGZdgSSr3Koh8eqayPtPP7Ay6iLgBHNWPnFkLntZB+cbqef5Gqaz8H3qVTfl YdpXrFM18ziNLaiJPt6XcT7VyW17CWHuxRt7LbOqZYBoBOLiZQXrBSqmdfyxdLilVYhB GY4ath3y5FmTgRYmr1X3t7Ep+zWOJ4NdWbgRU=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=ZM7RO10vNwRtJKLMIykiR7EQXzc/d0ZLCm6OO6GOsRvm4M6SvAPUsI/JVFZQLdamib ZvI+RerP2arhtkuL4KZF9iW+vxR8PuLLQz+Szoe9/P6SJvi3fTkRbf2ekCCCj/CntPEW oEskYlqSCDQZ6KViQlffxy72MYyPQPdxorUv8=
Received: by 10.100.93.17 with SMTP id q17mr1872902anb.93.1235674391852; Thu, 26 Feb 2009 10:53:11 -0800 (PST)
Received: from ?192.168.168.114? (smtp.forterrainc.com [208.64.184.34]) by mx.google.com with ESMTPS id c37sm4134446ana.42.2009.02.26.10.53.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 26 Feb 2009 10:53:11 -0800 (PST)
Message-ID: <49A6E515.6010107@gmail.com>
Date: Thu, 26 Feb 2009 10:53:09 -0800
From: Jon Watte <jwatte@gmail.com>
User-Agent: Thunderbird 2.0.0.19 (Windows/20081209)
MIME-Version: 1.0
To: Catherine Pfeffer <cathypfeffer@gmail.com>
References: <ebe4d1860902260410n5e19fao96b2c5f71b7bd890@mail.gmail.com>
In-Reply-To: <ebe4d1860902260410n5e19fao96b2c5f71b7bd890@mail.gmail.com>
Content-Type: text/plain; charset="UTF-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Cc: mmox@ietf.org
Subject: Re: [mmox] Automatic generation of the schema
X-BeenThere: mmox@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Massively Multi-participant Online Games and Applications <mmox.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/mmox>, <mailto:mmox-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/mmox>
List-Post: <mailto:mmox@ietf.org>
List-Help: <mailto:mmox-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mmox>, <mailto:mmox-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 26 Feb 2009 18:52:51 -0000

Catherine Pfeffer wrote:
> Of course, all these efforts make sense only if there is a real need 
> for XML stuff.

I believe that for non-real-time, transaction-type requests, XML is the 
right choice. If I need to "get a description of the upcoming event X" 
then that's a very good mapping to existing web 2.0 standards, which 
want XML or JSON for the response. Whether the request is an XML encoded 
entity (a la XML-RPC and SOAP), or a url-encoded query string, may still 
be under debate. Personally, I'd prefer XML-RPC.

Similarly, for durable storage, I would prefer XML to binary, because it 
is much more likely to survive for longer, be more robust, and you can 
use standard tools when processing it off-line.

Sincerely,

jw