Re: [qooxdoo-devel] qcl access demo application

2011-05-10 Thread Ana Rita Sousa
Hello Christian, Thank you once again for this further help. I'm studying your samples at the moment and trying to apply to my case. I'm going to do some experiments with my code and after that give some feedback. Ana Rita 2011/5/9 panyasan > see the methods: > > > http://cboulanger.

Re: [qooxdoo-devel] qcl access demo application

2011-05-09 Thread panyasan
see the methods: http://cboulanger.users.sourceforge.net/qooxdoo-contrib/qcl/trunk/api/#qcl.application.Sandbox publish() publishToChannel() subscribe() subscribeToChannel -- View this message in context: http://qooxdoo.678.n2.nabble.com/qcl-access-demo-application-tp6295025p6345327.html Sent f

Re: [qooxdoo-devel] qcl access demo application

2011-05-09 Thread panyasan
Hello Ana Rita, the idea is that the modules have only access to the sandbox for security reasons, so that no module can do bad things and wreck the application. Thus, the sandbox must necessarily provide everything the modules need to function. That is of course tricky - the sandbox API must be c

Re: [qooxdoo-devel] qcl access demo application

2011-05-09 Thread arsousa
Hi, I've a doubt about this architecture core-sandbox-modules, in qcl trunk version. As long as I could understand the modules are independent from each other. But there are many cases that one module need information about the others. In my case, for example, I've been implemented OpenLayers (an

Re: [qooxdoo-devel] qcl access demo application

2011-05-09 Thread Ana Rita Sousa
I'm glad to confirm that. I'll try to implement to it. Thanks for the help. Ana Rita 2011/5/9 panyasan > Ana Rita: > > yes, the javascript classes can be used independently from the php classes > as long as the rpc server response is the same. If you have questions about > the services, please

Re: [qooxdoo-devel] qcl access demo application

2011-05-09 Thread panyasan
Ana Rita: yes, the javascript classes can be used independently from the php classes as long as the rpc server response is the same. If you have questions about the services, please let me know, that is easy to answer. I have just updated the public API: http://cboulanger.users.sourceforge.net/q

Re: [qooxdoo-devel] qcl access demo application

2011-05-09 Thread arsousa
Hi, I'm trying to implement qcl, but just the javascript classes. I'm using Django as server, not PHP, which has a RPC service implemented. I think qcl has useful extensions for any kind of web application development, since the server component it's compatible with RPC protocol. Christian, could

Re: [qooxdoo-devel] qcl access demo application

2011-05-09 Thread arsousa
Hi Christian, I don't have github account, but your last example really helps me to understand the logic. Thanks a lot. Ana Rita -- View this message in context: http://qooxdoo.678.n2.nabble.com/qcl-access-demo-application-tp6295025p6343608.html Sent from the qooxdoo mailing list archive at Na

Re: [qooxdoo-devel] qcl access demo application

2011-05-08 Thread panyasan
There is a discussion on this list about the core-sandbox issue some months back, and the gist of the discussion was that since qooxdoo applications are usually monolithic and do not integrate untrusted code, this architecture was not needed. However, I think that there might be use cases where cre

Re: [qooxdoo-devel] qcl access demo application

2011-05-08 Thread panyasan
Hello, of course I'll be glad to share examples. I have used the qcl trunk in an application that I cannot publically share the code of at this moment. But if you have/get a github account, please contact me privately (c dot boulanger at qxtransformer dot org) and I will give you access to the rep

Re: [qooxdoo-devel] qcl access demo application

2011-05-08 Thread panyasan
Hello, of course I'll be glad to share examples. I have used the qcl trunk in an application that I cannot publically share the code of at this moment. But if you have/get a github account, please contact me privately (c dot boulanger at qxtransformer dot org) and I will give you access to the rep

Re: [qooxdoo-devel] qcl access demo application

2011-05-07 Thread etaule
Hi Ana, I agree with you!!! Christian don't worry about the complexity or documentation. If you can share some examples that works ok, it will be greatfull. Thanks, and good job!! Ernest -- View this message in context: http://qooxdoo.678.n2.nabble.com/qcl-access-demo-application-tp6295025p634008

Re: [qooxdoo-devel] qcl access demo application

2011-05-06 Thread arsousa
Hi, I'm also try to implement the trunk version of qcl, but it's been hard because doesn't exist any documentation or examples available. I read the presentation http://www.slideshare.net/nzakas/scalable-javascript-application-architecture to understand better the architecture core-sandbox-module

Re: [qooxdoo-devel] qcl access demo application

2011-05-03 Thread panyasan
Looks like I won't be able to look at this for the forseeable future. It's a shame, since I'd like to share the results of the work that I have put into this. But it is too complex for a quick intro and I haven't been able to update the docs. Very sorry ;-( Maybe towards the the end of the year, bu

Re: [qooxdoo-devel] qcl access demo application

2011-04-23 Thread panyasan
Hello Ernest, thank you for your interest in qcl. The contrib is being used in several production apps and is fully functional, but hasn't received much attention lately and the documentation is horribly outdated. So please excuse any inconveniences that you encounter while trying to use it. I wil

Re: [qooxdoo-devel] qcl access demo application

2011-04-22 Thread etaule
Hi Gabi, The only part commented in commented in config.json "jobs" is PHP JSON-RPC server. This is because if I don't comment this part of config.json when i generate.py source, I have the following error: "Terminating on terminal exception (RuntimeError())" My config.json is: { "name": "ac

Re: [qooxdoo-devel] qcl access demo application

2011-04-22 Thread Gabriel Munteanu
Hi, can you check it out in your config.json file that "jobs" key is not commented? by default, when you generate an application, it is, and one should remove it. cheers, Gabi -- View this message in context: http://qooxdoo.678.n2.nabble.com/qcl-access-demo-application-tp6295025p6296523.html Se

Re: [qooxdoo-devel] qcl access demo application

2011-04-22 Thread Gabriel Munteanu
Hi, can you check it out in your conig.json file that "jobs" key is not commented? by default, when you generate an application, it is, and one should remove it. cheers, Gabi -- View this message in context: http://qooxdoo.678.n2.nabble.com/qcl-access-demo-application-tp6295025p6296522.html Sen

[qooxdoo-devel] qcl access demo application

2011-04-21 Thread ernest taule i muñoz
Hi, I have downloaded qcl from qooxdoo-contrib and I'm trying to run Access demo application! It's a very interesting contrib but I cannot run. I've modified config.json but after "generate.py source" appears an error because of qcl.application.MAppManagerProvider reference in "main.js" does not