Featured Post

Applying Email Validation to a JavaFX TextField Using Binding

This example uses the same controller as in a previous post but adds a use case to support email validation.  A Commons Validator object is ...

Thursday, September 1, 2011

Basic Spring 3.0 Build Path for Eclipse

I'm converting a Spring 2.0 project to 3.0 and trying out the @Service, @Component and @Autowired annotations in place of the XML descriptors.  This screenshot shows an Eclipse build path for the basic IOC setup used with an AnnotationConfigApplicationContext.

Spring Build Path
If you start with this, you'll avoid a few cycles of chasing down missing JARs.
 

No comments:

Post a Comment