Hello, A general practices question about db access using standard java or EJB with struts. What is the best approach for pluging db access into the struts framework in each case? For example, if I'm using torque to generate all the DB access classes, should I still use the Form Bean classes or its better to simply have the torque classes extend the ActionForm interface? Or is it better to access the torque classes in the Action class? And what about EJB?
Thanks, any help is much appreciated. Bilal -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>