GAEDatastoreContainers
Vaadin framework for building Google App Engine (GAE) applications using the GAE datastore
This has become a full-featured framework for bridging the gap between Vaadin and Google App Engine (GAE) apps which use the GAE datastore. The standard relied upon is JDO. It started out as a special container for use in Vaadin tables that would seamlessly handle interactions with the datastore.
The aim has now become to enable Vaadin-based GAE applications where the main work in building the application is defining the datastore Pojos (classes extending AbstractGAEPojo) used by the application.
The included demo shows a simple application that allows adding, deleting, and editing a GAEPojo called SimpleBeanableClass. The code now includes a fair amount of documentation.
In addition to the usual GAE related libraries (appengine, datanucleus, GWT, jdo2, and vaadin) it also uses commons-lang 2.5 (http://commons.apache.org/lang/), and PasswordField-0.2.jar which are not included.
Links
Compatibility
1.0.0 | 1.2.0 | 2.0.0 | |
---|---|---|---|
(24.4) | |||
(24.3) | |||
(24.2) | |||
(24.1) | |||
(24) | |||
(23) | |||
(22) | |||
(21) | |||
(20) | |||
(19) | |||
(18) | |||
(17) | |||
(16) | |||
(15) | |||
(14) | |||
(13) | |||
(12) | |||
(11) | |||
(10) | |||
(8.21) | |||
(8.20) | |||
(8.19) | |||
(8.18) | |||
(8.17) | |||
(8.16) | |||
(8.15) | |||
(8.14) | |||
(8.13) | |||
(8.12) | |||
(8.11) | |||
(8.10) | |||
(8.9) | |||
(8.8) | |||
(8.7) | |||
(8.6) | |||
(8.5) | |||
(8.4) | |||
(8.3) | |||
(8.2) | |||
(8.1) | |||
(8.0) | |||
(7.7) | |||
(7.6) | |||
(7.5) | |||
(7.4) | |||
(7.3) | |||
(7.2) | |||
(7.1) | |||
(7.0) | |||
6.8 | Y | Y | Y |
-6.7 | Y | Y | Y |
-6.6 | Y | Y | Y |
-6.5 | Y | Y | Y |
-6.4 | Y | Y | Y |
-6.3 | Y | Y | Y |
-6.2 | Y | Y | Y |
-6.1 | Y | Y | Y |
-6.0 | Y | Y | Y |
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
- Released
- 2011-03-05
- Maturity
- EXPERIMENTAL
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 6.0+
- Browser
- N/A
GAEDatastoreContainers - Vaadin Add-on Directory
Vaadin framework for building Google App Engine (GAE) applications using the GAE datastoreGAEDatastoreContainers version 1.0.0
null
GAEDatastoreContainers version 1.2.0
Added editing functionality in the GAETable. There's a right click menu that allows specifying a row to be editable. Any changes that are made can be saved (persisted) back to the datastore or canceled.