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.
>
> Does that make sense to you?
>
> T.
>
>
Thanks for continuing the discussion.
Yes, I am aware the I need a web server.
I am trying to understand:
(a) How will the hand-off of instructions (requests?) from the UI to the
application (via the web server), and,
(b) The hand-off of the results/data form the application to the UI (again
via the web-server)
will work? What kind of framework/code/languages will I need? I have no clue
where to start coding.
I went through the Hello World tutorial for qooxdoo but I am still unclear
on how to proceed on my project.
I know, I may sound like 'please solve my problem for me' but some guidance
or pointers will be really helpful for me to start learning my way through
this.

Regards,
Abhi.
------------------------------------------------------------------------------
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