[google-appengine] Re: Combining Python and Java

2009-08-24 Thread Wiiboy
I haven't done it yet (I plan to, not on GAE, though), but I don't see why not. Check out their wiki page, they've got a few examples for using Django/ GAE with pyjamas. A couple are outdated, though. If you download the latest version (0.6), you can see a working example (I think it's called D

[google-appengine] Re: Combining Python and Java

2009-08-24 Thread David Wolfe
Have people had success with Pyjs (aka pyjamas) + GAE + Django ? I would think this would be cleaner than Python + GWT. If so, can someone post a sample app? Thanks, David --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[google-appengine] Re: Combining Python and Java

2009-08-23 Thread Radu Grigore
On Aug 23, 6:05 am, Thomas Wiradikusuma wrote: > E.g. Python in the backend and GWT in the frontend. It is possible but I didn't investigate thoroughly the support you get for RPC. In my case I have very few types of calls that are performance sensitive so I don't mind using RequestBuilder and p