facebook

crud scaffolding

  1. MyEclipse IDE
  2.  > 
  3. Spring Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #319310 Reply

    Joshua Schricker
    Participant

    I’m new to myeclipse and I’m trying to find out how to change the default page of the web app. What is the easiest way to change that inside of the IDE?
    Thanks,
    Josh

    #320201 Reply

    jkennedy
    Member

    The default page for a web app is generally controlled by the web.xml with a welcome file list.

    Did you find the answer you are looking for? Spring handles pages a bit differently when using Spring MVC. You will see in the Controllers that there are request mappings or URLs that are handled by the controller, and then the view name is returned from the controller method and Spring will route to that view.

    Thanks,
    Jack

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: crud scaffolding

You must be logged in to post in the forum log in