From ree at ree.hu Sat Feb 18 14:02:47 2006 From: ree at ree.hu (Balazs Ree) Date: Sat Feb 18 14:11:46 2006 Subject: [z3] ctal, jsonserver checkin to codespeak/z3 svn Message-ID: Hi, I would like to let approve the checkin of two products into the svn repository http://codespeak.net/svn/z3 , both are interesting for use in AJAX applications. One is CTAL, a lightweight javascript lib that implements a TAL-like attribute language on the client side. I wrote this program a time ago as an experiment but never deployed it. Now it has been recently integrated into the cpsskins product of Jean-Marc Orliaguet. I think however that the program (however small it is) would deserve its own location because then it could be picked up and used by others as well. The other is "jsonserver" that implements json-rpc (for AJAX) on Zope. At the moment there exist two separate versions, living in separate workspaces. The Z2 version is maintained by me and the Z3 version by Jim Washington. The products already at this stage implement full client code compatibility between Zope2 and Zope3, and plans have been made to extend Z2-Z3 compatibility to the server code level as well. As part of this, the two versions will be merged into one product and basically the Z2 product will be transformed into a backward compatibility layer for the Z3 product. All this would emerge some Five questions as well, naturally. I think the codespeak z3-base repository would be an ideal place for the merge especially since the version integration will raise issues that may be of general interest for the community. I already have write access to the codespeak svn since I am working on AZAX/kukit in the root. Any opinions, perhaps objections about the checkins? Please support me. Thanks in advance, -- Balazs Ree From philipp at weitershausen.de Mon Feb 20 16:10:53 2006 From: philipp at weitershausen.de (Philipp von Weitershausen) Date: Mon Feb 20 16:09:28 2006 Subject: [z3] Re: ctal, jsonserver checkin to codespeak/z3 svn In-Reply-To: References: Message-ID: <43F9DBFD.4090609@weitershausen.de> Balazs Ree wrote: > I would like to let approve the checkin of two products into the svn > repository http://codespeak.net/svn/z3 , both are interesting for use > in AJAX applications. > > One is CTAL, a lightweight javascript lib that implements a TAL-like > attribute language on the client side. I wrote this program > a time ago as an experiment but never deployed it. Now it has been > recently integrated into the cpsskins product of Jean-Marc Orliaguet. I > think however that the program (however small it is) would deserve its own > location because then it could be picked up and used by others as well. That may be so, but I don't think the z3base is the right location for this. > The other is "jsonserver" that implements json-rpc (for AJAX) on Zope. At > the moment there exist two separate versions, living in separate > workspaces. The Z2 version is maintained by me and the Z3 version by Jim > Washington. The products already at this stage implement full client code > compatibility between Zope2 and Zope3, and plans have been made to extend > Z2-Z3 compatibility to the server code level as well. As part of this, the > two versions will be merged into one product and basically the Z2 product > will be transformed into a backward compatibility layer for the Z3 > product. All this would emerge some Five questions as well, naturally. I > think the codespeak z3-base repository would be an ideal place for the > merge especially since the version integration will raise issues that may > be of general interest for the community. This sounds good to me. Waitin' for Martijn's input... Philipp