File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes Help in MVC please Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Help in MVC please" Watch "Help in MVC please" New topic
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
    
  14

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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Help in MVC please
 
Similar Threads
Implementation of google charts in JSP
Sql not working for multiple rows
how to use <%=temp%> i retrieving data
Getting elements by id
unable to get form Parameters