Re: Model Glue

2011-05-16 Thread Maureen
I don't "need" anything. I was simply commenting on how good the report builder in Access is. And yes, I've used Report Builder, SQL Reporting Services, Crystal Reports and all the other tools that have been available over the last 20 years. None of them have the ease and the intuitive interfac

Re: Model Glue

2011-05-16 Thread Maureen
Yes, you can attach tables from other databases and only use Access for reporting. On Mon, May 16, 2011 at 5:26 AM, Mark A. Kruger wrote: > > Maureen... actually you can connect to SQL server using Access as a client > right? So you can get the full RDBMS but still get all the fun client stuff >

Re: Model Glue

2011-05-16 Thread Russ Michaels
Maureen, obviously I don't know exactly what you need, but have you actually tried out the Report Builder? http://www.mssqltips.com/tip.asp?tip=1690 On Mon, May 16, 2011 at 8:45 AM, Maureen wrote: > > Not even close. > > On Sun, May 15, 2011 at 2:30 AM, Russ Michaels > wrote: > > > > You c

RE: Model Glue

2011-05-16 Thread Mark A. Kruger
- From: Maureen [mailto:mamamaur...@gmail.com] Sent: Monday, May 16, 2011 2:46 AM To: cf-talk Subject: Re: Model Glue Not even close. On Sun, May 15, 2011 at 2:30 AM, Russ Michaels wrote: > > You can already do this on SQL Server > > http://msdn.microsoft.com/en-us/library/m

Re: Model Glue

2011-05-16 Thread Maureen
Not even close. On Sun, May 15, 2011 at 2:30 AM, Russ Michaels wrote: > > You can already do this on SQL Server > > http://msdn.microsoft.com/en-us/library/ms159106.aspx > > > On Sun, May 15, 2011 at 4:03 AM, Maureen wrote: > >> >> Access

Re: Model Glue

2011-05-15 Thread Russ Michaels
You can already do this on SQL Server http://msdn.microsoft.com/en-us/library/ms159106.aspx On Sun, May 15, 2011 at 4:03 AM, Maureen wrote: > > Access is still great as a desktop tool for producing reports. If any > other database would

Re: Model Glue

2011-05-14 Thread Phillip Vector
Get a front end program. Databases are not Excell spreadsheets or powerpoint. Their job isn't to make graphs. Their job is to store data. Seriously. Use Excell (or open office calc) and link it to a MySql DB if you want graphs. On Sat, May 14, 2011 at 11:03 PM, Maureen wrote: > > Access is stil

Re: Model Glue

2011-05-14 Thread Maureen
Access is still great as a desktop tool for producing reports. If any other database would add the report functionally that Access has it would be a valuable tool for a lot of developers. But using it as a backend for websites..not really a good idea. > > On Sat, May 14, 2011 at 4:57 PM, Raymon

Re: Model Glue

2011-05-14 Thread Russ Michaels
Access still has its uses and is perfectly good for basic data storage where an RDBMS is not needed or not available.If you do a lot of read/rwrite activity or it is ever accessed by multiple users, then it really isn't suitable for web use. Although nowadays there are better solutions than Access

Re: Model Glue

2011-05-14 Thread Raymond Camden
What datasources you can use is not a MG (or any framework normally) question. It depends on what CF supports. So Access should be fine. But - please - for the love of humanity - stop using Access ASAP. ;) On Thu, May 12, 2011 at 4:32 PM, Ken Hammond wrote: > > This question is probably for Ray

Re: Model Glue

2011-05-12 Thread Phillip Vector
>From my understanding, if it can be put into the CF Administrator, it can work. On Thu, May 12, 2011 at 5:32 PM, Ken Hammond wrote: > > This question is probably for Raymond but anyone feel free to answer.  What > database/datasources can be used with Model Glue?  I still use some MS > Access a

Re: model glue xml file

2009-12-18 Thread Dave Watts
> What keeps someone from loading up the model-glue XML file through their > browser? Nothing by default, I suppose. > How should you protect it? In general, there are three ways to prevent people from viewing things on your web server. 1. Don't place it in a web-accessible directory. Off the

