Hi Alice, I think you're asking if you can just write your entire app in Javascript and just have Qooxdoo somehow call into existing jars. Unfortunately I don't think that is possible. I see two options 1) use RPC [1] to bridge the gap 2) use traditional Java servlets.
Either way you'll have to learn some Java - the good news is that it's not really that hard. -deech [1] http://manual.qooxdoo.org/1.4.x/pages/communication/rpc.html#java [2] http://en.wikipedia.org/wiki/Java_Servlet On Tue, May 3, 2011 at 8:10 AM, alice ni <[email protected]> wrote: > Hi! I am new to both java and quxdoo. I am basically a python > programmer whose all javascript needs have till date been met by > jquery and the basic python server side progs. But now I am stuck in a > situation where I have some executable jar files in my tomcat server . > I have to create a RIA for it. Using the front end the user should be > able to interact with the jar files on the server. Now my problem is I > dont know "a line of java ".Can this be done with quxdoo in some way > that javascript interacts with the jar files and get me the required > data which I can then use on the client side. > > Thanks! > Alice > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
