Tagged Questions
0
votes
3answers
2k views
Relationship DAO, Servlet, JSP and POJO
I want to implement a JSP, POJO, DAO and Servlet in my J2EE program. However, I don't fully understand how the relationship between these elements should be. Is the following (MVC) setup the right way ...