Dilma
Dilma

Reputation: 645

Struts1 with IntelliJ IDE

I have developed struts1 application with Eclipse. I had to change my IDE into IntelliJ. I need to develop a new application integrating struts1 and Spring. I found some interesting tutorials from,

struts-spring-integration-example and spring-and-struts-integration/ Since above examples were developed using Eclipse IDE, I might wonder is there is any better (easy) way of doing it using Intellij .

Please mentioned any tutorials or better way to doing this.

Upvotes: 1

Views: 870

Answers (1)

Niklas Rosencrantz
Niklas Rosencrantz

Reputation: 26647

What did you try? I got Spring working in IntelliJ using Maven and copying other working projects. I hope that also can work for you. Configure Maven for IntelliJ, if you can get spring working with IntelliJ try make it work from the command prompt with maven + your app server (I can recommend jetty) and then you can open the Spring/Maven project in IntelliJ and it will work.

Upvotes: 1

Related Questions