<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Article: Using Spring Webflow</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Sun, 19 May 2013 14:04:59 -0400</pubDate>


    <item>

        <title>Re: Article: Using Spring Webflow</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=33787</link>

        

        
            <description><![CDATA[Could you elaborate a little bit more on the decision-state....]]></description>
        

        <pubDate>Thu, 03 Apr 2008 07:07:30 -0400</pubDate>

        

        <jf:creationDate>Thu, 03 Apr 2008 07:07:30 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 03 Apr 2008 07:07:30 -0400</jf:modificationDate>
        <jf:date>Apr 3, 2008</jf:date>
        <jf:author>Anand Vidyasagar</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>YADSM</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=33787</link>

        

        
            <description><![CDATA[Karl,<br><br>We're hopeful we'll be able to offer a ootb TransactionSynchronizer implementation that will work with continuations (yes, obviously the flow-scoped TokenBased strategy does not), to support restoring a transactional business flow at any...]]></description>
        

        <pubDate>Wed, 18 May 2005 14:37:36 -0400</pubDate>

        

        <jf:creationDate>Wed, 18 May 2005 14:37:36 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 18 May 2005 14:37:36 -0400</jf:modificationDate>
        <jf:date>May 18, 2005</jf:date>
        <jf:author>Keith Donald</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Spring Web Flow</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=33787</link>

        

        
            <description><![CDATA[How different is SWF from Apache Behive (in the incubator) NetUI Page Flows?<br><br><br>Srini]]></description>
        

        <pubDate>Tue, 17 May 2005 13:58:39 -0400</pubDate>

        

        <jf:creationDate>Tue, 17 May 2005 13:58:39 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 17 May 2005 13:58:39 -0400</jf:modificationDate>
        <jf:date>May 17, 2005</jf:date>
        <jf:author>srinivas chennamaraja</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Security and Persistence</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=33787</link>

        

        
            <description><![CDATA[<blockquote>Does anyone know if this framework is able prevent you from submitting or viewing pages that do not belong to the current state?</blockquote><br>Yes, a state machine by nature is very controlled.  Once in a state, you can only leave by way of...]]></description>
        

        <pubDate>Tue, 17 May 2005 13:41:19 -0400</pubDate>

        

        <jf:creationDate>Tue, 17 May 2005 13:41:19 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 17 May 2005 13:41:19 -0400</jf:modificationDate>
        <jf:date>May 17, 2005</jf:date>
        <jf:author>Keith Donald</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Security and Persistence</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=33787</link>

        

        
            <description><![CDATA[Does anyone know if this framework is able prevent you from submitting or viewing pages that do not belong to the current state?<br><br>And, is the flow execution id secure, since the article says that it is tracked as a hidden field by the client?...]]></description>
        

        <pubDate>Tue, 17 May 2005 11:10:51 -0400</pubDate>

        

        <jf:creationDate>Tue, 17 May 2005 11:10:51 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 17 May 2005 11:10:51 -0400</jf:modificationDate>
        <jf:date>May 17, 2005</jf:date>
        <jf:author>Paul Bedworth</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>YADSM</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=33787</link>

        

        
            <description><![CDATA[<blockquote>Karl, what Erwin refers to is our out-of-the-box support for one-time applications transactions (duplicate submit detection, etc.).  It's supported by our TransactionSynchronizer interface, with the default implementation a token-based...]]></description>
        

        <pubDate>Tue, 17 May 2005 03:31:39 -0400</pubDate>

        

        <jf:creationDate>Tue, 17 May 2005 03:31:39 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 17 May 2005 03:31:39 -0400</jf:modificationDate>
        <jf:date>May 17, 2005</jf:date>
        <jf:author>Karl Banke</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>YADSM</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=33787</link>

        

        
            <description><![CDATA[Our focus in this article was to:<br><br>1. Clearly communicate what SWF is, what problem it addresses, and how it is positioned other web frameworks.<br>2. Demonstrate how to use it via example by walking-through a realistic business case.<br>3. Provide...]]></description>
        

        <pubDate>Mon, 16 May 2005 18:48:10 -0400</pubDate>

        

        <jf:creationDate>Mon, 16 May 2005 18:48:10 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 16 May 2005 18:48:10 -0400</jf:modificationDate>
        <jf:date>May 16, 2005</jf:date>
        <jf:author>Keith Donald</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>OTT support?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=33787</link>

        

        
            <description><![CDATA[<blockquote>Actually, there is support for one-time application transactions using the TransactionSynchronizer.Erwin</blockquote><br>Erwin, unfortunately there is not. One time transaction is not (only) about that there is only one transaction running at...]]></description>
        

        <pubDate>Mon, 16 May 2005 13:59:52 -0400</pubDate>

        

        <jf:creationDate>Mon, 16 May 2005 13:59:52 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 16 May 2005 13:59:52 -0400</jf:modificationDate>
        <jf:date>May 16, 2005</jf:date>
        <jf:author>Karl Banke</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>OTT support?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=33787</link>

        

        
            <description><![CDATA[Actually, there is support for one-time application transactions using the TransactionSynchronizer.<br><br>Erwin]]></description>
        

        <pubDate>Sat, 14 May 2005 02:56:05 -0400</pubDate>

        

        <jf:creationDate>Sat, 14 May 2005 02:56:05 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 14 May 2005 02:56:05 -0400</jf:modificationDate>
        <jf:date>May 14, 2005</jf:date>
        <jf:author>Erwin Vervaet</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>YADSM</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=33787</link>

        

        
            <description><![CDATA[<blockquote>Ah, yet another (distributed) state machine. I haven't looked into it too much, but at first glance there seems to be no ootb support for one time transaction patterns. Given that it is 2005 and I haven't overlooked it, I would find that...]]></description>
        

        <pubDate>Fri, 13 May 2005 05:47:37 -0400</pubDate>

        

        <jf:creationDate>Fri, 13 May 2005 05:47:37 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 13 May 2005 05:47:37 -0400</jf:modificationDate>
        <jf:date>May 13, 2005</jf:date>
        <jf:author>Peter Pilgrim</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>OTT support?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=33787</link>

        

        
            <description><![CDATA[Ah, yet another (distributed) state machine. I haven't looked into it too much, but at first glance there seems to be no ootb support for one time transaction patterns. Given that it is 2005 and I haven't overlooked it, I would find that rather...]]></description>
        

        <pubDate>Thu, 12 May 2005 07:37:42 -0400</pubDate>

        

        <jf:creationDate>Thu, 12 May 2005 07:37:42 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 12 May 2005 07:37:42 -0400</jf:modificationDate>
        <jf:date>May 12, 2005</jf:date>
        <jf:author>Karl Banke</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>


    <item>

        <title>Modelling menus with statecharts</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=33787</link>

        

        
            <description><![CDATA[<blockquote>Here are some examples where Spring Web Flow would not be appropriate:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;* Index pages<br>&nbsp;&nbsp;&nbsp;&nbsp;* Welcome pages<br>&nbsp;&nbsp;&nbsp;&nbsp;* Menus<br>&nbsp;&nbsp;&nbsp;&nbsp;* Simple form flows...]]></description>
        

        <pubDate>Thu, 12 May 2005 06:08:50 -0400</pubDate>

        

        <jf:creationDate>Thu, 12 May 2005 06:08:50 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 12 May 2005 06:08:50 -0400</jf:modificationDate>
        <jf:date>May 12, 2005</jf:date>
        <jf:author>Vadim Gurov</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Article: Using Spring Webflow - UML?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=33787</link>

        

        
            <description><![CDATA[SWF seems to fall in with current thinking; namely, that<br>you can't ever get away from states and state machines. State<br>machines and automaton are excellent ways to model flows<br>and I think SWF illustrates it very well.<br><br>I like the idea of...]]></description>
        

        <pubDate>Wed, 11 May 2005 19:08:49 -0400</pubDate>

        

        <jf:creationDate>Wed, 11 May 2005 19:08:49 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 11 May 2005 19:08:49 -0400</jf:modificationDate>
        <jf:date>May 11, 2005</jf:date>
        <jf:author>Gary Watson</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Error handling</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=33787</link>

        

        
            <description><![CDATA[is the error handling going to be added?]]></description>
        

        <pubDate>Wed, 11 May 2005 16:22:22 -0400</pubDate>

        

        <jf:creationDate>Wed, 11 May 2005 16:22:22 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 11 May 2005 16:22:22 -0400</jf:modificationDate>
        <jf:date>May 11, 2005</jf:date>
        <jf:author>Sergey Smirnov</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Article: Using Spring Webflow</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=33787</link>

        

        
            <description><![CDATA[Checkout our the Web Flow space here:<br><a href="http://opensource.atlassian.com/confluence/spring/display/WEBFLOW/Home" target="_blank">http://opensource.atlassian.com/confluence/spring/display/WEBFLOW/Home</a><br><br>I'd recommend studying the...]]></description>
        

        <pubDate>Wed, 11 May 2005 10:33:17 -0400</pubDate>

        

        <jf:creationDate>Wed, 11 May 2005 10:33:17 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 11 May 2005 10:33:17 -0400</jf:modificationDate>
        <jf:date>May 11, 2005</jf:date>
        <jf:author>Keith Donald</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>



</channel>
</rss>

