Results 1 to 1 of 1

Thread: Newbie:: spring mvc layout

Threaded View

  1. #1
    Join Date
    Nov 2012
    Posts
    3

    Default Newbie:: spring mvc layout

    ScreenShot054.jpgTrying to get a better understanding of the directory structure layout in windows of spring mvc project.

    The project I have has the following directory structure

    MyTestProject
    - src
    - main
    - java
    - com
    - companyname
    - beans
    - commands
    - controllers [understand this one]
    - mappers
    - resolvers
    - services
    - views [understand this one]

    - resources
    - webapp

    If i look in the beans and commands directory, the objects look similar to me. also what goes in services and other directory? Could not find the info on the documentation or i may have missed it.

    any help is appreciated.
    Last edited by jbluedelta; Nov 16th, 2012 at 08:36 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •