Question

Is there any way to have kind of "Jyjamas"(Java thing!!) where python has something callled: http://wiki.python.org/moin/Pyjamas

Follow up: (native way)

http://support.awesomium.com/kb/javascript/introduction-to-javascript-c-integration

http://support.awesomium.com/kb/wrappers-integration/ansi-c-api

Was it helpful?

Solution

You mean like GWT? (there is something ironic about question author's username, I think)

http://code.google.com/webtoolkit/

OTHER TIPS

Are you looking for something like HtmlUnit?

HtmlUnit is a "GUI-Less browser for Java programs". It models HTML documents and provides an API that allows you to invoke pages, fill out forms, click links, etc... just like you do in your "normal" browser.

It has fairly good JavaScript support (which is constantly improving) and is able to work even with quite complex AJAX libraries, simulating either Firefox or Internet Explorer depending on the configuration you want to use.

It is typically used for testing purposes or to retrieve information from web sites.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top