Package org.apache.click.extras.gae

Provides support for Google App Engine, a free Java hosting environment from Google.

See:
          Description

Class Summary
GoogleAppEngineListener Provides Google App Engine (GAE) support for Click applications.
MemoryFileItem Provides an In-Memory FileItem implementation which represents a file or form item that was received within a multipart/form-data POST request.
MemoryFileItemFactory Provides a FileItemFactory implementation that creates MemoryFileItem instances which always keep their content in memory.
MemoryFileUploadService Provides an Apache Commons In-Memory FileUploadService class.
 

Package org.apache.click.extras.gae Description

Provides support for Google App Engine, a free Java hosting environment from Google.

GAE provides an ideal environment for students and startups to easily host their Click applications online.

To start off with see GoogleAppEngineListener.