Dynamic DataSource routing is introduced in Spring 2.0.1 version. Using this feature of Spring we can select the DataSource dynamically at runtime based upon a lookup key. Through this we can determine the DataSource based on some attribute of the current user’s context. Please refer this post by Mark Fisher on Spring Team Blog forContinue reading “Spring’s Dynamic DataSource Routing”
Monthly Archives: November 2007
Horizontal Database Partitioning with Spring and Hibernate
Check this interesting and useful post of Ken Delong; about Horizontal database partitioning with Spring and hibernate and the situation which he had used this. I think this article is good to identify the use of horizontal database partitioning. Being a Developer who is very much interested to learn more about the Project Architecture, designContinue reading “Horizontal Database Partitioning with Spring and Hibernate”
‘Six’ best web frameworks in Java
A web application framework is a software framework that is designed to support the development of dynamic websites, Web applications and Web services. The framework aims to alleviate the overhead associated with common activities used in Web development. Here is the list of SIX best web frameworks which we are using in Java. Each oneContinue reading “‘Six’ best web frameworks in Java”
Interface21 is now SpringSource
The Company behind the famous Spring Framework; interface21, is changed their name to SpringSource. As we all know Spring has proven to be more successful application framework, and has become a de facto standard for enterprise Java. It’s also growing in popularity on the .NET platform… Rod Johnson, the founder of interface21( now SpringSource) isContinue reading “Interface21 is now SpringSource”
