Results 1 to 3 of 3

Thread: How to integrate Struts2 with Spring

  1. #1

    Default How to integrate Struts2 with Spring

    Hi, i want to integrate Struts with Springs.
    I have already developed a project with struts1 with springs and
    struts actions with org.springframework.web.struts.DelegatingActionPro xy.
    Can any one help me out to migrate to struts1 to struts2 with same springs beans

    Thanks
    Thanks,

  2. #2

    Default

    Quote Originally Posted by spicymail2009@gmail.com View Post
    Hi, i want to integrate Struts with Springs.
    I have already developed a project with struts1 with springs and
    struts actions with org.springframework.web.struts.DelegatingActionPro xy.
    Can any one help me out to migrate to struts1 to struts2 with same springs beans

    Thanks
    you need to use the spring struts plugin. you don't need to use the DelegatingActionProxy since everything will be automatic.

    Here's the link: http://struts.sourceforge.net/struts-spring/index.html

  3. #3

    Default Struts in Springs 2.X

    Thanks, for giving reply.
    But i need to use Struts2 ActionForms with Springs 2.0 or 2.5
    Thanks,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •