This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Modern Enterprise Application Configuration with Spring
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.
Learn the new code-based configuration options in recent releases of the Spring Framework, and best practices for using those new features. The Spring family of projects have long been some of the most important tools in the enterprise Java developer’s toolkit. Very often though, Spring is characterized as being too dependent on XML-based configuration.
This session will take a deep look at how Java applications can be configured entirely in code, eliminating Spring-, JPA- and even Servlet-related XML. We’ll also look beyond efforts in the core Spring Framework and explore how ...