One of the most beneficial approaches that you can take in software development is to follow a test driven development approach. While we all understand why it's a good thing, it's often left slide in favour of adding functionality to reach deadline, or just...
1 replies - 12535 views - 11/17/09 by James Sugrue in Articles
To give some context to this topic, the idea was brought forward to me by Alex Eagle.
19 replies - 7928 views - 08/19/09 by Shyam Seshadri in Articles
Last November we got Spring 2.5 and with it the possibility to use annotations for dependency injection (DI). Annotations can be used instead or mixed with the classic application context file(s) based on XML.If you compare the former more complex XML...
2 replies - 19572 views - 05/13/08 by Rainer Eschen in News