I have been trying to find an example app using
Play! 2.0 + Spring + MyBatis in Java but without success.
(I am already aware of Scala example but I don’t have much experience in it)
I have experience working with Spring + MyBatis and would like to make the most leverage out of what I already know and at the same time be able to work with Play!.
Does anyone know where I can find such an example?
There’s a howto that shows integration of mybatis with play 2.1 managed controllers using mybatis guice. Using mybatis-spring with spring managed controllers should be a direct replacement.