On Tue, Feb 24, 2009 at 3:23 PM, Monica wrote: ... > mappings). CF is also not allowed to write to the file system (is > this an issue? this is why I can't use a current version of > Fusebox). This is not a shared host and I can't change any of these > factors. It's just how it is. But I'd still like to use a framework.
You will /have/ to write to the file system *somewhere* if you wish to use ColdSpring, or Reactor, or Model-Glue Scaffolding. Or MG, I guess. ;) ColdSpring is the only one that's required for MG, as far as I know. For ColdSpring, if you cannot create a mapping (what about per-application mappings? Are you on CF8? These are swell, if so), I've got a hacked up version that lets you specify where you want the temporary files to be written. Generally it's fine even pointing at a temp directory, and CF *must* have some type of filesystem write capabilities, as far as I know, somewhere (what happens if you try to write a file using getTempDirectory()?), so you could use the same place, probably. I've even have a hacked up version of Reactor that lets you specify the "temp" project directory path, although it's much cleaner to use a mapping (I haven't put the code anywhere where others could hurt themselves with it, but if you need it, I have it, and it *seems* to be working =]). Basically you *really* want to be able to do some mappings, and per-application are a *awesome* way of doing mappings, so if you're not on CF8, maybe you could convince your IT folks to move to it, or to Railo (Railo is a speed demon!). I've got most of our MG (tho they are MG3 now) applications deployed on a cluster that has read-only access to the application code, so I've been down that road, at least, if you need more help there. Good Luck, and may the Force Be With You! :Denny -- Where there is a will, there is a way -someone said one day --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en For more about Model-Glue, check http://www.model-glue.com . -~----------~----~----~----~------~----~------~--~---
