Re: Best practices JDBC JSP
From: Andree Große (user_at_example.net)
Date: 03/31/04
- Next message: mBird: "Re: Best practices JDBC JSP"
- Previous message: Andree Große: "Re: Good written jdbc app or not ?"
- In reply to: mBird: "Best practices JDBC JSP"
- Next in thread: mBird: "Re: Best practices JDBC JSP"
- Reply: mBird: "Re: Best practices JDBC JSP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: mBird: "Re: Best practices JDBC JSP"
- Previous message: Andree Große: "Re: Good written jdbc app or not ?"
- In reply to: mBird: "Best practices JDBC JSP"
- Next in thread: mBird: "Re: Best practices JDBC JSP"
- Reply: mBird: "Re: Best practices JDBC JSP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]