Right - but I assuming its still handwritten code and not an existing module in Cocoon - is there a guide to how to integrate these into Cocoon? (I wont say "best practice"! ;-)
>>> [EMAIL PROTECTED] 2004/05/05 02:28:13 PM >>> Derek Hohls wrote: > DAO = custom code written in Java? > or is there a module in Cocoon for this? DAO = generic data access pattern that can be implemented in Java or in any other OO language. http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessObject.html Ugo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
