I maintain a core set of cfcs and custom tags on a purpose built testing site. When I start a project I pull out the ones I need and copy them to the project. That way I can customize each one to fit the application if necessary, and I know that if I make any changes, upgrade or bug fixes to a component I will not have to test every application to make sure I've not broken anything.
The components you describe, Address and PhoneNumber, surely these will be generated for you by Reactor anyway? Cheers, Chris > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Marc Funaro > Sent: 04 August 2006 19:37 > To: [email protected] > Subject: [Reactor for CF] Organizing common CFCs > > So, here I am, basking in the glory of OO. > > I dream of a place where I can put all my CFCs that would be common to all > my apps on my servers. Things like "Address.cfc", "PhoneNumber.cfc", etc. > Things I'll reuse forever and ever, across all apps. > > Two questions: what do I call all these different classes, and where > should > I put them? > > So far, I've created a _COMMON folder in with each of the folders for each > of my websites, where I've moved fusebox5, reactor, and mxAjax. I've > created CFMappings to those. These are shared among all apps, too. > > Should I create > > _COMMON\com\advantexllc\{name for these objects here} > > Or > > _COMMON\com.advantexllc\dir > > Or something like that? > > (Again keeping in mind that I like how java does things...) > > ? They aren't really utilities, so com.advantexllc.util doesn't seem > right. > > What are y'all doing? > > > > ================================= > Marc Funaro, President > Macromedia Certified > Advanced ColdFusion Developer > Network and Hosting Administrator > > A D V A N T E X L L C > Technical Consulting Services > P.O. Box 428 > Norwich, NY 13815 > 607-336-6895 > > * Hosting * Design * > * Networking * Database > Design and Administration * > * Support & Consulting * > > IM Contacts: > (do not send email > to these addresses) > ~~~~~~~~~~~~ > [EMAIL PROTECTED] > [EMAIL PROTECTED] > [EMAIL PROTECTED] > ================================= > > > > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > -- -- > Reactor for ColdFusion Mailing List > [email protected] > Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > -- -- > > > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
