You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Tom Schneider (JIRA)" <ji...@apache.org> on 2006/11/27 23:55:57 UTC

[jira] Created: (WW-1525) Spring Webflow (SWF) Integration

Spring Webflow (SWF) Integration
--------------------------------

                 Key: WW-1525
                 URL: http://issues.apache.org/struts/browse/WW-1525
             Project: Struts 2
          Issue Type: New Feature
          Components: Misc
    Affects Versions: Future
            Reporter: Tom Schneider
            Priority: Minor


Is there any concrete plans to provide some integration between struts 2 and spring webflow.  There's been some work done already:
http://opensource.atlassian.com/projects/spring/browse/SWF-76
http://opensource.atlassian.com/projects/spring/browse/SWF-202

But this isn't 'official' support.  In a discussion with Keith Donald, it seemed like he's pushing for the struts2 codebase to provide the integration suport:
http://forum.springframework.org/showthread.php?t=31829

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] Commented: (WW-1525) Spring Webflow (SWF) Integration

Posted by Tom Schneider <sc...@gmail.com>.
Spring Webflow 1.0 will work with version 1.2.8 of spring, but my 
example uses xml schemas for the applicationContext.xml which is only 
available in spring 2.0.  I haven't tested the integration plugin with 
1.2.8 so I'm not sure if I'm using any 2.0-specific features.  We 
upgraded to spring 2.0 as soon as Spring Webflow 1.0 came out, since 
most of the examples for Webflow use spring 2.0.
Tom

Ted Husted wrote:
> Actually, I've been meaning to update the plugin to Spring 2 before
> tagging 2.0.2. It's the "best available" release of Spring, it's
> suppose to be 100% backwardly compatible, and the Struts core doesn't
> use it, so I'd say let's just do the deed.
>
> -Ted.
>
> On 12/14/06, Don Brown (JIRA) <ji...@apache.org> wrote:
>>     [ 
>> http://issues.apache.org/struts/browse/WW-1525?page=comments#action_39098 
>> ]
>>
>> Don Brown commented on WW-1525:
>> -------------------------------
>>
>> Hmm...how important is it that we use Spring 2.0?  We talked about 
>> changing Struts to use it, but I don't know if it'll make 2.0.2.
>>
>> > Spring Webflow (SWF) Integration
>> > --------------------------------
>> >
>> >                 Key: WW-1525
>> >                 URL: http://issues.apache.org/struts/browse/WW-1525
>> >             Project: Struts 2
>> >          Issue Type: New Feature
>> >          Components: Misc
>> >    Affects Versions: Future
>> >            Reporter: Tom Schneider
>> >            Priority: Minor
>> >             Fix For: Future
>> >
>> >         Attachments: spring-webflow-2.0.2-SNAPSHOT.zip, 
>> spring-webflow-example.zip, spring-webflow-plugin.zip, 
>> struts2-spring-webflow.zip
>> >
>> >
>> > Is there any concrete plans to provide some integration between 
>> struts 2 and spring webflow.  There's been some work done already:
>> > http://opensource.atlassian.com/projects/spring/browse/SWF-76
>> > http://opensource.atlassian.com/projects/spring/browse/SWF-202
>> > But this isn't 'official' support.  In a discussion with Keith 
>> Donald, it seemed like he's pushing for the struts2 codebase to 
>> provide the integration suport:
>> > http://forum.springframework.org/showthread.php?t=31829
>>
>> -- 
>> This message is automatically generated by JIRA.
>> -
>> If you think it was sent incorrectly contact one of the 
>> administrators: 
>> http://issues.apache.org/struts/secure/Administrators.jspa
>> -
>> For more information on JIRA, see: 
>> http://www.atlassian.com/software/jira
>>
>>
>>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: [jira] Commented: (WW-1525) Spring Webflow (SWF) Integration

Posted by Ted Husted <hu...@apache.org>.
Actually, I've been meaning to update the plugin to Spring 2 before
tagging 2.0.2. It's the "best available" release of Spring, it's
suppose to be 100% backwardly compatible, and the Struts core doesn't
use it, so I'd say let's just do the deed.

-Ted.

