-
Starting a new project
Hi everyone.
I am starting with a new project: an online reservation system for a tennis and squash club. I would like to make a website where users can register and login to reserve fields.
My first question, I am new to Spring... can I just start with the project or do I have to try some other examples out first?
My other question: how to structure this application?
-
try to understand basic Spring and Spring MVC. For this Spring ref doc, Spring MVC step by Step and Spring PetClinic is enough to for ur requirement.
And about Structure if u dont have more than mentioned requirements
Spring Security(login)
Spring MVC
Spring Managed Service Layer
Spring-Hibernate DAO layer
Stack can be like this,