| Author |
javabean
|
Keith Lockey
Ranch Hand
Joined: Oct 05, 2001
Posts: 48
|
|
Hi, I am writing a web application and I want to encapsulate the data in in databeans. This is working fine. I also have jdbc calls per a jsp page. I am wondering if I should put the jdbc calls inside the databeans or just create a new package called service and make a service class per each jsp page, and use the beans here to make inserts, updates, etc? I am trying to follow a framework similiar to struts, I got the service idea from struts, but I don't want to create dynaforms. Does anyone have a good framework to follow.
|
Thanks,<br />Keith
|
 |
 |
|
|
subject: javabean
|
|
|