Re: model glue xml file

2009-12-18 Thread Charlie Griefer
http://charlie.griefer.com/blog/index.cfm/2009/7/22/Securing-Your-XML-Config-Files:) On Fri, Dec 18, 2009 at 8:24 AM, Chad Gray wrote: > > What keeps someone from loading up the model-glue XML file through their > browser? > > How should you protect it? > > > ~

Re: model glue xml file

2009-12-18 Thread Dominic Watson
I use IIS / Apache to deny permission. While you're at it, you should probably deny remote access to /views, /model, /controller, etc.. Only allow public access to resources that are meant for it (images, css, js and index.cfm, etc). HTH Dominic 2009/12/18 Chad Gray > > What keeps someone fro

Re: model glue xml file

2009-12-18 Thread Tom Chiverton
On Friday 18 Dec 2009, Chad Gray wrote: > What keeps someone from loading up the model-glue XML file through their > browser? We've got global rules in our Apache config. that ban sending *.xml files, for instance. -- Helping to collaboratively harness turn-key principle-centered eyeballs as

Re: Model Glue - Global variables help?

2008-06-20 Thread Will Tomlinson
>HTH > >Dominic Works perfectly!! Thank you Dominic! Will ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: h

Re: Model Glue - Global variables help?

2008-06-20 Thread Dominic Watson
In your controller try: var Employee = GetModelGlue().GetBean("Employee"); This will then get your "Employee" bean through ColdSpring. HTH Dominic -- Blog it up: http://fusion.dominicwatson.co.uk ~| Adobe® ColdFusion® 8 sof

Re: Model-Glue & CrystalTech

2008-01-09 Thread Tom McNeer
Well, I did talk to CrystalTech. And it's almost certain that they will not downgrade to JVM 1.6. Which is probably understandable, given the fact that it would be of direct benefit to a small percentage of their CF customers. For my part, I've already removed a couple of clients from them, so I

Re: Model-Glue & CrystalTech

2008-01-08 Thread Tom McNeer
>From experience, I've seen timeouts like this happen during framework initiation on multiple hosting services (including CrystalTech) and on CF7 as well as CF8. It's one of the joys of working on shared servers. A lot gets stuffed into memory when Model-Glue, ColdSpring and Transfer or Reactor loa

Re: Model-Glue & CrystalTech

2008-01-08 Thread Dominic Watson
> > ColdFusion 8? Bet it's the Java 6 performance bug in the class loader... ColdFusion 8 it is yes and that sounds likely. It's all working without hitch now... I hope! Dominic ~| Adobe® ColdFusion® 8 software 8 is the most i

Re: Model-Glue & CrystalTech

2008-01-07 Thread s. isaac dealey
> ColdFusion 8? Bet it's the Java 6 > performance bug in the class loader... I need to remember that... I remember reading your blog about it but for some reason, it just didn't click when I read his post about having trouble getting MG started. The reason the error message changed might be becaus

Re: Model-Glue & CrystalTech

2008-01-07 Thread Sean Corfield
ColdFusion 8? Bet it's the Java 6 performance bug in the class loader... On 1/7/08, Dominic Watson <[EMAIL PROTECTED]> wrote: > I've just signed up with CrystalTech and uploaded one of my model-glue > sites. Eager to test it out I go to the URL and get, after some pause: > > > > A timeout occurre

Re: Model-Glue & CrystalTech

2008-01-07 Thread Steve Bryant
>No, the application is doing hardly anything at all (after getting passed >the MG init). Hm, perhaps I have missed something in transfering the site to >the new host. > >Thanks, > >Dominic > > > >> ~| Adobe® ColdFusion® 8 softwa

Re: Model-Glue & CrystalTech

2008-01-07 Thread Dominic Watson
No, the application is doing hardly anything at all (after getting passed the MG init). Hm, perhaps I have missed something in transfering the site to the new host. Thanks, Dominic On 07/01/2008, Crow T. Robot <[EMAIL PROTECTED]> wrote: > > add a cfsetting tag that increases the timeout, while

Re: Model-Glue & CrystalTech

