From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4216 invoked by alias); 25 Mar 2011 01:26:52 -0000 Received: (qmail 4207 invoked by uid 22791); 25 Mar 2011 01:26:52 -0000 X-SWARE-Spam-Status: No, hits=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_JS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 25 Mar 2011 01:26:41 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p2P1QatC030478 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 24 Mar 2011 21:26:36 -0400 Received: from fche.csb (vpn-8-169.rdu.redhat.com [10.11.8.169]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p2P1QZ39029666; Thu, 24 Mar 2011 21:26:35 -0400 Received: by fche.csb (Postfix, from userid 2569) id 245D258154; Thu, 24 Mar 2011 21:26:35 -0400 (EDT) Date: Fri, 25 Mar 2011 01:26:00 -0000 From: "Frank Ch. Eigler" To: Ben Birch Cc: Paul Smith , pcp@oss.sgi.com, systemtap@sourceware.org Subject: Re: [pcp] sketch of possible web pmapi Message-ID: <20110325012635.GG4401@redhat.com> References: <1593492084.6281.1300947065694.JavaMail.root@acxmail-au2.aconex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1593492084.6281.1300947065694.JavaMail.root@acxmail-au2.aconex.com> User-Agent: Mutt/1.4.2.2i Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2011-q1/txt/msg00532.txt.bz2 Hi - On Thu, Mar 24, 2011 at 05:11:05PM +1100, Ben Birch wrote: > [...] For something like the pmapi, really a RESTful interface is > the way to go. If you accept this, you really don't want a RESTful > api serving xslt [...] Regarding js development: most front end > engineer are going to be looking for a json api [...] OK guys, thanks, I'm convinced. I'll start hacking together a JSON-emitting widget. - FChE