This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Writing Spring Java Configuration in Scala
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
To make the transition from Java to Scala easier, you might want to keep some of the existing Java frameworks your company have experience in using. At least that is our theory when we chose to keep SpringMVC as web framework in my current Scala project. Time will tell if we are right or wrong in that theory :)
A nice little side effect is that Scala could make Spring Java configuration go from cool to great. This video shows how a Spring configuration could look in Scala, and how we ...