I just had to do something like that and it turned out to be pretty
easy, I re-wrote Play's JPA to talk to a legacy backend (JBoss MDBs).
By the way thank you Pascal, your code helped me on my journey. I
wanted to still be able to use the CRUD module and I knew you had done
something similar with Siena.
Have a great one,
Felipe
On Apr 21, 2:28 am, Pascal Voitot Dev <
pascal.voitot....@gmail.com>
wrote:
> if you want to try something else than JPA, I can also propose the framework
> I work on : Siena (
sienaproject.com , the doc is a bit outdated as the code
> has been recently refactored and enhanced with lots of new APIs and it's
> being tested).
> A complete version should be available very soon for Play1.2 and
> MySQL/Postgres/GAE as I'm currently working on the play plugin (previous
> versions only works with GAE).
> It's directly based on JDBC for SQL implementations and tries to draw a line
> between SQL and NoSQL...
>
> Pascal
>