Results 1 to 6 of 6

Thread: Spring Web Flow & Vaadin

  1. #1
    Join Date
    Dec 2011
    Posts
    2

    Default Spring Web Flow & Vaadin

    Hi!

    Is possible to integrate Spring Web Flow with Vaadin? Any thread to read about it?

    Thanks!

  2. #2
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,795

    Default

    I just did a simple research on Google and not good results available.

    Try to do the same question in vaadin home page
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

  3. #3
    Join Date
    Aug 2010
    Location
    Goteborg, Sweden
    Posts
    434

    Default

    I would investigate using Vaadin with Spring MVC as Web Flow can easily be integrated with Spring MVC. From what I understand Vaadin works with Spring MVC too. I've just recently been made aware of Vaadin so this is just an investigation idea.
    Last edited by MiB; Jan 12th, 2012 at 04:43 AM.

  4. #4
    Join Date
    Dec 2011
    Posts
    2

    Default

    Hi MiB!

    I think the same! I have one "helloWorld" with SWF and JSF and I think that to do the integration beetween SWF with Vaadin we need to configure filters in the web.xml for the Spring MVC Servlet.

  5. #5
    Join Date
    Aug 2010
    Location
    Goteborg, Sweden
    Posts
    434

    Default

    Well one way see how it can be done would possibly be to make a spring roo 1.1.5 app, add web mvc with some pages — verify the project and commit it to your versioning system — and then add web flow —verify again and again commit it to your versioning system — finally add vaadin with the roo add-on (which doesn't support Roo 1.2 yet). I assume the default web flow views wouldn't incorporate vaadin, but I guess they can be remodeled after the vaadin pages.

    You could then analyze the final setup versus the spring roo app with just web flow to learn the basics of adding Vaadin. I learnt a lot about adding Web Flow to a Spring 3 app this way. Or, there could be some material online that describes this kind of setup better.

    The Web Flow setup in Roo is very basic, so there's a lot of work to do even after it has been added. I'm not sure about the Vaadin plugin.
    Last edited by MiB; Jan 16th, 2012 at 04:07 PM.

  6. #6
    Join Date
    Feb 2013
    Posts
    1

    Default

    Since Spring Web Flow is tightly coupled to servlet/jsp request/response model our company has not bean able to integrate it with Vaadin.

    But we have started from scratch and implemented our own solution Lexaden Web Flow that solves the most painful for Vaadin problems:
    - How to minimize memory leaks in application when all application state is stored in session?
    - How to update different parts of Vaadin interface? How to specify page navigation rules and manage navigation?
    - How to ensure modularity and code reuse? How to encourage loose coupling approach?
    - How to externalize application business processes and make them adjustable by non-programmers?

    Also there is Enterprise Sampler showing how to build up enterprise Vaadin applications step by step

Posting Permissions

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