What happens if I started creating/closing DB connections in "JSP"?
I just happened to开发者_运维技巧 read this post :-
Questions every good Java/Java EE Developer should be able to answer?
On this link there is one question by Elister
:- What happens if I started creating/closing DB connections in "JSP"?
I am not able to answer this. What would happen? Any disadvantages? And what would i do to prevent it?
Thanks in advance :)
i guess he is expecting the answer to be layered architecure: specificaly MVC and DOA patterns
精彩评论