Re: [qooxdoo-devel] perl rpc backend

2007-01-08 Thread Derrell . Lipman
Nick Glencross <[EMAIL PROTECTED]> writes: > I've attached another iteration of the Perl RPC backend which is more > polished, includes more comments(!) and the necessary headers. Thanks, Nick! The Perl backend has been added to the svn repository. Cheers, Derrell

Re: [qooxdoo-devel] perl rpc backend

2007-01-06 Thread Jens Lautenbacher
On Fri, 2007-01-05 at 23:26 +, Nick Glencross wrote: > If there is some paperwork that also needs submitting, can you let me > know where I get it from? It would be nice if you could send me an email with the following snippet and "signed" with your name/date - use

Re: [qooxdoo-devel] perl rpc backend

2007-01-05 Thread Nick Glencross
[EMAIL PROTECTED] wrote: > Nick Glencross <[EMAIL PROTECTED]> writes: > >> Great. Since it sounds like it's provisionally OK to be incorporated, >> I'll give it a little more of a polish and include the necessary headers >> and do the other formalities. > > Great. > >> I shall be using the bac

Re: [qooxdoo-devel] perl rpc backend

2007-01-05 Thread Nick Glencross
[EMAIL PROTECTED] wrote: "Nick Glencross" <[EMAIL PROTECTED]> writes: I note that there isn't yet a Perl RPC backend implementation, so I've made a start on one. It's functional, but as with all code needs a bit more work. Hi Nick, Sorry for the delay in getting back to you. I don't see any

Re: [qooxdoo-devel] perl rpc backend

2007-01-05 Thread Derrell . Lipman
Nick Glencross <[EMAIL PROTECTED]> writes: > Great. Since it sounds like it's provisionally OK to be incorporated, > I'll give it a little more of a polish and include the necessary headers > and do the other formalities. Great. > I shall be using the backend over the next few months, and so a

Re: [qooxdoo-devel] perl rpc backend

2007-01-04 Thread Nick Glencross
Jens Lautenbacher wrote: > On Wed, 2007-01-03 at 21:49 -0500, [EMAIL PROTECTED] > wrote: >> I don't see any reason that we wouldn't be able to incorporate your Perl >> JSON-RPC backend. As long as it's tested and properly working, and you >> intend >> to be around to maintain it (I don't know who

Re: [qooxdoo-devel] perl rpc backend

2007-01-04 Thread Derrell . Lipman
Jens Lautenbacher <[EMAIL PROTECTED]> writes: > On Wed, 2007-01-03 at 21:49 -0500, [EMAIL PROTECTED] > wrote: >> >> I don't see any reason that we wouldn't be able to incorporate your Perl >> JSON-RPC backend. As long as it's tested and properly working, and you >> intend to be around to maintai

Re: [qooxdoo-devel] perl rpc backend

2007-01-04 Thread Jens Lautenbacher
On Wed, 2007-01-03 at 21:49 -0500, [EMAIL PROTECTED] wrote: > > I don't see any reason that we wouldn't be able to incorporate your Perl > JSON-RPC backend. As long as it's tested and properly working, and you intend > to be around to maintain it (I don't know who else among us groks Perl), and >

Re: [qooxdoo-devel] perl rpc backend

2007-01-03 Thread Derrell . Lipman
"Nick Glencross" <[EMAIL PROTECTED]> writes: > I note that there isn't yet a Perl RPC backend implementation, so I've > made a start on one. It's functional, but as with all code needs a bit > more work. Hi Nick, Sorry for the delay in getting back to you. I don't see any reason that we wouldn'

[qooxdoo-devel] perl rpc backend

2006-12-29 Thread Nick Glencross
Hi all! I note that there isn't yet a Perl RPC backend implementation, so I've made a start on one. It's functional, but as with all code needs a bit more work. I've been developing it alongside the RPC test suite, which it now passes. One of the test methods, getObject, is a bit of a hack. In P