没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > python-gwt-rpc |
python-gwt-rpc
|
0 | 0 | 28 |
贡献者 | 讨论 | 代码提交 |
AboutThis is simple small tool, for use both GWT (Google Web Toolkit) and GAE (Google App Engine) technologies together. This is a tool for simple and quick integration between google-app-engine and google web toolkit, without using json as a communication protocol. If you use this library you can write GWT services implementation in Python, with full support of transfer primitive types, custom object types and exceptions objects, with full type translation. For more read documentation (out of data for Version 1.0 alfa1).
News18.06.2008 - Project is not elaborate! Google release the GAE for Java, so now we can use GWT with GAE in the traditional way. Thanks for your interesting. 03.10.2008 - Version 1.0 alfa1 released. This is a preview release. First release with generator tool. Now all needed python files are generated by gwt compiler. Release include 2 new samples. Pleas download and give me feedback. What new: generator, new long type support, character serialization bug fixed, new samples, license changed to Apache, each java classes are now in separated python files, maven project structure in svn...
Todo: project creator, extend samples, documentation !! ...
20.06.2008 - Version 0.3 released. Added interceptors support, thread local context, modules redesign and simplicity some refactoring and small bug fixes, documentation update. Look at new example, we present authentication functionality based on PGR. 05.08.2008 - On http://pgr-example.appspot.com/ you can find now example application (source in download section). Many thanks for Didier (http://blog.dgirard.eu/) for GEA account. 05.05.2008 - Version 0.1 published