On 12/14/06, Don Brown (JIRA) <ji...@apache.org> wrote:
>     [ http://issues.apache.org/struts/browse/WW-1525?page=comments#action_39098 ]
>
> Don Brown commented on WW-1525:
> -------------------------------
>
> Hmm...how important is it that we use Spring 2.0?  We talked about changing Struts to use it, but I don't know if it'll make 2.0.2.
>
> > Spring Webflow (SWF) Integration
> > --------------------------------
> >
> >                 Key: WW-1525
> >                 URL: http://issues.apache.org/struts/browse/WW-1525
> >             Project: Struts 2
> >          Issue Type: New Feature
> >          Components: Misc
> >    Affects Versions: Future
> >            Reporter: Tom Schneider
> >            Priority: Minor
> >             Fix For: Future
> >
> >         Attachments: spring-webflow-2.0.2-SNAPSHOT.zip, spring-webflow-example.zip, spring-webflow-plugin.zip, struts2-spring-webflow.zip
> >
> >
> > Is there any concrete plans to provide some integration between struts 2 and spring webflow.  There's been some work done already:
> > http://opensource.atlassian.com/projects/spring/browse/SWF-76
> > http://opensource.atlassian.com/projects/spring/browse/SWF-202
> > But this isn't 'official' support.  In a discussion with Keith Donald, it seemed like he's pushing for the struts2 codebase to provide the integration suport:
> > http://forum.springframework.org/showthread.php?t=31829
>
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
> -
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>


-- 
HTH, Ted.
* http://www.husted.com/struts/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


[jira] Commented: (WW-1525) Spring Webflow (SWF) Integration

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/WW-1525?page=comments#action_38877 ] 
            
Don Brown commented on WW-1525:
-------------------------------

I think a SWF plugin is a great idea, however, I don't have the time to code the plugin myself.  If anyone puts out a patch, I'll apply it.

> Spring Webflow (SWF) Integration
> --------------------------------
>
>                 Key: WW-1525
>                 URL: http://issues.apache.org/struts/browse/WW-1525
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Misc
>    Affects Versions: Future
>            Reporter: Tom Schneider
>            Priority: Minor
>
> Is there any concrete plans to provide some integration between struts 2 and spring webflow.  There's been some work done already:
> http://opensource.atlassian.com/projects/spring/browse/SWF-76
> http://opensource.atlassian.com/projects/spring/browse/SWF-202
> But this isn't 'official' support.  In a discussion with Keith Donald, it seemed like he's pushing for the struts2 codebase to provide the integration suport:
> http://forum.springframework.org/showthread.php?t=31829

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WW-1525) Spring Webflow (SWF) Integration

Posted by "Tom Schneider (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/WW-1525?page=all ]

Tom Schneider updated WW-1525:
------------------------------

    Attachment: spring-webflow-plugin.zip

Here is another update to the spring-webflow-plugin.  This latest zip contains both the example and the plugin code.  I tested it against the latest 2.0.2-SNAPSHOT and it works great.

> Spring Webflow (SWF) Integration
> --------------------------------
>
>                 Key: WW-1525
>                 URL: http://issues.apache.org/struts/browse/WW-1525
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Misc
>    Affects Versions: Future
>            Reporter: Tom Schneider
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: spring-webflow-2.0.2-SNAPSHOT.zip, spring-webflow-example.zip, spring-webflow-plugin.zip, struts2-spring-webflow.zip
>
>
> Is there any concrete plans to provide some integration between struts 2 and spring webflow.  There's been some work done already:
> http://opensource.atlassian.com/projects/spring/browse/SWF-76
> http://opensource.atlassian.com/projects/spring/browse/SWF-202
> But this isn't 'official' support.  In a discussion with Keith Donald, it seemed like he's pushing for the struts2 codebase to provide the integration suport:
> http://forum.springframework.org/showthread.php?t=31829

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WW-1525) Spring Webflow (SWF) Integration

Posted by "Tom Schneider (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39662 ] 

Tom Schneider commented on WW-1525:
-----------------------------------