2008-01-07 Thread Crow T. Robot
add a cfsetting tag that increases the timeout, while not directly fixing the problem, it should do the trick. BTW, I have had very few problems with this at CrystalTech in the several years I have been there. Then again, I usually try to steer away from long-running cfoutput loops or cfdumps in

Re: Model-Glue and Database Views

2007-09-27 Thread Brian Kotek
When you say you "get the same result", what does that mean? The named parameters error? Where is this error being thrown? Does VialMappingGateway extend another component? Do you have a setter for VialMappingGateway in your controller that ColdSpring can use to perform the dependency injection? I

re: Model Glue and Apache 2.2

2007-09-20 Thread Eric Roberts
Ok...I think I got the previous issue solved...but now I am back to my original error... Could not find the ColdFusion Component or Interface appname.controller.Controller. Ensure that the name is correct and that the component or interface exists.The error occurred in *C:\Inetpub\wwwroot\

RE: Model Glue and Apache 2.2 on windows xp pro

2007-09-20 Thread Eric Roberts
Yes...typo on my part Eric -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 10:34 AM To: CF-Talk Subject: Re: Model Glue and Apache 2.2 on windows xp pro On Thursday 20 Sep 2007, [EMAIL PROTECTED] wrote: > Could not find the ColdFus

Re: Model Glue and Apache 2.2 on windows xp pro

2007-09-20 Thread Tom Chiverton
On Thursday 20 Sep 2007, [EMAIL PROTECTED] wrote: > Could not find the ColdFusion Component or interface reactor.reactorfactory Shouldn't that have a capital F in factory ? -- Tom Chiverton Helping to adaptively leverage robust supply-chains on: http://thefalken.livejournal.com

Re: model-glue security action pack

2007-09-19 Thread Oğuz Demirkapı
Check the Litepost code. http://code.google.com/p/litepost/ Dinner wrote: > On 9/19/07, Jim Rising <[EMAIL PROTECTED]> wrote: > >> does anyone here have a working example of this in an application? i keep >> seeing references to it online, but have not found a complete example. >> > > >

Re: model-glue security action pack

2007-09-19 Thread Dinner
On 9/19/07, Jim Rising <[EMAIL PROTECTED]> wrote: > > does anyone here have a working example of this in an application? i keep > seeing references to it online, but have not found a complete example. I'm going to take Simon's security stuff and make one, eventually, since it sorta seems appropri

RE: Model Glue and Reactor

2007-09-06 Thread Eric Roberts
8:26 PM To: CF-Talk Subject: Re: Model Glue and Reactor Hey Eric, not sure if this is what you're after, but I've got this: /corps/mysuperproject/config/reactor/Reactor.x ml mysuperproject mysuperproject_dev

re: Model Glue and Reactor

2007-09-06 Thread Eric Roberts
Found the problem...the ormservice bean wasn't getting the pathToConfigXml from the reactorConfiguration bean. I added it as a construction-arg and it works fine now...or at least it loads. I haven't had the chance to try using reactor to access a db yet... Eric ~~~

Re: Model Glue and Reactor

2007-09-06 Thread Dinner
Hey Eric, not sure if this is what you're after, but I've got this: /corps/mysuperproject/config/reactor/Reactor.xml mysuperproject mysuperproject_dev mysql /corps/mysuperproject/model/data/reactor p

re: Model Glue and Reactor

2007-09-06 Thread Eric Roberts
OK...I hard coded the pathToConfigXML value as the default in the argument in the function in reactor/reactorfactory.cfc and it worked fine. So I am suspecting that it is not picking up the Coldspring.xml file properly or the finction call is not even trying to pass the pathToConfigXML argument at

Re: Model Glue and reactor

2007-09-04 Thread Brian Kotek
Yes, you tell it where the Reactor config file is in the Model-Glue ColdSpring XML file: /deli/config/reactor/Reactor.xml projectName dsnName mysql /path/to/save/reactorcfcs development On 9/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wro

RE: Model Glue and reactor

2007-09-04 Thread owner
We are down to this error: Not using an ORM adapter. You will not be able to do automatic database functions. Cause: Reactor failed to load: coldspring.beanCreationException : Bean creation exception during init() of reactor.config.config : An error occurred when performing a file operation read

