Re: Best practices JDBC JSP

From: Andree Große (user_at_example.net)
Date: 03/31/04


Date: Wed, 31 Mar 2004 11:26:09 +0200

mBird wrote:

> I query an Oracle 9i database and present on the web using TomCat and JSP. I
> am wondering if the way I do it (see code snip below) is the
> best/recommended way to do it or are there other/better recommended ways.

Your source isn't good practice. Build a middleware tier and put
business logic into this layer. Use JSP only as presentation layer
and get the data from middleware.

A.G.