Yup, I was going to do that tonight.  (I can't seem to remember my apache wiki login at the moment)  I also want to get a little something put together in the way of documentation.

> Spring Webflow (SWF) Integration
> --------------------------------
>
>                 Key: WW-1525
>                 URL: https://issues.apache.org/struts/browse/WW-1525
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Misc
>    Affects Versions: Future
>            Reporter: Tom Schneider
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: spring-webflow-2.0.2-SNAPSHOT.zip, spring-webflow-example.zip, spring-webflow-plugin.zip, struts2-spring-webflow.zip
>
>
> Is there any concrete plans to provide some integration between struts 2 and spring webflow.  There's been some work done already:
> http://opensource.atlassian.com/projects/spring/browse/SWF-76
> http://opensource.atlassian.com/projects/spring/browse/SWF-202
> But this isn't 'official' support.  In a discussion with Keith Donald, it seemed like he's pushing for the struts2 codebase to provide the integration suport:
> http://forum.springframework.org/showthread.php?t=31829

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WW-1525) Spring Webflow (SWF) Integration

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/WW-1525?page=comments#action_39098 ] 
            
Don Brown commented on WW-1525:
-------------------------------

Hmm...how important is it that we use Spring 2.0?  We talked about changing Struts to use it, but I don't know if it'll make 2.0.2.

> Spring Webflow (SWF) Integration
> --------------------------------
>
>                 Key: WW-1525
>                 URL: http://issues.apache.org/struts/browse/WW-1525
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Misc
>    Affects Versions: Future
>            Reporter: Tom Schneider
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: spring-webflow-2.0.2-SNAPSHOT.zip, spring-webflow-example.zip, spring-webflow-plugin.zip, struts2-spring-webflow.zip
>
>
> Is there any concrete plans to provide some integration between struts 2 and spring webflow.  There's been some work done already:
> http://opensource.atlassian.com/projects/spring/browse/SWF-76
> http://opensource.atlassian.com/projects/spring/browse/SWF-202
> But this isn't 'official' support.  In a discussion with Keith Donald, it seemed like he's pushing for the struts2 codebase to provide the integration suport:
> http://forum.springframework.org/showthread.php?t=31829

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WW-1525) Spring Webflow (SWF) Integration

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39661 ] 

Don Brown commented on WW-1525:
-------------------------------

Cool, feel free to add it to the plugin repository at http://cwiki.apache.org/confluence/display/S2PLUGINS

> Spring Webflow (SWF) Integration
> --------------------------------
>
>                 Key: WW-1525
>                 URL: https://issues.apache.org/struts/browse/WW-1525
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Misc
>    Affects Versions: Future
>            Reporter: Tom Schneider
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: spring-webflow-2.0.2-SNAPSHOT.zip, spring-webflow-example.zip, spring-webflow-plugin.zip, struts2-spring-webflow.zip
>
>
> Is there any concrete plans to provide some integration between struts 2 and spring webflow.  There's been some work done already:
> http://opensource.atlassian.com/projects/spring/browse/SWF-76
> http://opensource.atlassian.com/projects/spring/browse/SWF-202
> But this isn't 'official' support.  In a discussion with Keith Donald, it seemed like he's pushing for the struts2 codebase to provide the integration suport:
> http://forum.springframework.org/showthread.php?t=31829

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (WW-1525) Spring Webflow (SWF) Integration

Posted by "Tom Schneider (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Schneider reassigned WW-1525:
---------------------------------

    Assignee: Tom Schneider

> Spring Webflow (SWF) Integration
> --------------------------------
>
>                 Key: WW-1525
>                 URL: https://issues.apache.org/struts/browse/WW-1525
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Misc
>    Affects Versions: Future
>            Reporter: Tom Schneider
>         Assigned To: Tom Schneider
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: spring-webflow-2.0.2-SNAPSHOT.zip, spring-webflow-example.zip, spring-webflow-plugin.zip, struts2-spring-webflow.zip
>
>
> Is there any concrete plans to provide some integration between struts 2 and spring webflow.  There's been some work done already:
> http://opensource.atlassian.com/projects/spring/browse/SWF-76
> http://opensource.atlassian.com/projects/spring/browse/SWF-202
> But this isn't 'official' support.  In a discussion with Keith Donald, it seemed like he's pushing for the struts2 codebase to provide the integration suport:
> http://forum.springframework.org/showthread.php?t=31829

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-1525) Spring Webflow (SWF) Integration

Posted by "Tom Schneider (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Schneider resolved WW-1525.
-------------------------------

    Resolution: Won't Fix

This has been implemented as a 3rd party plugin and the one user that currently uses it is very happy with it. :-)

