Play! 2 Framework - Add Java Mongo driver
问题 I am trying to use the java mongo driver with Play!. So I read though: http://www.playframework.org/documentation/2.0.2/SBTDependencies http://www.mongodb.org/display/DOCS/Java+Tutorial I added the buildpath in eclipse. But play can't find the dependency. So there is an example on the playframework homepage but I still can't figure it out. val appDependencies = Seq( "org.scala-tools" %% "scala-stm" % "0.3", "org.apache.derby" % "derby" % "10.4.1.3" % "test" ) Why are der two% signs? How do I