> Hello,
> I am new to web application development and want to use the qooxdoo
> framework. My immediate need is to create the web based UI for some
> command
> line Python applications. I have some basic questions about how to go
> about
> doing something like this. Like,
> (a) Will I be able to use my Python application for the most pat and just
> wrap javascript around it to get what I need?
> (b) How will Python and qooxdoo communicate with data?
> (c)Is ther any other piece of technology (other than my Python backend and
> javascript UI) that I will need to work with?

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.



------------------------------------------------------------------------------
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