RE: model glue

2007-08-30 Thread Andy Matthews
The MG site works for me, just an FYI. They might have recently switched hosting providers and you caught them in mid DSN flip. -Original Message- From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 1:06 PM To: CF-Talk Subject: Re: model glue It

Re: model glue

2007-08-30 Thread henry ho
http://www.nodans.com/index.cfm/Tutorials I learned MG from them. Good luck. ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Re: model glue

2007-08-30 Thread Cutter (CFRelated)
It's a little out of date, but there's an Adobe Connect preso that I did for the Nashville CFUG last year, that I know is available on UGTV Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.co

Re: Model Glue

2007-08-24 Thread Charlie Griefer
there's a web site. with forums. and a mailing list. http://model-glue.com/ http://model-glue.com/forums/ http://groups.google.com/group/model-glue altho the forums aren't looking too terribly popular :) On 8/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Since I know we have a few Mode

Re: Model Glue - Fusebox - Mach II ...... Looking for Opinions

2007-07-23 Thread Sean Corfield
On 7/23/07, Jason Fill <[EMAIL PROTECTED]> wrote: > I think we have pretty much decided that we are going to use ColdSpring to > take care of IoC. So let me throw this out, does any one of the frameworks > lend itself better to the use of ColdSpring, and possible Transfer or Reactor? They all w

Re: Model Glue - Fusebox - Mach II ...... Looking for Opinions

2007-07-23 Thread Sean Corfield
On 7/23/07, Jason Fill <[EMAIL PROTECTED]> wrote: > One concern is that a framework might add too much overhead to the > application because of the use of XML files etc. The only framework any of > the three has worked with is Fusebox(2 thru 5). All three frameworks have a "production" mode whe

Re: Model Glue - Fusebox - Mach II ...... Looking for Opinions

2007-07-23 Thread Brian Kotek
I also presented on this very topic at the Frameworks conference earlier this year. My slides and code are available for download: http://www.briankotek.com/blog/files/framework_agnostic_models_presentation_code.zip The takeaway should be that when your model is well architected and encapsulated,

Re: Model Glue - Fusebox - Mach II ...... Looking for Opinions

2007-07-23 Thread Cutter (CFRelated)
Jason, There is a fantastic sample app, called LitePost, that Matt Woodward, Peter Farrell, Chris Scott, and few others contributed to, that is available on GoogleCode. It's way undocumented, but basically it shows a simple blogging application. The 'Model' layer is a single set of CFCs, with

Re: Model Glue - Fusebox - Mach II ...... Looking for Opinions

2007-07-23 Thread Jason Fill
Thank you all for the input on this topic. I defiantly think that in the short term and to get started Fusebox would have the smallest learning curve - which would allow us to get going fairly quick. While that is great, our main goal here is to adopt a framework that will be flexible and grow

Re: Model Glue - Fusebox - Mach II ...... Looking for Opinions

2007-07-23 Thread JJ Cool
> I am looking for several opinions on all these frameworks and any > others. Currently we are trying to figure out which one(s) we need to > focus on evaluating so start a plan to port our current system into a > framework. Our current system is basically a ton of cfincludes with > the data

RE: Model Glue - Fusebox - Mach II ...... Looking for Opinions

2007-07-23 Thread Peterson, Chris
I will throw my $.02 towards model-glue:Unity. I have been doing OO based .cfc's now for several years, and MG:U really clicked with me. You have your model (which is basically events setup that fire off controller message-listeners). The model simply says 'ok, I have a request for something call

Re: Model Glue - Fusebox - Mach II ...... Looking for Opinions

2007-07-23 Thread John Paul Ashenfelter
If everyone's worked with Fusebox, why not just pick Fusebox? There's always a lot of concern over performance and frameworks -- bluntly, unless you're doing *phenomenal* transaction volume with very tight time tolerances, the framework shouldn't be an issue. Scaling out horizontally or vertically

Re: Model Glue - Fusebox - Mach II ...... Looking for Opinions