> Spring Webflow (SWF) Integration
> --------------------------------
>
>                 Key: WW-1525
>                 URL: https://issues.apache.org/struts/browse/WW-1525
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Misc
>    Affects Versions: Future
>            Reporter: Tom Schneider
>         Assigned To: Tom Schneider
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: spring-webflow-2.0.2-SNAPSHOT.zip, spring-webflow-example.zip, spring-webflow-plugin.zip, struts2-spring-webflow.zip
>
>
> Is there any concrete plans to provide some integration between struts 2 and spring webflow.  There's been some work done already:
> http://opensource.atlassian.com/projects/spring/browse/SWF-76
> http://opensource.atlassian.com/projects/spring/browse/SWF-202
> But this isn't 'official' support.  In a discussion with Keith Donald, it seemed like he's pushing for the struts2 codebase to provide the integration suport:
> http://forum.springframework.org/showthread.php?t=31829

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-1525) Spring Webflow (SWF) Integration

Posted by "Tom Schneider (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/WW-1525?page=comments#action_39046 ] 
            
Tom Schneider commented on WW-1525:
-----------------------------------

Not a problem.  I'll make that priority this weekend.

> Spring Webflow (SWF) Integration
> --------------------------------
>
>                 Key: WW-1525
>                 URL: http://issues.apache.org/struts/browse/WW-1525
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Misc
>    Affects Versions: Future
>            Reporter: Tom Schneider
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: spring-webflow-2.0.2-SNAPSHOT.zip, struts2-spring-webflow.zip
>
>
> Is there any concrete plans to provide some integration between struts 2 and spring webflow.  There's been some work done already:
> http://opensource.atlassian.com/projects/spring/browse/SWF-76
> http://opensource.atlassian.com/projects/spring/browse/SWF-202
> But this isn't 'official' support.  In a discussion with Keith Donald, it seemed like he's pushing for the struts2 codebase to provide the integration suport:
> http://forum.springframework.org/showthread.php?t=31829

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WW-1525) Spring Webflow (SWF) Integration

Posted by "Tom Schneider (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/WW-1525?page=all ]

Tom Schneider updated WW-1525:
------------------------------

    Attachment: struts2-spring-webflow.zip

This is just a straight conversion from the webwork stuff.  I'll try to put together an example just to make sure  everything is working as expected.  I was really hoping I could get some ideas on how to integrate struts2 and webflow a little better better.  Right now the binding between flowscope data and webwork actions is kind of clusmy.  I'd be happy to implement any suggestions that anyone has.

> Spring Webflow (SWF) Integration
> --------------------------------
>
>                 Key: WW-1525
>                 URL: http://issues.apache.org/struts/browse/WW-1525
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Misc
>    Affects Versions: Future
>            Reporter: Tom Schneider
>            Priority: Minor
>         Attachments: struts2-spring-webflow.zip
>
>
> Is there any concrete plans to provide some integration between struts 2 and spring webflow.  There's been some work done already:
> http://opensource.atlassian.com/projects/spring/browse/SWF-76
> http://opensource.atlassian.com/projects/spring/browse/SWF-202
> But this isn't 'official' support.  In a discussion with Keith Donald, it seemed like he's pushing for the struts2 codebase to provide the integration suport:
> http://forum.springframework.org/showthread.php?t=31829

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WW-1525) Spring Webflow (SWF) Integration

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/WW-1525?page=comments#action_39044 ] 
            
Don Brown commented on WW-1525:
-------------------------------

If we add this plugin, we'll need a showcase example for testing and, well, to show it off.

> Spring Webflow (SWF) Integration
> --------------------------------
>
>                 Key: WW-1525
>                 URL: http://issues.apache.org/struts/browse/WW-1525
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Misc
>    Affects Versions: Future
>            Reporter: Tom Schneider
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: spring-webflow-2.0.2-SNAPSHOT.zip, struts2-spring-webflow.zip
>
>
> Is there any concrete plans to provide some integration between struts 2 and spring webflow.  There's been some work done already:
> http://opensource.atlassian.com/projects/spring/browse/SWF-76
> http://opensource.atlassian.com/projects/spring/browse/SWF-202
> But this isn't 'official' support.  In a discussion with Keith Donald, it seemed like he's pushing for the struts2 codebase to provide the integration suport:
> http://forum.springframework.org/showthread.php?t=31829

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WW-1525) Spring Webflow (SWF) Integration

Posted by "Tom Schneider (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/WW-1525?page=all ]

