Why DB connections are not written directly in JSP’s?


The main purpose of JSP is to separate the business logic & presentation logic. DB connections deal with pure java code. If write this kind of code in JSP, servlet container converts the JSP to servlet using JSP compiler which is the time consuming process so this is better to write code which deals with DB connections, Authentication and Authorization etc. in the java bean and use the <jsp:bean> tag to perform the action

2 thoughts on “Why DB connections are not written directly in JSP’s?

  1. that url December 7, 2012 / 10:27 pm

    You’re so awesome! I do not believe I’ve truly read through something like that before.
    So great to find someone with genuine thoughts on this
    issue. Seriously.. thanks for starting this up. This web site is something that’s needed on the internet, someone with a bit of originality!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.