Re: model-glue on shared servers

2006-05-23 Thread dave
thanks! I will definately check it out ~Dave the disruptor~ From: Nick Tong - TalkWebSolutions.co.uk [EMAIL PROTECTED] Sent: Monday, May 22, 2006 4:53 AM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: model-glue on shared servers I have a 'MGR

Re: model-glue on shared servers

2006-05-22 Thread Mike Kear
The docs for Model-Glue and for Reactor lag behind the product somewhat. It's a struggle to keep them in synch with the product because it's moving ahead so fast. I dont want to rehash the VERY LONG thread that went on the Reactor list a while back, but I'll give you a brief synopsis -

Re: model-glue on shared servers

2006-05-22 Thread dave
: Re: model-glue on shared servers The docs for Model-Glue and for Reactor lag behind the product somewhat. It's a struggle to keep them in synch with the product because it's moving ahead so fast. I dont want to rehash the VERY LONG thread that went on the Reactor list a while back, but I'll

Re: model-glue on shared servers

2006-05-22 Thread Nick Tong - TalkWebSolutions.co.uk
~ From: Mike Kear [EMAIL PROTECTED] Sent: Monday, May 22, 2006 3:24 AM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: model-glue on shared servers The docs for Model-Glue and for Reactor lag behind the product somewhat. It's a struggle to keep them in synch with the product because it's

Re: model-glue on shared servers

2006-05-22 Thread Nick Tong - TalkWebSolutions.co.uk
I have a 'MGR' quick start on my site: http://wapurl.co.uk/?YORN902 -- Nick Tong web: http://talkwebsolutions.co.uk blog: http://succor.co.uk shorturls: http://wapurl.co.uk ~| Message:

Re: model-glue on shared servers

2006-05-21 Thread James Holmes
mapping) but then you have to modify the whole MG codebase every time an upgrade is released. On 5/21/06, dave [EMAIL PROTECTED] wrote: Has does model glue run on shared servers? Can the core files be in the sites root or must it be in the actual root? Trying to figure out if I should use

Re: model-glue on shared servers

2006-05-21 Thread dave
Yeah thats no good ~Dave the disruptor~ From: James Holmes [EMAIL PROTECTED] Sent: Sunday, May 21, 2006 2:05 AM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: model-glue on shared servers I inquired about this a while ago. A mapping is necessary

Re: model-glue on shared servers

