-
Dec 7th, 2010, 12:51 AM
#1
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
-
Dec 9th, 2010, 10:10 PM
#2
Hi,
Can anyone please advise me?
Regards,
JK
-
Dec 10th, 2010, 02:26 AM
#3
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.
-
Dec 10th, 2010, 03:07 AM
#4
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
-
Forum Rules