• 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

Setting up Spring MVC for Rational Application Developer 7.5

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

I was in the process of setting up Spring MVC for Rational Application Developer 7.5. I could not find any sample apps/documentation for this apart from the Springsource documentation.

Can someone point me to any online resource to set this up.

Thanks !!
 
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 am not sure what you are asking?

Spring MVC is an architecture and framework for writing Web Application. Not specific to RAD. Are you just asking for how to add the Spring plugins for Eclipse? RAD is using Eclipse underneath. For the plugins you just point your IDE to the Spring plugin update site

http://springide.org/updatesite/

Then choose the plugins that you want to add through the wizard. Just like any other Eclipse plugin.

Good Luck

Mark
 
Jay Abrahm
Ranch Hand
Posts: 183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, I am a couple of weeks into setting this up and now realized that the question that I had asked is invalid....

I assumed that one could not use the springsource tutorial for RAD and also RAD might have some templates ready for setting up MVC.

I now know that the first part is wrong for sure since I am half way thru the setup. As far as the second part is concerned, I need to go over the website that you had send http://springide.org/updatesite/ to check if it would speeden up the setup of Spring MVC
reply
    Bookmark Topic Watch Topic
  • New Topic