Re: [Zope3-Users] Re: [Zope3-dev] Re: Zope 3 lacks Ajax capability?

2006-05-16 Thread Jim Washington
Benji York wrote:
> Jim Washington wrote:
>> I have a public example (not open-sourced, sorry - line-of-business app)
>> of jsonserver in action at http://www1.vtdata.org . It's fast and does
>> the async communication with little fuss.
>
> Very cool.
Thanks!  (and apologies to non-US-ians about the US-centric questions :(
) The quiz app still has a few soon-to-be-resolved edge-case buglets,
but we have been using it for high school contests around the state
(yes, through cranky school district firewalls/proxies, etc.), and for
occasional exams around the university.

An upcoming jsonserver release will have its own JSON-RPC javascript
included, based on Roger's JSON-RPC javascript in Tiks.  jsolait, while
still OK to use, will no longer be an external "recommended" dependency,
which I think will make a lot of people happy.

The new semantics of JSON-RPC1.1 will be available.  Keyword parameters
are cool!

Best of all, the new release will be a unified release that will operate
in both Zope 2/Five and Zope 3.  Balazs Ree is the genius behind that
amazing feat.

Stay tuned!

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


Re: [Zope3-Users] Re: [Zope3-dev] Re: Zope 3 lacks Ajax capability?

2006-05-16 Thread Marco Mariani

Jim Washington wrote:


The last time I looked, MochiKit did JSON, but not JSON-RPC.
 


Nor does the latest release. Point taken, tnx.

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


Re: [Zope3-Users] Re: [Zope3-dev] Re: Zope 3 lacks Ajax capability?

2006-05-16 Thread Benji York

Jim Washington wrote:

I have a public example (not open-sourced, sorry - line-of-business app)
of jsonserver in action at http://www1.vtdata.org . It's fast and does
the async communication with little fuss.


Very cool.
--
Benji York
Senior Software Engineer
Zope Corporation
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Re: [Zope3-dev] Re: Zope 3 lacks Ajax capability?

2006-05-16 Thread Jim Washington
Marco Mariani wrote:
> Jim Washington wrote:From the docs:
>
>> jsonserver is available at http://zif.hill-street.net/jsonserver
>>
> From the docs:
>
>> jsolait from http://jsolait.net is the recommended client-side
>> javascript library.
>>  
>>
>
> I guess I won't have problems with Mochikit instead, but why is it
> "recommended" ?
It is what we provide directions for.  MochiKit was not around when we
started jsonserver.

JSON-RPC is a flavor of JSON with specific semantics, like XML-RPC for XML.

The last time I looked, MochiKit did JSON, but not JSON-RPC.

If you wish to use plain JSON, jsonserver also provides an IJSONWriter
utility.

-Jim Washington

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


Re: [Zope3-Users] Re: [Zope3-dev] Re: Zope 3 lacks Ajax capability?

2006-05-16 Thread Marco Mariani

Jim Washington wrote:From the docs:


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


From the docs:


jsolait from http://jsolait.net is the recommended client-side javascript 
library.
 



I guess I won't have problems with Mochikit instead, but why is it 
"recommended" ?



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