Annotation

OSGi Annotation Extender

We have finished one big OSGi project with many tools : JPA, GPRS, SMS, FTP, JNA, SPRING, Jetty, ext.js .... after about one year with heterogeneous team. Now,...

2 replies - 2191 views - 09/10/09 by slim.ouertani in Articles

JAU (Java Annotation Based Utilities) 1.0

JAU 1.0 is ready for download from the project site: http://code.google.com/p/jau/.The library will help you to implement common methods like .equals() or...

0 replies - 1445 views - 05/06/09 by Tim in Announcements

Lessons Learned From Spring’s @Autowired

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...

2 replies - 6712 views - 05/13/08 by Rainer Eschen in News

Escape from XML Hell Redux: Spring 2.5 Annotation Driven DI

This post is an escape from XML redux. As stated in the last post, there are some who do not like to configure dependency injection (DI) in XML. They call it...

2 replies - 8191 views - 03/07/08 by Rick Hightower in News