Documentation
UNDER RE-CONSTRUCTION... Will evolve soon!
New manuals page also available on Siena Github Wiki
You should read first the getting started guide
that covers the main concepts and usage of Siena.
Then you should read the specific documentation of the implementations you are interested in.
These are the available implementations of Siena:
- JDBC implementation. You can use siena in a relational
database with this implementation. The siena-jdbc implementation
has some specific features not supported on other implementations. For example:
auto-database-schema update and FULL-TEXT support.
- Google App Engine implementation. You can use
siena on Google App Engine.
- SimpleDB implementation. Experimental implementation
using Amazon's SimlpleDB
- Siena-remote implementation. This implementation
lets you use a remote Siena implementation. For example you can use datastore of Google
App Engine through this implementation.
Other related topics
Siena has built-in JSON support. You can save complex
data structures (maps, lists or any arbitrary combination or both) into a single field/column using JSON.