Hello, > I was wondering if I could use classes generated by Torque in > project that uses Struts? If so where should I put all torque > inicjalization? Can anyone gives me excample of how to use torque in > struts?
while Torque is a persistance layer (encapsulating your database business), Struts is a presentation layer (managing your views). There shouldn't be any problems using them together, not only as many people are doing exactly that. HTH, Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
