News

Spring OXM using Castor : Spring has the feature of xml/object binding. To bind the Object/XML spring use different api. Castor XML mapping is a way to binding the Java object to XML document. It ...
### (with Servlet 2.5 and JSTL 1.2) A Simple Spring MVC application with XML configuration for servlet 2.5 and a complete test suite For me this is more of a memory aide as well as a learning tool. I ...
Spring 3 provides the ability to use a Java based configuration file, as opposed to using those monolithic XML configuration files that everyone hates. However, it doesn't have to be a complete ...
Before digging into the code, however, a quick word about Spring XML: with the advent of Spring JavaConfig and annotation-driven configuration, Spring made the attempt to move away from XML and ...