I try to add Spring Beans config files to my project,following the guide:
1.Add Spring Beans project nature
select open project nodes in Eclipse resource navigator or JDT package explorer
activate context menu item "Add Spring Beans Project Nature" on selected projects -> these projects are now decorated with a small 'S' in the upper right corner (overwriting other decorators, e.g. Java project decorator 'J')
2.Add references to other Spring projects
open project's properties dialog in Eclipse resource navigator or JDT package explorer
select the properties page "Project References" from the list
select Spring project(s) containing Spring Beans config files which are referenced from within in this project's Spring Beans config sets .
but no entries available,no applicationContext.xml to add.
I am using springframework.ide.eclipse 1.2.2, eclipse 3.1.2.
Please help me solve this problem.
Thanks in advance!


Reply With Quote