My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

Reflex framework can transform any JDO to JSON/XML and back with a simple interface. It depends on XStream(xstream-1.1.2.jar) , xpp3(xpp3-1.1.3.4-RC8.jar) and org.json(json-20070829.jar).

The reflexworks provides a library and source code that make it easy to develop applications that provide feed data in JSON format and in XML formats.

see demo: (These pages are written in Japanese)

ReflexGae is a libraly for RESTful applications on GAE.
RESTful application sample(invoice)
Paging sample

Also, RESTful PDF Service with iText is available.

The PDF Service generate a PDF using a URL only which includes URLs of a template HTML and a entity XML on user's hosts (or on user's Dropbox). It fetches the URLs and reads HTML and XML files from user's hosts.

gdataclientpatch introduces asynchronous URL Fetch in GAE Java API that you can execute the GData API asynchronously and avoid the timeout error.

Powered by Google Project Hosting