Tom Schneider updated WW-1525:
------------------------------

    Attachment: spring-webflow-2.0.2-SNAPSHOT.zip

> Spring Webflow (SWF) Integration
> --------------------------------
>
>                 Key: WW-1525
>                 URL: http://issues.apache.org/struts/browse/WW-1525
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Misc
>    Affects Versions: Future
>            Reporter: Tom Schneider
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: spring-webflow-2.0.2-SNAPSHOT.zip, struts2-spring-webflow.zip
>
>
> Is there any concrete plans to provide some integration between struts 2 and spring webflow.  There's been some work done already:
> http://opensource.atlassian.com/projects/spring/browse/SWF-76
> http://opensource.atlassian.com/projects/spring/browse/SWF-202
> But this isn't 'official' support.  In a discussion with Keith Donald, it seemed like he's pushing for the struts2 codebase to provide the integration suport:
> http://forum.springframework.org/showthread.php?t=31829

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WW-1525) Spring Webflow (SWF) Integration

Posted by "Tom Schneider (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/WW-1525?page=comments#action_39040 ] 
            
Tom Schneider commented on WW-1525:
-----------------------------------

Thanks for giving this a try.  Don't feel bad about not being able to update it--it took me a few hours to figure out how to get it to work in the updated version of xwork.  (They moved quite a bit of stuff around on me)  I've updated it to work with the latest 2.0.2-SNAPSHOT code as of yesterday.

***DISCLAIMER****
I have not tested this at all.  (We're still on webwork and won't be moving over to struts2 for a while, but I want this in place when we do move)  I would appreciate any testing effort provided.  Also, if you run into issues or have any questions, feel free to contact me via email.

> Spring Webflow (SWF) Integration
> --------------------------------
>
>                 Key: WW-1525
>                 URL: http://issues.apache.org/struts/browse/WW-1525
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Misc
>    Affects Versions: Future
>            Reporter: Tom Schneider
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: spring-webflow-2.0.2-SNAPSHOT.zip, struts2-spring-webflow.zip
>
>
> Is there any concrete plans to provide some integration between struts 2 and spring webflow.  There's been some work done already:
> http://opensource.atlassian.com/projects/spring/browse/SWF-76
> http://opensource.atlassian.com/projects/spring/browse/SWF-202
> But this isn't 'official' support.  In a discussion with Keith Donald, it seemed like he's pushing for the struts2 codebase to provide the integration suport:
> http://forum.springframework.org/showthread.php?t=31829

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WW-1525) Spring Webflow (SWF) Integration

Posted by "Tom Schneider (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39657 ] 

Tom Schneider commented on WW-1525:
-----------------------------------

FYI, I've checked in the latest code at http://code.google.com/p/struts2webflow/ so I would have a place to manage the code better.  This will be it's home unless the decision is made to include it into the core struts2 codebase.

> Spring Webflow (SWF) Integration
> --------------------------------
>
>                 Key: WW-1525
>                 URL: https://issues.apache.org/struts/browse/WW-1525
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Misc
>    Affects Versions: Future
>            Reporter: Tom Schneider
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: spring-webflow-2.0.2-SNAPSHOT.zip, spring-webflow-example.zip, spring-webflow-plugin.zip, struts2-spring-webflow.zip
>
>
> Is there any concrete plans to provide some integration between struts 2 and spring webflow.  There's been some work done already:
> http://opensource.atlassian.com/projects/spring/browse/SWF-76
> http://opensource.atlassian.com/projects/spring/browse/SWF-202
> But this isn't 'official' support.  In a discussion with Keith Donald, it seemed like he's pushing for the struts2 codebase to provide the integration suport:
> http://forum.springframework.org/showthread.php?t=31829

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WW-1525) Spring Webflow (SWF) Integration

Posted by "Tom Schneider (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/WW-1525?page=all ]

Tom Schneider updated WW-1525:
------------------------------

    Attachment: spring-webflow-example.zip

Here is the example I promised.  (It took much longer than I thought it would.)  It requires spring 2.0 and spring webflow 1.0.  I tested it against struts 2.0.1 version of the integration since the latest 2.0.2 snapshot of struts wasn't building for me.  (I'll see if 2.0.2 snapshot is working on Monday)

