Hello. I am new to web programming, and recently I chose JSP for my school assignment.
Now I have already find out how to passing information between JSP and servlet, but I want to make the system more MVC (Model-View-Controller), which means JSP as "View", servlet as "Controller" and JavaBeans as "Model". I want to know how to pass information between servlet and JavaBeans? I read some tutorials, but many of them talk about using JavaBeans in JSP. Actually I want to know the syntaxes.
Could someone give me some tutorials/ suggestions? Thanks very much. :D
Question
Guest GraphiteCube
Hello. I am new to web programming, and recently I chose JSP for my school assignment.
Now I have already find out how to passing information between JSP and servlet, but I want to make the system more MVC (Model-View-Controller), which means JSP as "View", servlet as "Controller" and JavaBeans as "Model". I want to know how to pass information between servlet and JavaBeans? I read some tutorials, but many of them talk about using JavaBeans in JSP. Actually I want to know the syntaxes.
Could someone give me some tutorials/ suggestions? Thanks very much. :D
Link to comment
Share on other sites
4 answers to this question
Recommended Posts