Results 1 to 3 of 3

Thread: Spring Web Flow with Servlet

  1. #1
    Join Date
    Apr 2011
    Posts
    5

    Default Spring Web Flow with Servlet

    Hi all,

    I am new to Spring Web Flow. I am trying to create application with JSP/Servlet. I want to integrate Spring Web Flow 2 to handle sign up process. I tried to find tutorial for the same. But I am getting tutorial with Spring MVC & Faces.

    Can anyone have idea to integrate SWF with Servlet or have links to good site which have tutorial for the same?
    Last edited by parthbhagat; Apr 8th, 2011 at 10:29 PM.

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

    Default

    Hello

    But I am getting tutorial with Spring MVC & Faces.
    OK, Even if the examples are merge them or isolated each one

    I am trying to create application with JSP/Servlet.
    ....
    Can anyone have idea to integrate SWF with Servlet
    Why do you want avoid the Controller layer?

    I want to integrate Spring Web Flow 2 to handle sign up process.
    You need a controller here

    What are you trying to do exactly?
    - 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
    Apr 2011
    Posts
    5

    Post

    Even if the examples are merge them or isolated each one
    I tried it. But couldn't get how to handle request which will actually calls Spring Web Flow. I mean how can I privide control to SWF?

    Why do you want avoid the Controller layer?
    I am not avoiding the controller layer. I am trying promoting Servlet as a controller in my application. And if you consider any framework, it actually create Servlet internally to handle request, so why not use the Servlet as a controller!

    What are you trying to do exactly?
    What I want to do is I want to treat HttpServlet as a controller of the request & wanted web flow feature of Spring to handle the SignUp flow.

Tags for this Thread

Posting Permissions

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