Java
Java was the main language taught while I was studying at TCD. I've been programming in Java since 2007. Working on development of eclipse plugins. Recently started working with Spring and Hibernate.
Add Multiple Database Support to Play! Framework
I've just started using play and really like it. On my first project I needed multiple database support, I was using 1.2 which didn't have multiple database support. A commit had been made that made it available however. So in order to get it working on my set up I did the following.
$ git clone http://github.com/playframework/play.git
$ git reset --hard 4425290cc09a6f55948f
cd into new Play/framework dir and run ant. Update Path to point at new Play build.
You will know if you have multiple database support if the DB.getDBConfig(String ) is available to you via play.
blog comments powered by Disqus





