Hi, guys
i created a website, but the presentation and the business logic aren't separated. In the jsp pages there is a connection to the database and retrieving data from the database.
What will be the structure of my site according to the MVC model.
JSP->ControllerServlet1->Bean1
JSP->ControllerServlet2->Bean2
JSP->ControllerServlet3->Bean3
or something else.
If you have more information about MVC model i will be appreciate. :)
