spring xml configuration

How to use p-namespace in Spring XML configuration for specifying a property argument concisely?

This tutorial explains how to use p-namespace in Spring XML configuration. As you know we can define bean properties and constructor arguments as references to other managed beans. Also Spring XML based configuration-metadata supports both <property/> and <constructor-arg/> as sub… Read More!