• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Portlet and spring webflow integration

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers,

I have one existing application which is developed on Portlets. Now I have one module where in I want to integrate spring web flow without shaking the existing application. Can i achieve this? Please pour some inputs on the same.

Thanks
Veeresh
 
Veeresh Hosur
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Has anybody understood my problem? Else i shall explain the scenario.

Thanks
Veeresh Hosur
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you look at the Spring MVC docs on Portlet integration. That would be the same way that Spring Webflow integrates with Portlet. Except instead of your own Controller it uses the FlowController you define for WebFlow (in regular web or portlets)

Mark
 
Veeresh Hosur
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am planning to go for spring webflow portlet. I am digging in around to find the more solution on spring webflow portlet. As i am unable to deploy any of the applications of spring webflow portlet. If you could help me in that aspect then it will be very helpful.

Thanks for the reply
Veeresh
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I recommend starting here.

http://static.springframework.org/spring-webflow/docs/2.0.x/reference/html/ch13s02.html

Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic