Re: CFC's - Where to put them?

2003-03-17 Thread Dave Carabetta
/data/www/appserver/cfmx/ - all the CF source code /data/www/appserver/cfmx/config/ - XML / cfm configuration files /data/www/appserver/cfmx/extensions/components/ - CFC tree /data/www/appserver/cfmx/extensions/customtags/ - custom tags /data/www/appserver/cfmx/extensions/includes/ - mapped

Re: CFC's - Where to put them?

2003-03-17 Thread Sean A Corfield
On Monday, Mar 17, 2003, at 10:37 US/Pacific, Dave Carabetta wrote: /data/www/appserver/cfmx/ - all the CF source code /data/www/appserver/cfmx/config/ - XML / cfm configuration files /data/www/appserver/cfmx/extensions/components/ - CFC tree /data/www/appserver/cfmx/extensions/customtags/ -

Re: CFC's - Where to put them?

2003-03-15 Thread Dave Carabetta
As for messing with WEB-INF - I would definitely not recommend that! Can you briefly elaborate why? Here's what we do (for CFMX for J2EE on JRun 4): /data /www /appserver /cfmx /config ...mapped in CF Admin... /extensions /components ...in Custom Tag Paths... ...tree of CFCs...

Re: CFC's - Where to put them?

2003-03-15 Thread Sean A Corfield
On Saturday, Mar 15, 2003, at 00:12 US/Pacific, Dave Carabetta wrote: As for messing with WEB-INF - I would definitely not recommend that! Can you briefly elaborate why? I'd consider it a 'system directory' and subject to change without notice... :) Here's what we do (for CFMX for J2EE on

RE: CFC's - Where to put them?

2003-03-15 Thread Benoit Hediard
-Talk Objet : Re: CFC's - Where to put them? On Saturday, Mar 15, 2003, at 00:12 US/Pacific, Dave Carabetta wrote: As for messing with WEB-INF - I would definitely not recommend that! Can you briefly elaborate why? I'd consider it a 'system directory' and subject to change without notice

RE: CFC's - Where to put them?

2003-03-15 Thread Benoit Hediard
: CF-Talk Objet : RE: CFC's - Where to put them? Indeed, it seems a nice way to organise your CFMX code. We do something similar (no files under Jrun4/CFMX installation). Here is our structure (that we use with CFMX Pro/Ent or CFMX for J2EE) : d:/applications ColdFusion pages accessible

Re: CFC's - Where to put them?

2003-03-14 Thread Thomas Chiverton
On Wednesday 12 Mar 2003 18:37 pm, Gyrus wrote: http://www.benorama.com/coldfusion/patterns/part8.htm PS : I hope that macromedia won't use those folders in future release of CFMX... Not a good sign... Do MM recomend fidderling with WEB-INF ? -- Tom C Land of the free, home of the brave...

RE: CFC's - Where to put them?

2003-03-14 Thread Benoit Hediard
: Re: CFC's - Where to put them? On Wednesday 12 Mar 2003 18:37 pm, Gyrus wrote: http://www.benorama.com/coldfusion/patterns/part8.htm PS : I hope that macromedia won't use those folders in future release of CFMX... Not a good sign... Do MM recomend fidderling with WEB-INF ? -- Tom C

Re: CFC's - Where to put them?

2003-03-14 Thread Sean A Corfield
of WEB-INF. Benoit Hediard www.benorama.com -Message d'origine- De : Thomas Chiverton [mailto:[EMAIL PROTECTED] Envoyé : vendredi 14 mars 2003 11:14 À : CF-Talk Objet : Re: CFC's - Where to put them? On Wednesday 12 Mar 2003 18:37 pm, Gyrus wrote: http://www.benorama.com

RE: CFC's - Where to put them?

2003-03-12 Thread Raymond Camden
You can place them within a folder reachable by a mapping. I'd suggest using mappings anyway, since it will also help you call your custom tags on a shared server. === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc

Re: CFC's - Where to put them?

2003-03-12 Thread Thomas Chiverton
On Wednesday 12 Mar 2003 15:07 pm, Ian Skinner wrote: I have just started a real project using CFC's, and I have had some difficulties with where to put them. So I'm turning to the knowledgeable group here to full in the gaps in the documentation. I find creating a structure of directory,

RE: CFC's - Where to put them?

2003-03-12 Thread Ian Skinner
- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 7:21 AM To: CF-Talk Subject: RE: CFC's - Where to put them? You can place them within a folder reachable by a mapping. I'd suggest using mappings anyway, since it will also help you call your custom tags on a shared server

RE: CFC's - Where to put them?

2003-03-12 Thread Ian Skinner
I'm not sure I understand what you mean by a Structure of directory? Can you elaborate on what that means? Ian Skinner -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 7:32 AM To: CF-Talk Subject: Re: CFC's - Where to put them

Re: CFC's - Where to put them?

2003-03-12 Thread Gyrus
This might be useful: http://www.benorama.com/coldfusion/patterns/part8.htm It's part of a whole design pattern, but a useful perspective in itself. Gyrus [EMAIL PROTECTED] work: http://tengai.co.uk play: http://norlonto.net PGP key available

RE: CFC's - Where to put them?

2003-03-12 Thread Raymond Camden
: Wednesday, March 12, 2003 12:12 PM To: CF-Talk Subject: RE: CFC's - Where to put them? You're referring to a Cold Fusion Server Mapping? That can maybe doable. Again, it's something that would have to be done by my host provider, but only once. Much better then using the Custom Tag

RE: CFC's - Where to put them?

2003-03-12 Thread Ian Skinner
Would you mind giving a simple example of how you might code this? Ian -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 11:00 AM To: CF-Talk Subject: RE: CFC's - Where to put them? Yep, I meant a CF Server mapping. This is handy

RE: CFC's - Where to put them?

2003-03-12 Thread Raymond Camden
, and a powerful ally it is. - Yoda -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 2:25 PM To: CF-Talk Subject: RE: CFC's - Where to put them? Would you mind giving a simple example of how you might code this? Ian

RE: CFC's - Where to put them?

2003-03-12 Thread Ian Skinner
How you use cfmoudule with a CFC? -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 12:36 PM To: CF-Talk Subject: RE: CFC's - Where to put them? What particular part

RE: CFC's - Where to put them?

2003-03-12 Thread Raymond Camden
: www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 3:22 PM To: CF-Talk Subject: RE: CFC's - Where to put them? How you

RE: CFC's - Where to put them?

2003-03-12 Thread Ian Skinner
Ah, that's what was confusing me...trying to combine those... -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 1:38 PM To: CF-Talk Subject: RE: CFC's - Where to put them? I didn't say it did - I said mappings helped with calling CFCs