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