What if you could use CFIMPORT in your Application.cfm (or Application.cfc) to define a custom tag path that remains in effect for the entire request--would that solve your problem?
Vince > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Raymond Camden > Sent: Thursday, September 29, 2005 6:27 PM > To: [email protected] > Subject: Re: [CFCDev] Java CFCProxy info? > > Right now you can't createObject like so: > > ../cfcs/moo > > or > > c:\foo\cfcs\\moo.cfc > > You have to use a path under the current file, or a mapping, > or custom tag paths. > > So, in CFMX 7.01, via Java, you can create an instance of a > CFC with a full path. This has been asked for before in > createObject. Personally, I've got nothing against mappings, > but I do wish you could also make a mapping on the fly in App.cfc/cfm. > > > On 9/29/05, Vince Bonfanti <[EMAIL PROTECTED]> wrote: > > What do you mean by "load CFCs via path"? > > > > Vince > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] On Behalf Of Raymond Camden > > > Sent: Thursday, September 29, 2005 1:53 PM > > > To: [email protected] > > > Subject: Re: [CFCDev] Java CFCProxy info? > > > > > > This isn't an answer, but a comment. I'm a bit sad the ability to > > > load CFCs via path wasn't added to createObject as well. > I wonder if > > > it would be possible, or make sense, to write a simple CFX whose > > > only purpose is to give us that power in CFML. > > > > > > Does that make sense? > > > > > > On 9/29/05, jim collins <[EMAIL PROTECTED]> wrote: > > > > Does anyone have any documentation on the Java CFCProxy > in 7.1 to > > > > allow Java to call CFCs? > > > > > > > > > > > > -- > > > > Microsoft Certified System Engineer (MCSE) Macromedia Certified > > > > ColdFusion Developer > > > > ---------- > > > > I have fifty gmail invites to give out if you want one > let me know > > > > ------------ > > > > "If we study the logistics and heuristics of the mystics > > > you will find > > > > that their minds rarely move in a line" > > > > Brian Eno - Backwater - Before and After Science > > > > > > > > > > ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). CFCDev is supported by New Atlanta, makers of BlueDragon http://www.newatlanta.com/products/bluedragon/index.cfm An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
