Results 1 to 2 of 2

Thread: Integrating Spring framework to Struts

  1. #1
    Join Date
    May 2006
    Posts
    17

    Default Integrating Spring framework to Struts

    Hi,

    I am currently trying to integrate Spring framework around Struts by using the DelegatingActionProxy. However it does not seem to be working. I'm using XDoclet for generating config context stuff. Below is a snippet of what it looks like. Could anyone out there help guide me to the right path. I know this is do-able!

    This is what my XDoclet content looks like atop of the Action class
    ----
    * @struts.action path="/path/to/somewhere" type="org.springframework.web.struts.DelegatingAct ionProxy"


    I've configured the PlugIn already to the struts-config.xml file already. Also, I've created a Spring context file as well.

    Thanks in advance!

  2. #2
    Join Date
    Apr 2008
    Posts
    1

Posting Permissions

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