Skip to main content
added 18 characters in body
Source Link
Dave Newton
  • 160.5k
  • 27
  • 263
  • 310

I am new on Java, and its kind of difficult to me to get into the concepts of Java, I am working with Maven, and Ive read some books but in some give an structure and in others give other structure, the problem of all is that according what Ive read (I want to use Spring) there is a MVC structure, my problem is that I dont know where each thing has to be.. where to set my getters and setters, where my view, where my controllers.. and how to connect them... I am lost.. any reference you could give me or any clue? Id be very glad.

My structure now is

src/test/java src/test/resources src/main/resources src/main/resources/META-INF

src/test/java src/test/resources src/main/resources src/main/resources/META-INF 

Thanks

I am new on Java, and its kind of difficult to me to get into the concepts of Java, I am working with Maven, and Ive read some books but in some give an structure and in others give other structure, the problem of all is that according what Ive read (I want to use Spring) there is a MVC structure, my problem is that I dont know where each thing has to be.. where to set my getters and setters, where my view, where my controllers.. and how to connect them... I am lost.. any reference you could give me or any clue? Id be very glad.

My structure now is

src/test/java src/test/resources src/main/resources src/main/resources/META-INF

Thanks

I am new on Java, and its kind of difficult to me to get into the concepts of Java, I am working with Maven, and Ive read some books but in some give an structure and in others give other structure, the problem of all is that according what Ive read (I want to use Spring) there is a MVC structure, my problem is that I dont know where each thing has to be.. where to set my getters and setters, where my view, where my controllers.. and how to connect them... I am lost.. any reference you could give me or any clue? Id be very glad.

My structure now is

src/test/java src/test/resources src/main/resources src/main/resources/META-INF 

Thanks

Source Link
jpganz18
  • 5.9k
  • 21
  • 74
  • 131

what is the right way to work in java, spring and maven?

I am new on Java, and its kind of difficult to me to get into the concepts of Java, I am working with Maven, and Ive read some books but in some give an structure and in others give other structure, the problem of all is that according what Ive read (I want to use Spring) there is a MVC structure, my problem is that I dont know where each thing has to be.. where to set my getters and setters, where my view, where my controllers.. and how to connect them... I am lost.. any reference you could give me or any clue? Id be very glad.

My structure now is

src/test/java src/test/resources src/main/resources src/main/resources/META-INF

Thanks