Archive for April 9th, 2005

New Spring ‘alias’ tag helps achieve lightweight component oriented assembly of applications

The new alias tag in Spring’s XML bean definition format makes using Spring in a (lightweight) component oriented fashion significantly easier.
Spring has always had the ability to assign multiple IDs to components (via combined usage of the id and name attributes) which made it possible to link up components somewhat. Consider a library called ComponentA. […]