On Sun, Oct 10, 2010 at 18:41, Abhishek Bhaduri
<[email protected]>wrote:

>
>
> Your questions beg a question on my side: Are you aware that web
>> applications eventually run through a web server?
>>
>> If you want to interface to a command line application (Python or other)
>> you need to make use of a server. The web UI cannot talk to your
>> application directly, being sandbox'ed by the browser. So you will need to
>> consider a web or RCP server all along. The UI talks to the server, the
>> server invokes the command line application, which provides results to the
>> server, which passes them back to the UI.
>>
>
This may be a good starting point for you:
http://manual.qooxdoo.org/1.2.x/pages/communication/rpc.html

<http://manual.qooxdoo.org/1.2.x/pages/communication/rpc.html>Derrell
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to