eclipse « Annotation « Spring Q&A





1. My Eclipse RCP application won't scan Spring annotations    stackoverflow.com

I have a RCP application but oddly enough it instanciates xml-based beans but not the annotation-based beans. Here is the code for the applicationContext.xml:

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
      ...

2. Eclipse errors on annotations    forum.springsource.org

I'm new to Spring framework and am working through the tutuorial. I'm having a problem with errors being generated on every single annotation required for the data access portions of spring. ...

3. tests (unit and otherwise); spring 2.5 annotations, eclipse, testng    forum.springsource.org

Jan 14th, 2008, 11:13 PM #1 lumpynose View Profile View Forum Posts Private Message Senior Member Join Date May 2005 Location California, US Posts 735 tests (unit and otherwise); spring 2.5 ...