Results 1 to 2 of 2

Thread: Starting a new project

  1. #1
    Join Date
    Nov 2011
    Posts
    1

    Default 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?

  2. #2
    Join Date
    Dec 2008
    Location
    India
    Posts
    295

    Default

    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,
    Enjoy
    Rohan Chauhan
    ------------------------------------------------------------------------------
    SpringSource Certified Spring 3.0 Professional


Posting Permissions

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