Building a Business Application

From: Remo (pippo_at_libero.it)
Date: 07/13/04


Date: Mon, 12 Jul 2004 22:27:33 GMT

Hi,

I have to implement a business application with the following
constraints:

- I wanna use Jsp to publish on the web the data stored in a MySql DB
.
- I don't wanna use EJB (I'm studying this technology, but I'm not
ready to implement a project based on it)

- How can I separate the logic layer (tipically access to the db)
from the presentation layer? Could the solution be the "Java Beans"?
Do U suggest to write one bean including all the database query, one
bean for the update, ecc OR a bean for each relation table? Or Maybe a
mixed solution?

Thanx in advance,

Remo