2006-05-21 Thread James Holmes
[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 2:05 AM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: model-glue on shared servers I inquired about this a while ago. A mapping is necessary if MG is to be used as-is on a shared server, meaning that everyone needs to share the same version

Re: model-glue on shared servers

2006-05-21 Thread dave
a look at reactor and call it good. ~Dave the disruptor~ From: James Holmes [EMAIL PROTECTED] Sent: Sunday, May 21, 2006 3:06 AM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: model-glue on shared servers That's pretty much exactly the same conclusion I

Re: model-glue on shared servers

2006-05-21 Thread James Holmes
If it's just skinning, try onTap. I think that way not require a mapping, but Ike is the person to clear that up. On 5/21/06, dave [EMAIL PROTECTED] wrote: Yeah It's why I stopped learning it the first time, was hoping that had changed. I been watching the debate over frame works and while I

Re: model-glue on shared servers

2006-05-21 Thread dave
-talk@houseoffusion.com Subject: Re: model-glue on shared servers If it's just skinning, try onTap. I think that way not require a mapping, but Ike is the person to clear that up. On 5/21/06, dave wrote: Yeah It's why I stopped learning it the first time, was hoping that had changed. I been

Re: model-glue on shared servers

2006-05-21 Thread Jochem van Dieten
James Holmes wrote: I inquired about this a while ago. A mapping is necessary if MG is to be used as-is on a shared server, meaning that everyone needs to share the same version of MG (in the same mapping). This would make upgrading a chore. You could modify MG to use a different path (and

Re: model-glue on shared servers

2006-05-21 Thread dave
[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 4:21 AM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: model-glue on shared servers James Holmes wrote: I inquired about this a while ago. A mapping is necessary if MG is to be used as-is on a shared server, meaning that everyone needs to share

Re: model-glue on shared servers

2006-05-21 Thread James Holmes
No, it's not a one liner unfortunately. I've gone through the MG code and references to CFCs are all though it like this cfset variables.beanMaker = createObject(component, ModelGlue.Util.CollectionBeanMaker).init(variables.state) / The ModelGlue path, dependent apon a mapping, appears in

Re: model-glue on shared servers

2006-05-21 Thread Russ Michaels
you would think MD would have a setting for the mapping name so that this was not a problem. -Original Message- From: James Holmes [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Date: Sun, 21 May 2006 14:04:33 +0800 Subject: Re: model-glue on shared servers I inquired about

Re: model-glue on shared servers

2006-05-21 Thread Jochem van Dieten
James Holmes wrote: No, it's not a one liner unfortunately. I've gone through the MG code and references to CFCs are all though it like this cfset variables.beanMaker = createObject(component, ModelGlue.Util.CollectionBeanMaker).init(variables.state) / The ModelGlue path, dependent apon a

Re: model-glue on shared servers

2006-05-21 Thread James Holmes
Yes, that's what I found too. I guess a script to do it with regular expressions would make it a lot less prone to error. On 5/21/06, Jochem van Dieten [EMAIL PROTECTED] wrote: James Holmes wrote: No, it's not a one liner unfortunately. I've gone through the MG code and references to CFCs

Re: model-glue on shared servers

2006-05-21 Thread Mike Kear
No, reactor works without a mapping for reactor itselfI have it running on three sites on the same server, three copies of reactor. all it needs is a mapping to the place where you want reactor to put its generated files. I am pretty sure Sean Corfield has MG running in shared environments

Re: model-glue on shared servers

2006-05-21 Thread Brian Rinaldi
Model-Glue and Reactor can both be run without a mapping just fine. It is really a simple fix...all you need to do is put the core files in the site root so that /model-glue and /reactor point to the correct placethat's it. Now if you are developing locally on XP Pro, you will need something

Re: model-glue on shared servers

2006-05-21 Thread dave
wont break any rules ~Dave the disruptor~ From: Mike Kear [EMAIL PROTECTED] Sent: Sunday, May 21, 2006 9:22 AM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: model-glue on shared servers No, reactor works without a mapping for reactor itself I have

Re: model-glue on shared servers

2006-05-21 Thread dave
. ~Dave the disruptor~ From: Brian Rinaldi [EMAIL PROTECTED] Sent: Sunday, May 21, 2006 12:52 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: model-glue on shared servers Model-Glue and Reactor can both be run without a mapping just fine. It is really

Re: model-glue on shared servers

2006-05-21 Thread Scott Stroz
: Re: model-glue on shared servers No, reactor works without a mapping for reactor itself I have it running on three sites on the same server, three copies of reactor. all it needs is a mapping to the place where you want reactor to put its generated files. I am pretty sure Sean Corfield has

Re: model-glue on shared servers

2006-05-21 Thread dave
[EMAIL PROTECTED] Sent: Sunday, May 21, 2006 3:57 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: model-glue on shared servers Dave, Brian is correct, MG and Reactor will both run if the Reactor and ModelGlue directories are in the web root of your application. If your web root is C:\\Inetpub

Re: model-glue on shared servers

2006-05-21 Thread James Holmes
: Re: model-glue on shared servers No, reactor works without a mapping for reactor itself I have it running on three sites on the same server, three copies of reactor. all it needs is a mapping to the place where you want reactor to put its generated files. I am pretty sure Sean

Re: model-glue on shared servers

2006-05-21 Thread dave
: Re: model-glue on shared servers We are talking about shared servers, where the root mapping / is not the same as my account's web root. MG does not work in these situations - I have done the experiment. This issue comes up often because it persists. On 5/22/06, Scott Stroz wrote: Dave

Re: model-glue on shared servers

2006-05-21 Thread James Holmes
Interestingly, I just tried it on our Linux HMS server (the other tests were on my work servers and I've just confirmed that it still breaks on these). The HMS server works without a mapping. I suspect that HMS have no / mapping, so the site root is used in this case. I must ask them about this

Re: model-glue on shared servers

2006-05-21 Thread dave
some of them work and some of them dont but it obvouisly does work in some capacity ~Dave the disruptor~ From: James Holmes [EMAIL PROTECTED] Sent: Sunday, May 21, 2006 9:39 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: model-glue on shared

model-glue on shared servers

2006-05-20 Thread dave
Has does model glue run on shared servers? Can the core files be in the sites root or must it be in the actual root? Trying to figure out if I should use this on an upcoming project and lots of the site will be on many different servers and not even sure if the host will install it on every