go to  ForumEasy.com   
JavaPro
Home » Archive » Message


[Email To Friend][View in Live Context][prev topic « prev post | next post » next topic]
  Project's Structure
 
Subject: Project's Structure
Author: WebSpider
In response to: Eclipse IDE Example
Posted on: 10/07/2019 06:57:12 AM

[+] ... HelloWorldSpringMVC
    [+] ... src
        [+] ... main
            [+] ... java
                [+] ... com
                    [+] ... example
                        [+] ... myapp
                            [-] ... HomeController.java
            [+] ... resources
                [-] ... log4j.xml
            [+] ... webapp
                [+] ... resources
                [+] ... WEB-INF
                    [+] ... classes
                    [+] ... spring
                        [+] ... appServlet
                            [-] ... servlet-context.xml
                        [-] ... root-context.xml
                    [+] ... views
                        [-] ... home.jsp
                    [+] ... web.xml
        [+] ... test
    [+] ... target
    [-] ... pom.xml


 

> On 10/07/2019 06:41:42 AM WebSpider wrote:

Prerequisites
  • STS 3.0
  • Tomcat 8.5

    On Eclipse IDE
  • File > New > Project ... > Spring > Spring Legacy Project > Next
  • Type in Project Name: HelloWorldSpringMVC
  • Select Templates > Spring MVC Project
  • Specify the package name: com.example.myapp

    Note: myapp will be web context name -- http://localhost:8080/myapp/





    References:

  •  


     
    Powered by ForumEasy © 2002-2022, All Rights Reserved. | Privacy Policy | Terms of Use
     
    Get your own forum today. It's easy and free.