Tag Archives: spring 3.1

Spring 3.1 Constructor Namespace

Spring Namespaces Spring provides several namespaces to simplify XML configuration, such as jdbc, tx, aop, etc. We Spring developers are already familiar with the required beans namespace. <beans> <bean id=”dataSource” class=”…”/> <bean id=”messagingProvider” class=”…”/> </beans> Spring Namespaces are defined at … Continue reading

Posted in Spring, Spring Framework | Tagged , , , , | Leave a comment

Spring 3.1 Environment Profiles

Spring 3.1 Environment Profiles Profiles Spring 3.1 now includes support for the long awaited environment aware feature called profiles. Now we can activate profiles in our application, which allows us to define beans by deployment regions, such as “dev”, “qa”, … Continue reading

Posted in JUnit, Spring, Spring Framework, Testing | Tagged , , , , , | 3 Comments