Reputation: 645
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
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