Hi,
I want to use the Apache Cayenne Framework as ORM in a play application.
Like in play 1.x I want to automatically bind a post request to model object.
How can I dig into the binding process and can do:
- if a id is given in the form, fetch directly the model from the db and fill-in the form data
- if a id is not given, create a new model object and fill- in the form data
Also, is there for play2 a central place where all modules are listed?
Best,
Allen