vote up 2 vote down star

Hello, 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!

flag

44% accept rate
I need punctuation help, can someone please edit? – AlbertoPL Jul 1 at 18:16
I tried to clean up the punctuation and wording as best I could, based on my understanding of your question. Please feel free to edit it again if I misinterpreted your original question. – William Brendel Jul 1 at 18:28
You should check out Spring Source Tool (springsource.com/products/sts) instead of SpringIDE. – Jon Jul 1 at 18:42

2 Answers

vote up 0 vote down

If you are going to use maven for your WAR file builds you should be adding your dependencies inside of the pom.xml file. You shouldn't be worried about what eclipse has built in. Galileo also has JSF capability built in. You can create JSF pages without having to download any jars or add anything to your pom file. However, if you didn't add it to you pom then when you ran your mvn clean install command you get a WAR file that didn't work.

link|flag
vote up 1 vote down

SpringIDE is not a mandatory requirement for using the spring framework. All you need to use the spring framework in a project is to add spring.jar as a dependency. We use spring all the time and don't use SpringIDE.

It stands to reason that if you seam uses spring then the spring jars should already be there. Won't hurt to add them again, especially if you add the source as well.

With regards to maven, ditto. Maven and Eclipse should co-exist okay.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.