Tag Archives: database

Access DB manager from the PlayFramework

With the new 1.2 version of play, now it’s possible to see all the tables in the database without needing an external database manager program. I have been developing in play, and I always feel the need of having a database in memory with test data being loaded each time I run the server. With [...]

Posted in play, Software Development | Also tagged , , , | 2 Comments

Play Framework + Oracle = EASY!

To configure your oracle database using the play framework you need to follow the following steps: Choose the JAR with the drivers according to your oracle’s database version and put in the lib/ directory of your web application Configure your application.conf file,  located inside the conf/ directory In the JPA Configuration Section you have to [...]

Posted in Internet, play, Software Development | Also tagged , , , | 9 Comments