The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
Lana <lana.muji... @gmail.com>
Date: Sun, 8 Nov 2009 08:49:14 -0800 (PST)
Local: Mon, Nov 9 2009 3:49 am
Subject: Django web flow
Hi!
Does Django have some sort of web flow similar to the Spring web flow
in Java? If it doesn't, what is the best strategy to implement web
flow in your opinion - by using only Django session framework or by
implementing database backened flow using only sessionId?
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Sam Lai <samuel.... @gmail.com>
Date: Mon, 9 Nov 2009 12:24:38 +1100
Local: Mon, Nov 9 2009 12:24 pm
Subject: Re: Django web flow
2009/11/9 Lana <lana.muji... @gmail.com>:
> Hi!
> Does Django have some sort of web flow similar to the Spring web flow > in Java? If it doesn't, what is the best strategy to implement web > flow in your opinion - by using only Django session framework or by > implementing database backened flow using only sessionId?
There is goflow (http://code.djangoproject.com/wiki/GoFlow ) although it doesn't seem to be very active.
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
bruno desthuilliers <bruno.desthuilli... @gmail.com>
Date: Mon, 9 Nov 2009 01:24:15 -0800 (PST)
Local: Mon, Nov 9 2009 8:24 pm
Subject: Re: Django web flow
On 8 nov, 17:49, Lana <lana.muji... @gmail.com> wrote:
> Hi!
> Does Django have some sort of web flow similar to the Spring web flow
> in Java?
Err... Do we have to read Spring's doc to find out what this means ?
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Sid <sidmitra.... @gmail.com>
Date: Sun, 22 Nov 2009 16:41:42 -0800 (PST)
Local: Mon, Nov 23 2009 11:41 am
Subject: Re: Django web flow
> Err... Do we have to read Spring's doc to find out what this means ?
"The Spring Web MVC framework offers a slightly higher level of
functionality: form controllers that implement a predefined work flow.
"
Source: http://www.ervacon.com/products/swf/intro/index.html
You must
Sign in before you can post messages.
You do not have the permission required to post.