playframework-1.x Questions

1

Solved

My play framework project uses resource files like CSV files that I have under resources directory which I created under play project root directly so it is at the same level as other directories l...
Byblow asked 21/6, 2011 at 19:16

2

Solved

Is it possible to user MySQL Database and MongoDb database for same project using Play! framework? for example: I want @Entity Person to interact with my MySQL database and @Entity PersonData...

1

Solved

In play you always follow the Redirect-After-Post-Pattern if you call from a public-method of a controller. This is in most cases a good behavior, but sometime it could be nasty. So I tried to find...
Pelf asked 10/10, 2010 at 8:57

1

Solved

Sometime it's necessary to extends a framework. Sometimes it's necessary to hook into the request/response lifecycle, for example for a parameter binding or to write a security module. How could th...
Inconvertible asked 15/1, 2011 at 11:15

© 2022 - 2024 — McMap. All rights reserved.