summer experiment: GWT & python for a trading game- arch question

Posted by sadhu_ on Stack Overflow See other posts from Stack Overflow or by sadhu_
Published on 2010-05-27T00:22:04Z Indexed on 2010/05/27 0:31 UTC
Read the original article Hit count: 287

Filed under:
|
|

Hi,

As a summer learning experiment, I'm thinking of coding up a web front end for a trading game i wrote in python, that generates share prices and random snippets of text.

I am sort of struggling with how this should work on the back-end though. I'd rather have my GWT client page interact with the python share price generator, than to try and re-code it in java. I suppose i could use an sqlite db, and then use jdbc to pick up the prices, but i was wondering if there is a better way, for me to be able to poll some python script either from my client page, or from the serverside java code ?

I found this python wrapper, but i'm not sure how i could use it though: http://code.google.com/apis/visualization/documentation/dev/gviz_api_lib.html

Thanks.

© Stack Overflow or respective owner

Related posts about java

Related posts about python