Hi

>>would every
>>sessionbean need to access the dbms directly through plain SQL (should be
a
>>bad solution)?

This is depeand on your project and team. Proformanc will probebly will be
ok becouse you will have to code the SQL Statement manualy and optimize
them.

But I feel that coding the business logic directly with JDBC is a problem
from coding style point of view. I will preffer to model my database as a
collection of Objects with relation between them. There some OR mapping
tools available for that, But I am not sure which way to go myself.

Regards,

Muly.

Reply via email to