Results 1 to 4 of 4

Thread: Development sequence favourite

  1. #1
    Join Date
    Jul 2010
    Location
    HK
    Posts
    12

    Default Development sequence favourite

    Hi,

    When I use the spring framework for my web project. What is the favourite sequence for develop the JSP, MVC, data model?

    Regards,
    Regards,
    JK

  2. #2
    Join Date
    Jul 2010
    Location
    HK
    Posts
    12

    Default

    Hi,

    Can anyone please advise me?
    Regards,
    JK

  3. #3
    Join Date
    Jul 2010
    Location
    Venice, Italy
    Posts
    709

    Default

    There is no absolute answer as it's much just a matter of taste. I usually take the "bottom up" approach: I first build my business model and my persistence entities, then I build my business logic (my service layer), then I go for controllers and then views. Sometimes, though, when programming a view I realize I missed something that I need so I go back to the model and reelaborate it to change/add what I need.
    There are advantages and disadvantages in taking this kind of approach, as there are if you take the opposite (top-down) approach...
    With experience, you will find what approach most suits your coding style and needs.

  4. #4
    Join Date
    Jul 2010
    Location
    HK
    Posts
    12

    Default

    Enrico,

    Thank you for your advice & share of experience.
    Regards,
    JK

Posting Permissions

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