Guide need to build a JSP based webapplication
Posted
by Nick
on Stack Overflow
See other posts from Stack Overflow
or by Nick
Published on 2010-05-07T20:11:49Z
Indexed on
2010/05/07
20:18 UTC
Read the original article
Hit count: 260
I want do a web-application that consists of the following pages: Main, Inventory, Shopping, Login, and Report. All will be JSPs and all will be called using the MVC pattern where one of two servlets uses the RequestDispatcher to call the appropriate JSP. This uses server-side forwarding and not redirection.
I have ER diagram: http://tinypic.com/r/155oxlt/5
if u can guide I can do it successfully.
© Stack Overflow or respective owner