2007-07-23 Thread C. Hatton Humphrey
On 7/23/07, Jason Fill <[EMAIL PROTECTED]> wrote: > I am looking for several opinions on all these frameworks and any others. I'm basically in the same boat and have decided to work with Fusebox. I'd love to hear thoughts/experiences on this topic too!

RE: Model Glue - Fusebox - Mach II ...... Looking for Opinions

2007-07-23 Thread Leitch, Oblio
I've been working with FB recently, and what I wish I could do is create functions like we do fuseactions, and be able to use them in the includes. -Original Message- From: Jason Fill [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 11:26 AM To: CF-Talk Subject: Model Glue - Fuseb

Re: Model-Glue and Form handling

2007-07-09 Thread Yves Arsenault
al Message- > From: Dinner [mailto:[EMAIL PROTECTED] > Sent: Friday, July 06, 2007 1:59 PM > To: CF-Talk > Subject: Re: Model-Glue and Form handling > > Ah, I see you'd said it was in the HTML. > > Hmm... All I can think is cfdump dump dump. Or try out the new >

RE: Model-Glue and Form handling

2007-07-06 Thread Doug Arthur
That's how I see your code bringing you to your Home event. - Doug -Original Message- From: Dinner [mailto:[EMAIL PROTECTED] Sent: Friday, July 06, 2007 1:59 PM To: CF-Talk Subject: Re: Model-Glue and Form handling Ah, I see you'd said it was in the HTML. Hmm... All I can

Re: Model-Glue and Form handling

2007-07-06 Thread Dinner
Ah, I see you'd said it was in the HTML. Hmm... All I can think is cfdump dump dump. Or try out the new debugger for cf8, perhaps? ;-) It probably is something "right there"... hmm... you can try on the model-glue list on googlegroups, for more MG eyes on the type, so to speak. =] On 7/5/07,

Re: Model-Glue and Form handling

2007-07-05 Thread Yves Arsenault
Thanks for the reply. I actually had the entire form wrapped in s When I look at the source, I see action="index.cfm?event=LogonAttempt" Yves On 7/5/07, Dinner <[EMAIL PROTECTED]> wrote: > > Might be as simple as you forgot to wrap the #'s with s. > > Happens to me quite often*- just view

Re: Model-Glue and Form handling

2007-07-05 Thread Dinner
Might be as simple as you forgot to wrap the #'s with s. Happens to me quite often*- just view the source, using firebug or whatnot, and verify that it is sticking the correct URL in there. *I used to wrap the whole page in a . Now I don't. Thus... habits. HIH :D On 7/5/07, Yves A wrote: > >

RE: Model-Glue Group Q

2007-06-01 Thread Peterson, Chris
efore I spend a lot of time building, only to find out I should have done it differently =) Thanks in advance! Chris Peterson (Justice) -Original Message- From: Jon Clausen [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 3:51 PM To: CF-Talk Subject: Re: Model-Glue Group Q Chri

Re: Model-Glue Group Q

2007-06-01 Thread Michael Dinowitz
There is a House of Fusion Model Glue list, but it's very quiet. http://www.houseoffusion.com/groups/model-glue/ On 6/1/07, Sixten Otto <[EMAIL PROTECTED]> wrote: > > Chris Peterson wrote: > >The google group for MG is pretty darn quiet! > > Do you mean this group (which is the one linked from the

Re: Model-Glue Group Q

2007-06-01 Thread Jon Clausen
--- > From: Sixten Otto [mailto:[EMAIL PROTECTED] > Sent: Friday, June 01, 2007 3:07 PM > To: CF-Talk > Subject: Re: Model-Glue Group Q > > Chris Peterson wrote: >> The google group for MG is pretty darn quiet! > > Do you mean this group (which is the one linked from the

RE: Model-Glue Group Q

2007-06-01 Thread Peterson, Chris
keep on sloggin =) Chris -Original Message- From: Sixten Otto [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 3:07 PM To: CF-Talk Subject: Re: Model-Glue Group Q Chris Peterson wrote: >The google group for MG is pretty darn quiet! Do you mean this group (which is the o

RE: Model-Glue Group Q

2007-06-01 Thread Damien McKenna
> -Original Message- > From: Sixten Otto [mailto:[EMAIL PROTECTED] > Sent: Friday, June 01, 2007 3:07 PM > Subject: Re: Model-Glue Group Q > > http://groups.google.com/group/model-glue > http://groups.google.com/group/ModelGlue Two groups? I guess it's twi

Re: Model-Glue Group Q

2007-06-01 Thread Sixten Otto
Chris Peterson wrote: >The google group for MG is pretty darn quiet! Do you mean this group (which is the one linked from the framework's site), and has definitely been getting a steady trickle of traffic for the few days I've been on it? http://groups.google.com/group/model-glue Or this other

Re: Model-Glue application behaving badly when moved to staging server

2007-05-01 Thread Jon Clausen
Ah. What happens when you comment out the tags? Apache has a module called mod_cache (http://httpd.apache.org/docs/ 2.2/mod/mod_cache.html). You might check to see that the settings are the same on both servers - especially the "CacheStoreNoStore" setting which overides the cachin

Re: Model-Glue application behaving badly when moved to staging server

2007-05-01 Thread npetersn
Jon, Thanks for your reply... I initially didn't think this problem had much to do with Model-Glue but then I examined the debug output and saw that the default event is being fired multiple (i.e. more than once) times (the default event is where the session objects are being instantiated),

Re: Model-Glue application behaving badly when moved to staging server

2007-05-01 Thread Jon Clausen
Nate, I don't think it's a Model Glue related issue based on the browser- specific issues you are encountering.At first blush it sounds like a Web Server configuration issue or maybe something with the handling of cfide/cftoken variables. Are you using SSL at all on the staging server?

RE: Model-Glue application behaving badly when moved to staging server

2007-05-01 Thread Peterson, Chris
I would update the laptop to the same version as the staging server before debugging further, you may be just wasting your time on something fixed in a hot fix already... Chris -Original Message- From: Nate Petersen [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 01, 2007 3:52 PM To: CF-Ta

Re: Model-Glue Form Validation

2007-03-21 Thread Tom McNeer
Hi Rob, I don't there's anything at all wrong with the way you're handling things now. Depending on how simple/complex your application will be, you might want to extract some functionality to encapsulate it. For instance, if you're using your validation CFC, you're creating an instance and passing

RE: Model-Glue Form Validation

2007-03-21 Thread Robert Rawlins - Think Blue
rn a little more about how exactly I could implement your bean method. I'd love to hear more, Thanks Tom, Rob -Original Message- From: Tom McNeer [mailto:[EMAIL PROTECTED] Sent: 20 March 2007 17:54 To: CF-Talk Subject: Re: Model-Glue Form Validation I'd say the overall answer

Re: Model-Glue Form Validation

2007-03-20 Thread Tom McNeer
I'd say the overall answer is the standby: "It depends." There's nothing wrong with using the CFC you mentioned, if it still suits your needs. One of the frequently used features of Model-Glue (or Mach-II, for that matter) is the ability to automagically populate a bean from a form submission. Th

Re: Model-Glue (Unity) and Reactor

2007-03-13 Thread Dana Kowalski
did you try the docs that came with model glue unity? There was a folder of documentation, if you run the index.html it has a nifty quickstart guide. I just tried it on my dev server and got it and a test app setup in under 5 minutes :) ~~

Re: Model-Glue - moving stuff outside the webroot

2007-02-02 Thread Stephen Collins
Teddy, Thanks a bunch for the advice! >I would recommend subscribing to the model-glue miling list. The one on Google Groups? Or another? >The answer to your question would be to open the index.cfm from your default >template. In the comments are the brief instructions on how to relocate >your

Re: Model-Glue - moving stuff outside the webroot

2007-02-02 Thread Stephen Collins
Teddy, Thanks a bunch for the advice! >I would recommend subscribing to the model-glue miling list. The one on Google Groups? Or another? >The answer to your question would be to open the index.cfm from your default >template. In the comments are the brief instructions on how to relocate >your

Re: Model-Glue - moving stuff outside the webroot

2007-02-02 Thread Teddy Payne
Stephen, I would recommend subscribing to the model-glue miling list. The answer to your question would be to open the index.cfm from your default template. In the comments are the brief instructions on how to relocate your configuration files to places outside of your webroot. You can relocate

Re: Model Glue Unity tutorial?

2006-10-09 Thread Denny Valliant
ough and I'll walk through it. > > andy matthews > web developer > certified advanced coldfusion programmer > ICGLink, Inc. > [EMAIL PROTECTED] > 615.370.1530 x737 > --//-> > > -Original Message- > From: Raymond Camden [mailt

RE: Model Glue Unity tutorial?

2006-10-09 Thread Andrew Scott
: 0404 998 273 -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Tuesday, 10 October 2006 4:11 AM To: CF-Talk Subject: RE: Model Glue Unity tutorial? Ray... Your tute doesn't address either Coldspring or Reactor though does it? I'm liking the idea behind

Re: Model Glue Unity tutorial?

2006-10-09 Thread Raymond Camden
--//-> > > -Original Message- > From: Raymond Camden [mailto:[EMAIL PROTECTED] > Sent: Monday, October 09, 2006 9:26 AM > To: CF-Talk > Subject: Re: Model Glue Unity tutorial? > > > I'm a bit biased - but I would say it is worthwhile. Remember t

RE: Model Glue Unity tutorial?

2006-10-09 Thread Andy Matthews
riginal Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 9:26 AM To: CF-Talk Subject: Re: Model Glue Unity tutorial? I'm a bit biased - but I would say it is worthwhile. Remember that MG2 is backwards compat, so I think there is still value in my tutorial.

RE: Model Glue Unity tutorial?

2006-10-09 Thread Andy Matthews
-Talk Subject: Re: Model Glue Unity tutorial? There are many aspects to Model-Glue that can be carried over. Ray Camden's example app will give you a sense of the flow of a Model-Glue application. The documentation in the Model-Glue is actually pretty good for explaining views, forms, fo

Re: Model Glue Unity tutorial?

2006-10-09 Thread Nick Tong - TalkWebSolutions.co.uk
gt; Sent: Monday, October 09, 2006 9:01 AM > To: CF-Talk > Subject: Re: Model Glue Unity tutorial? > > > Did you work through everything in the docs? > > On 10/9/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > > So I'm walking through Ray's MG tute, but it&

Re: Model Glue Unity tutorial?

2006-10-09 Thread Teddy Payne
om: James Holmes [mailto:[EMAIL PROTECTED] > Sent: Monday, October 09, 2006 9:01 AM > To: CF-Talk > Subject: Re: Model Glue Unity tutorial? > > > Did you work through everything in the docs? > > On 10/9/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > > So I&

Re: Model Glue Unity tutorial?

2006-10-09 Thread Raymond Camden
-//-> > > -Original Message- > From: James Holmes [mailto:[EMAIL PROTECTED] > Sent: Monday, October 09, 2006 9:01 AM > To: CF-Talk > Subject: Re: Model Glue Unity tutorial? > > > Did you work through everything in the docs? > > On 10/9/06, A

RE: Model Glue Unity tutorial?

2006-10-09 Thread Andy Matthews
One last question about this. If I'm going to jump straight into Unity, should I bother going through Ray's Photo Gallery tutorial? -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 9:01 AM To: CF-Talk Subject: Re: Model Glue Unit

RE: Model Glue Unity tutorial?

2006-10-09 Thread Andy Matthews
Working on it. Just trying to get set up for when I'm done. I'm trying to decide if I'm going to be able to use this framework for an upcoming project. -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Monday, October 09, 2006 9:01 AM To: CF-Talk Sub

Re: Model Glue Unity tutorial?

2006-10-09 Thread James Holmes
Did you work through everything in the docs? On 10/9/06, Andy Matthews <[EMAIL PROTECTED]> wrote: > So I'm walking through Ray's MG tute, but it's for the previous version of > MG and it appears that there are some significant differences between Unity > and the previous version. -- CFAJAX docs

Re: Model-Glue docs

2006-07-24 Thread Damien McKenna
On Jul 21, 2006, at 9:12 PM, Michael Dinowitz wrote: > Is there a single PDF with all of the model-glue docs in it? The > model-glue site has a robohelp type documentation setup that kind > of sucks for printing. http://svn.model-glue.com/trunk/documentation/Model-Glue.doc -- Damien McKenna

Re: Model Glue Unity - Reactor

2006-06-18 Thread Joe Rinehart
Weird, it's up here. If you get mg:u from model-glue.com, reactor is in the .zip. -Joe On 6/17/06, Alan Rother <[EMAIL PROTECTED]> wrote: > Hey, does anyone have a copy of reactor? I tried going and getting one but > the reactor site is down. > > > > > -- > Alan Rother > Macromedia Certified Adv

Re: Model Glue Unity - Reactor

2006-06-18 Thread Nick Tong - TalkWebSolutions.co.uk
there is a version in the quick starts on my site http://succor.co.uk - go for the FBR version as that has the latest Reactor version. On 17/06/06, Alan Rother <[EMAIL PROTECTED]> wrote: > Hey, does anyone have a copy of reactor? I tried going and getting one but > the reactor site is down. > > >

Re: model-glue editor

2006-06-13 Thread dave
ty ~Dave - formerly known as "the disruptor"~ From: "Joe Rinehart" <[EMAIL PROTECTED]> Sent: Tuesday, June 13, 2006 10:26 AM To: CF-Talk Subject: Re: model-glue editor Hey Dave, Try XMLBuddy - the free version makes it eas

Re: model-glue editor

2006-06-13 Thread Joe Rinehart
t; ~Dave - formerly known as "the disruptor"~ > > > From: [EMAIL PROTECTED] > Sent: Tuesday, June 13, 2006 2:40 AM > To: CF-Talk > Subject: Re: model-glue editor > > > So I dove into mg but the thing I immediately found w

Re: model-glue editor

2006-06-13 Thread Matt Williams
ruptor"~ > > > > ---- > > From: [EMAIL PROTECTED] > > Sent: Tuesday, June 13, 2006 2:40 AM > > To: CF-Talk > > Subject: Re: model-glue editor > > > > > So I dove into mg but the thing I immediately found was th

Re: model-glue editor

2006-06-13 Thread Mark Drew
t; ~Dave - formerly known as "the disruptor"~ > > > From: [EMAIL PROTECTED] > Sent: Tuesday, June 13, 2006 2:40 AM > To: CF-Talk > Subject: Re: model-glue editor > > > So I dove into mg but the thing I immediately found w

Re: model-glue editor

2006-06-13 Thread dave
well i'll be damned! I wished it closed them tho but thats a good start :) ~Dave - formerly known as "the disruptor"~ From: [EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 2:40 AM To: CF-Talk Subject: Re: model-glue editor > So I do

Re: model-glue editor

2006-06-12 Thread massimo
> So I dove into mg but the thing I immediately found was that dw nor cfe > has any code hints in them For DW, get the DTD from MG's distro. Then: Edit > Tag Libraries > + DTD or Schema > Import XML DTD Massimo ~| Message: http

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 Subject: Re: model-glue on shared servers I have a 'MGR&#x

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: http://www.houseoffusion.com/lists.cfm/link

Re: model-glue on shared servers

2006-05-22 Thread Nick Tong - TalkWebSolutions.co.uk
! haha > > ~Dave the disruptor~ > > > From: "Mike Kear" <[EMAIL PROTECTED]> > Sent: Monday, May 22, 2006 3:24 AM > To: CF-Talk > Subject: Re: model-glue on shared servers > > The docs for Model-Glue and for Reactor lag behind the product somewhat.

Re: model-glue on shared servers

2006-05-22 Thread dave
thanks mike, i will look over these in am. Don't worry, it WONT be running on iis, you should know that by now!! haha ~Dave the disruptor~ From: "Mike Kear" <[EMAIL PROTECTED]> Sent: Monday, May 22, 2006 3:24 AM To: CF-Talk Subje

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-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 Subject: Re: model-glue on shared servers

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

  1   2   >