good fellas. I have another very basic question that I need help with.
I wanted to try out the great Seam Framework, and I managed to add the JBoss Tools plug-ins to my copy of Eclipse Galileo 3.5. After spending some time using Seam, I decided I wanted to try the Spring Framework.
My question is: Apart from adding SpringIDE to Eclipse Galileo 3.5, are they any other packages or plug-ins I need to add before I can create a Spring project? Since Seam uses Spring (please correct me if I’m wrong), are the Spring libraries already included? Also, is there anything I should be aware of when using Eclipse Galileo with regards to using Spring and Maven?
Thanks!
Spring IDE is not required to use Spring, so just import the Spring jars. If you are using maven, you should add those dependencies to your pom rather than import them directly.
Seam does not use Spring (they are competitors).
Spring IDE basically gives you auto-complete in the xml files, validates the xml files at compile time rather than run time, and (when using Spring AOP) gives you some nice icons in the code editor’s ‘gutter’ to show join points.
SpringSource Tool Suite (which is free) is a souped-up Spring IDE with more features. It’s a fully-branded version of Eclipse (meaning, different splash screen and different icon than Eclipse).