How to use Django with GWT ?

Posted by Mononofu on Stack Overflow See other posts from Stack Overflow or by Mononofu
Published on 2009-07-10T10:23:45Z Indexed on 2010/04/18 18:53 UTC
Read the original article Hit count: 438

Filed under:
|
|

So I know that I can communicate between those two using JSON, but I also know that I would have to manually recreate all Django objects in JS.

Do you know of any tool or library that could help me do that? Or maybe even a better way of achieving the same goal?

I only found these two: http://palantar.blogspot.com/2006/06/agad-tutorial-ish-sort-of-post.html http://stackoverflow.com/questions/990319/django-gwt-or-jquery

But then I still would have to manually mirror my objects, which would violate DRY.

© Stack Overflow or respective owner

Related posts about django

Related posts about gwt