JSONRPC Enhancements in progress, was: Re: Store sample JSONRPC proxy

2007-10-10 Thread Luciano Resende
To the specific question, the store sample is shipping the JSONRPC
proxy probably because the SCADomain.js does not have support for
components with multiple services as reported in [1].

As for a more broad number of enhancements around JSONRPC, I have
started to add support for Databindings [2], References and working on
moving to support references on a web2.0 application similar to what
was discussed/proposed on this thread [3].

I should have some of this done early next week, after I fix couple
issues that I'm seeing in my local environment.


[1] https://issues.apache.org/jira/browse/TUSCANY-1820
[2] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg24367.html
[2] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg23094.html

On 10/10/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> On 10/10/07, Luciano Resende <[EMAIL PROTECTED]> wrote:
> >
> > What do you mean by "the proxy that is automatically generated" ?
> >
> > On 10/10/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > > Currently the store sample ships a JSONRPC proxy (binding-jsonrpc.js) as
> > an
> > > alternative to the proxy that is automatically generated. Why is this
> > the
> > > case?
> > >
> > > Simon
> > >
> >
> >
> > --
> > Luciano Resende
> > Apache Tuscany Committer
> > http://people.apache.org/~lresende
> > http://lresende.blogspot.com/
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> > As in the proxy that is automatically generated and that you would find at
>
>
> http://yourhost:yourport/yourapp/SCADomain/scaDomain.js
>
> Am assuming here that this feature still works.
>
> Simon
>


-- 
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JSONRPC Enhancements in progress, was: Re: Store sample JSONRPC proxy

2007-10-11 Thread Simon Laws
On 10/10/07, Luciano Resende <[EMAIL PROTECTED]> wrote:
>
> To the specific question, the store sample is shipping the JSONRPC
> proxy probably because the SCADomain.js does not have support for
> components with multiple services as reported in [1].
>
> As for a more broad number of enhancements around JSONRPC, I have
> started to add support for Databindings [2], References and working on
> moving to support references on a web2.0 application similar to what
> was discussed/proposed on this thread [3].
>
> I should have some of this done early next week, after I fix couple
> issues that I'm seeing in my local environment.
>
>
> [1] https://issues.apache.org/jira/browse/TUSCANY-1820
> [2] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg24367.html
> [2] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg23094.html
>
> On 10/10/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > On 10/10/07, Luciano Resende <[EMAIL PROTECTED]> wrote:
> > >
> > > What do you mean by "the proxy that is automatically generated" ?
> > >
> > > On 10/10/07, Simon Laws <[EMAIL PROTECTED]> wrote:
> > > > Currently the store sample ships a JSONRPC proxy (binding-jsonrpc.js)
> as
> > > an
> > > > alternative to the proxy that is automatically generated. Why is
> this
> > > the
> > > > case?
> > > >
> > > > Simon
> > > >
> > >
> > >
> > > --
> > > Luciano Resende
> > > Apache Tuscany Committer
> > > http://people.apache.org/~lresende
> > > http://lresende.blogspot.com/
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > > As in the proxy that is automatically generated and that you would
> find at
> >
> >
> > http://yourhost:yourport/yourapp/SCADomain/scaDomain.js
> >
> > Am assuming here that this feature still works.
> >
> > Simon
> >
>
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende
> http://lresende.blogspot.com/
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> Luciano

Sounds really good. Thanks for the summary. When the reference support is
done I guess we can move the store sample back to using a generated proxy
anyhow.

Regards

Simon