Thanks everyone.
The generator I'm using is an in house one that does generate a simple transfer object with only setter/getter/has/clear methods. The generated dao contains my save/create/update/delete/getByFields. All my knowledge is based on the core j2ee design patterns but I tend to modify them to utilize the abilities in the cf language more and fit my needs better. http://java.sun.com/blueprints/corej2eepatterns/Patterns/index.html http://java.sun.com/blueprints/corej2eepatterns/Patterns/TransferObject.html http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessObject.html I tend to use a lot of service components where I wrap up logic which I know will be reused or is so specific I don't want anyone messing with it so I don't want it in the controller. Again, thanks for all the input. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
