|
|
Show all
Featured Downloads:
pgr-auth-0.3.1.zip pgr-core-0.3.zip pgr-example-0.3.1.zip pgr-logging-0.3.zip
pgr-auth-0.3.1.zip pgr-core-0.3.zip pgr-example-0.3.1.zip pgr-logging-0.3.zip
About
This 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.
Now PGR is a set of python classes for full server side support of GWT rpc. But we also working on generator for automatically create all needed server side stuff.
News
- 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