The example is a simple 2 screen car insurance rating app.  The first screen asks the user to enter their age.  The next screen will figure out the car insurance rate for the user.  (hint: all I do is multiply their age by 2)  The FlowScopeInterceptor and the SessionFlowExecKeyInterceptor could probably be made generic and moved into the core integration module.  I'm not sure what I want to do about the listener functionality--I'd like to make it generic, but I'm not sure the behavior needed would be the save across all projects.  Any suggestions on how to minimize the project specific code for webflow stuff would be appreciated.

> Spring Webflow (SWF) Integration
> --------------------------------
>
>                 Key: WW-1525
>                 URL: http://issues.apache.org/struts/browse/WW-1525
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Misc
>    Affects Versions: Future
>            Reporter: Tom Schneider
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: spring-webflow-2.0.2-SNAPSHOT.zip, spring-webflow-example.zip, struts2-spring-webflow.zip
>
>
> Is there any concrete plans to provide some integration between struts 2 and spring webflow.  There's been some work done already:
> http://opensource.atlassian.com/projects/spring/browse/SWF-76
> http://opensource.atlassian.com/projects/spring/browse/SWF-202
> But this isn't 'official' support.  In a discussion with Keith Donald, it seemed like he's pushing for the struts2 codebase to provide the integration suport:
> http://forum.springframework.org/showthread.php?t=31829

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WW-1525) Spring Webflow (SWF) Integration

Posted by "Paul Boonyarungsrit (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/WW-1525?page=comments#action_39028 ] 
            
Paul Boonyarungsrit commented on WW-1525:
-----------------------------------------

Tom,
I tried changing the pom.xml to use struts2-plugins 2.0.2-SNAPSHOT parent and depend on xwork 2.0-beta-3, which are the latest versions to date, however it fails to compile.

org.apache.struts2.webflow.WebworkFlowAdapter class seems to be calling XWork's ActionProxy.getConfiguration() method, which was removed from XWork 2.0 beta.

Configuration config = invocation.getProxy().getConfiguration();

I'm quite new to XWork and SWF, so I might leave this for someone else to fix (if it's a bug).

Can't wait to use Struts 2 with Spring Webflow! :)

> Spring Webflow (SWF) Integration
> --------------------------------
>
>                 Key: WW-1525
>                 URL: http://issues.apache.org/struts/browse/WW-1525
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Misc
>    Affects Versions: Future
>            Reporter: Tom Schneider
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: struts2-spring-webflow.zip
>
>
> Is there any concrete plans to provide some integration between struts 2 and spring webflow.  There's been some work done already:
> http://opensource.atlassian.com/projects/spring/browse/SWF-76
> http://opensource.atlassian.com/projects/spring/browse/SWF-202
> But this isn't 'official' support.  In a discussion with Keith Donald, it seemed like he's pushing for the struts2 codebase to provide the integration suport:
> http://forum.springframework.org/showthread.php?t=31829

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WW-1525) Spring Webflow (SWF) Integration

Posted by "Tom Schneider (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/WW-1525?page=comments#action_39056 ] 
            
Tom Schneider commented on WW-1525:
-----------------------------------

One more thing--as I was going through the example, I noticed that we can get rid of FlowHelper and let Spring's IOC populate the flowExecutor property of the FlowAction.  The only disadvantage is that if you have more than one flow, it would not work.  We might want to have a property on the FlowAction that, if populated, will explicitly lookup the given bean name as the flowExecutor bean.  By default this property would be null and we would just use IOC to populate the flowExecutor.

> Spring Webflow (SWF) Integration
> --------------------------------
>
>                 Key: WW-1525
>                 URL: http://issues.apache.org/struts/browse/WW-1525
>             Project: Struts 2
>          Issue Type: New Feature
>          Components: Misc
>    Affects Versions: Future
>            Reporter: Tom Schneider
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: spring-webflow-2.0.2-SNAPSHOT.zip, spring-webflow-example.zip, struts2-spring-webflow.zip
>
>
> Is there any concrete plans to provide some integration between struts 2 and spring webflow.  There's been some work done already:
> http://opensource.atlassian.com/projects/spring/browse/SWF-76
> http://opensource.atlassian.com/projects/spring/browse/SWF-202
> But this isn't 'official' support.  In a discussion with Keith Donald, it seemed like he's pushing for the struts2 codebase to provide the integration suport:
> http://forum.springframework.org/showthread.php?t=31829

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira