In play 2.0 Ebean should become the default persistence layer. And after a few days of hibernate frustration I started a look on Ebean. I found the yabe example really impressive. However I had a bunch of questions:
Does anybody use the play-module in a commercial project?
Does the module works with play 1.2?
What databases-platforms are supported? I found a special-class for Hsql.
Is there any update-support for database-tables or is it always drop and create?
Would be great if any one can give some information about.