Results 1 to 4 of 4

Thread: spring web flow with jquery

  1. #1

    Default spring web flow with jquery

    I tested the spring web flow with dojo but didn't see a jquery implementation. Is there one?

    Is there any plan to integrate spring with jquery?

    This is what I am using:
    Spring 3.1.0.RELEASE
    Spring web flow 2.3.0.RELEASE
    jquery 1.5

    I am using jquery throughout my application and would like to use spring web flow in embedded mode.
    I spent a little bit of time trying to use dojo within my app alongside jquery but haven't got that working yet.
    Has anyone used spring web flow (embedded) with jquery and dojo in the same application?

  2. #2

    Default

    All my previous projects we used jquery so I chose jquery for my own application. I really would like to use embedded spring web flow and it seems the only way to do it would be to use dojo. It seems like a pretty big gap.

    Spring-jquery.js seems like a quite a common request going back many years..

    http://jira.springsource.org/browse/SWF-1288

    http://forum.springsource.org/showth...ry-integration

    http://forum.springsource.org/showth...ry-integration

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

    Default

    Hello

    I am using jquery throughout my application and would like to use spring web flow in embedded mode.
    Why do you want the embedded mode? I use jQuery + Spring MVC + SWF and not embedded and all is fine.

    Could you expand your case?
    - 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

  4. #4

    Default

    I am working on a booking workflow. Ideally I would like to keep the user on the page.
    The embedded flow would allow a much better user experience. The entire transaction
    can be done in place. It would work without embedded but when I began the project
    a big selling point for web flow was being able to embed it. I didn't realize earlier that
    it only supported dojo. They should put this requirement somewhere. I got screwed because of it.

    It seems that spring only supports dojo. Perhaps I am missing something .. hoping
    Is there a way to do embedded web flow with jquery?

    I am considering using dojo alongside jquery and maybe port my
    code to dojo slowly.
    Last edited by lilolme; Jul 10th, 2012 at 05:08 AM. Reason: clarification

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
  •