Package com.smartgwt.client.docs
Interface GaeIntegration
public interface GaeIntegration
Google Application Engine (GAE)
Google App Engine (GAE) is a platform-as-a-service (PaaS) offering from Google, which supports cloud deployment of applications written in Java and other languages, as well as SQL or JPA access to highly scalable storage (both Google CloudSQL and BigTable-based solutions).Smart GWT applications, including those based on the Smart GWT Server Framework, can be deployed to GAE and can integrate with Google CloudSQL either via SQLDataSource or via JPA, and can also use Google's BigTable-based storage via JPA.
For further information, setup instructions and example configuration, see our public wiki
- See Also: