| Author |
Help in MVC please
|
Rakesh Keerthi
Ranch Hand
Joined: Jul 16, 2012
Posts: 103
|
|
Hi,
i've written the below jsp. now i want to make it into a MVC pattern. could you please help me how do i do it. i request you to please divide the code and edit it(i want to have an idea how it is to be done so that i'll implement in my other jsps).
Thanks
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56529
|
|
If you haven't read this article yet, it might be helpful.
Essentially you'd move the DB access to the model, control to a servlet, and leave only view in the JSP.
And, of course, no Java code in the JSP!
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Rakesh Keerthi
Ranch Hand
Joined: Jul 16, 2012
Posts: 103
|
|
|
thanks for the suggestion Bear
|
 |
 |
|
|
subject: Help in MVC please
|
|
|