• 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

SpringMVC Annotations and AbstractWizardFormController

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all.

I'm familiar with the old XML driven way of using Spring MVC, but I'm now working on a project using annotations. I've looked, but I can't find a simple way of recreating the old AbstractWizardFormController functionality using annotations.

Does anyone know if there is a simple way of doing this? So far, it seems to me that my options are to use the AbstractWizardFormController and therefore mix and match annotations/xml, or roll-my-own using annotations.

If anyone has a small pointer, or their own experiences of doing this, that would be really helpful.

Thanks in advance.
 
Ranch Hand
Posts: 349
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kevin McMahon , though it is an old post , I got the solution . You can follow this link :

webpage

Thanks ,
Satya
reply
    Bookmark Topic Watch Topic
  • New Topic