Re: [Zope3-Users] Announcement - jsonserver 1.0 beta1, JSON-RPC for Zope3

2005-07-29 Thread Stephan Richter
On Wednesday 27 July 2005 10:42, Jim Washington wrote:
 jsonserver is an implementation of JSON-RPC for Zope 3.  It enhances
 Zope 3's http server to listen for content-type of 'text/x-json' and
 allows json-rpc methods.  json-rpc methods are used like xml-rpc methods.

Hi Jim,

please feel free to send me or the list some initial feedback about the APIs 
that could be easier and would make this product more simple. I will soon 
write a proposal and I would like to collect some initial use 
cases/ideas/suggestions before starting.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics  Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Announcement - jsonserver 1.0 beta1, JSON-RPC for Zope3

2005-07-27 Thread Jim Washington

Announcing:  jsonserver 1.0 beta1.

jsonserver is an implementation of JSON-RPC for Zope 3.  It enhances
Zope 3's http server to listen for content-type of 'text/x-json' and
allows json-rpc methods.  json-rpc methods are used like xml-rpc methods.

jsonserver is licensed ZPL2.1.

This is a beta release.  It does everything I need it to do, but there
may still be some bugs or features I missed that people want.  It works
with current Zope 3 svn trunk.  It may work with earlier versions of
Zope 3. Tests are included, just to be sure.

Since the alpha announcement, there have been many bugfixes, and the
JSON implementation is now a replaceable component.  jsonserver also now
provides feature=jsonrpc, so you can write conditional zcml that takes
effect only if jsonrpc is available (thanks, Roger Ineichen!).

The README.txt file has installation instructions and information about
dependencies.

jsonserver is available at http://zif.hill-street.net/jsonserver

For more about JSON and links about JSON-RPC, see
http://en.wikipedia.org/wiki/JSON .

-Jim Washington

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users