Hello to everyone i have done a project titled Timesheet management and i would like to know the MVC architecture for it so please can u help me out

Showing Answers 1 - 2 of 2 Answers

Aashish Renapurkar

  • Oct 8th, 2005
 

hi ,the view part is jsp, controller part is servlets and the model part is ur respective bean.so keep in this thing in ur mind . when any request come from any jsp it has two hidden parameter to pass when u pass this information to servlets , then servlet exteratating this information and called the respective bean for business logic .then the bean is process the all business logic and send back the NEW_PAGE_URL to servlet then the servlets will send the responce to the browser the next_page_url.like this the mvc part is done in project.keep in touch.Regards...

  Was this answer useful?  Yes

kynath

  • Sep 25th, 2006
 

Hi friend, u just see the foillowing siteit is enough.http://www.javaworld.com/javaworld/jw-12-1999/jw-12-ssj-jspmvc.html

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions