Results 1 to 2 of 2

Thread: Comparison of XWork and Spring Webflow

  1. #1

    Default Comparison of XWork and Spring Webflow

    Has anyone seen/written/read a comparison of XWork versus Spring WebFlow?
    I can see they are focused on somewhat different things however there is some overlap.
    Is Spring Webflow intended to be a competitor with Webwork's Xwork?
    Or had any thoughts on how they might be used to together?

    Any insightful comments are appreciated!
    Thanks.
    Dan

  2. #2
    Join Date
    Sep 2004
    Location
    Leuven, Belgium
    Posts
    1,853

    Default

    Spring web flow is aimed at doing complex page flows in web applications. It's not a intended to be a general purpose MVC framework with a front controller and based on the command pattern.

    As such, SWF integrates with things like Spring MVC, Struts and WebWork (not implemented yet): frameworks that provide that web MVC functionality.

    So I guess you can't really compare SWF and XWork.

    Erwin

Similar Threads

  1. Replies: 1
    Last Post: Sep 28th, 2005, 06:53 AM
  2. Replies: 1
    Last Post: Aug 19th, 2005, 12:21 PM
  3. Replies: 2
    Last Post: Aug 25th, 2004, 05:39 PM

Posting Permissions

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