Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7848197
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T18:07:02+00:00 2026-06-02T18:07:02+00:00

In Spring2.5 we write controller like as follows: @Controller public class HelloWorldController{ @RequestMapping(value=/welcome,method =

  • 0

In Spring2.5 we write controller like as follows:

@Controller
public class HelloWorldController{

 @RequestMapping(value="/welcome",method = RequestMethod.GET)
protected ModelAndView handleRequestInternal(HttpServletRequest request,
    HttpServletResponse response) throws Exception {

    ModelAndView model = new ModelAndView("hello");
    model.addObject("msg", "hello world");

    return model;
}

}

In Spring 3.1:

@RequestMapping(value="/welcome",method = RequestMethod.GET)
public String printWelcomeString(ModelMap model) {

    model.addAttribute("message", "hello world);
    return "hello";

}

printwelcomeString() function return a String instead of ModelAndView.

Can any one explain it more?
How it is going to work?
How hello.jsp get model to display?
Thanks 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T18:07:05+00:00Added an answer on June 2, 2026 at 6:07 pm

    Spring 3.5 is not released yet I hope you are meaning Spring 3.1.

    return ModelAndView is an old style code writing, used in Spring 2.0. In spring 3.0 add later you can return both ModelAndView or nameView either.

    I recommend you to return always String (view Name) because some advanced features of Spring MVC will not work properly:

    Example:
    Spring MVC 3.1 RedirectAttributes is not working

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a spring controller with a request mapping as follows @RequestMapping(/downloadSelected) public void
Just came accross this today in a Spring MVC cotnroller class, @RequestMapping(value = {
I am trying to write some content into file inside my spring controller. Before
I like to write a little server application being controlled by a little console
I'd like to be able to write an entire request to a file within
I am trying to write a portlet for Liferay (using Tomcat and Spring) and
I wrote an application which uses spring framework. now i wanted to write a
In Spring MVC a Dispatcher servlet is used as a front controller to handle
Using Spring 2.5 tag library, I have an Integer value in a command form
I've been looking at web frameworks like Rails, Grails, etc. I'm used to doing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.