Integrating Spring 4 with Struts 1.2 - spring-mvc

I currently have an application with Struts 1.2 and Spring 2.5. I am looking to upgrade Spring to latest version so I can use the new features such Spring boot and Spring MVC for implementing RESTful services using Spring.
When upgraded to Spring 4, how can I ensure that my application still works well with Struts 1.2? Is there any option where with minimal or no changes, upgradinbng spring library works with Struts 1.2 application?
Kindly help.

Related

Spring WebFlow future and version

This is more to Spring Team supporting Spring WebFlow --
What is the Spring WebFlow road-map. Can you describe its version convention how come it differs from rest of the core Spring Offerings.
Ex Spring 4 support offered in Spring WebFlow 2.4 not 3.
Why did it stay at version 2.X and not moved to 3?
Also I heard a rumor that Spring WebFlow will not be supported is this true?
Thanks.

Spring Roo with Spring MVC 4

Currently am using Spring Roo 1.3 to build a prototype, and i notice that the xsd used in the Spring MVC is pointing to the MVC 3 version. Is Spring 4 supported from Spring Roo web mvc command?
Currently it isn't supported, but you can customize generated views as needed.
Next release of Roo, the version 2.0, will generate apps based on Spring 4+.
Stay tunned!

spring framework 3.2 in spring tool suite 3.6

I downloaded latest Spring Tool Suite from its website i.e. STS 3.6.0 I thought with that I would be getting the latest Spring framework version too but that is not the case.
When I created a new Spring MVC project and open my pom.xml it says that Spring version is 3.1.1
I want to work with 3.2 only.
I am new to java and spring.
Any help will be appreciated.
Thanks

junit 4 with spring mvc 3.1

I am new with spring mvc .I have written my dao and now i want to test it .So which framework will be best for testing spring mvc app.
and How to do testing in spring 3.1 mvc application with testing framework like junit or mockito.
I would suggest to read Testing in Spring Reference. This covers most of the aspect of testing with with spring framework. Hope this helps.

What version of spring framework can I use with WebSphere 6.1?

Current environment: WebSphere 6.1 with IBM java jdk 1.5 with Struts 1.3 and some version of Tiles.
I would like to replace Structs 1.3 with Spring MVC. What is the maximum Spring Framework version can I use? Fortunately, JPA 2.0 compatibility is not required because the current system uses REST calls for all database access instead of using Hibernate. We will eventually move WebSphere to 8.5, but not anytime time soon.
Again, upto which version of Spring framework can I use with Websphere 6.1 (with IBM jdk 1.5)? Thanks in advance.
You can use spring with the latest 3.2 version.
We're using Spring 3.0 today with WebSphere 6.1, and I'm pretty sure there's no reason we can't use 3.1.

Resources