Model-Glue 2 is Here!

The title says it all. You can now grab the 2.0 version of Model-Glue from the new shiny website at:

http://www.model-glue/com

I'm going to do a few MG 2 blog posts once I return from CFUNITED.

Along with MG 2 for ColdFusion, Joe has released a version of Model-Glue for Flex. I've yet to have a chance to play with this, but I'm pretty darn excited. I'm still a newbie at Flex and I could really use some guidance!

Comments

Jimmy's Gravatar This is excellent news! I've really gotten into Model-Glue in the past month or so and the community of people making blog posts, tutorials and hanging on the message boards are really helping me out! Keep up the good work!
# Posted By Jimmy | 6/26/07 11:39 AM
Tony Garcia's Gravatar So it looks like MG 1.1 will no longer be supported?
# Posted By Tony Garcia | 6/26/07 3:44 PM
Raymond Camden's Gravatar By support do you mean bug fixes?
# Posted By Raymond Camden | 6/27/07 5:48 AM
Tony Garcia's Gravatar Yes, and just the fact that I can't find any download links for 1.1 on the new site. It's not a big deal, really, since I pretty much decided I'll be looking into MG2 anyway (it's just that having to learn Coldspring and Reactor and be a bit intimidating for a framework newb like me and version 1.1 seemed more "manageable").
# Posted By Tony Garcia | 6/27/07 12:25 PM
Raymond Camden's Gravatar The link to MG 1 will be restored. I spoke to Joe about it. As for when - I'm guessing post CFUNITED.
# Posted By Raymond Camden | 6/28/07 6:29 AM
Raymond Camden's Gravatar Tony, to be clear, you do not have to learn ColdSpring or Reactor or Transfer. It may help, but you have no real need to.
# Posted By Raymond Camden | 7/2/07 5:08 PM
Tony Garcia's Gravatar After playing with MG2 for a bit, I'm realizing that you're right -- it's not really necessary to learn the other frameworks. But then again, the more I'm seeing what Coldspring can do, the more I WANT to learn about it :-)
# Posted By Tony Garcia | 7/9/07 9:57 AM
Raymond Camden's Gravatar Cool. And I want to be sure I was clear on this - you SHOULD take time to learn ColdSpring, Transfer, and Reactor. But you don't need to, and if you are just learning MG, I'd keep things simple at first. It's all about the baby steps.
# Posted By Raymond Camden | 7/9/07 10:03 AM
Francis's Gravatar Ray, is there a security issue in having modelglue.xml viewable in the browser?. For e.g, I can view the modelglue.xml for your cfcookbook site.
# Posted By Francis | 8/29/07 11:46 AM
Raymond Camden's Gravatar Yep, it should be blocked. I just never got around to it. :)k
# Posted By Raymond Camden | 8/29/07 12:05 PM
Francis's Gravatar Any idea how?.
# Posted By Francis | 8/29/07 2:28 PM
Raymond Camden's Gravatar Actually, I think you can use this, from index.cfm in the default app:

   <cfset ModelGlue_CORE_CONFIG_PATH = expandPath("/modelglue/unity/config/Configuration.xml") />


Try changing it to another file. Of course, that just obscures it. It would be easier to use your web server and just block the entire config folder.
# Posted By Raymond Camden | 8/29/07 2:53 PM
Francis's Gravatar I just took the read permission from config folder and that took care of it. Thx.
# Posted By Francis | 8/30/07 11:31 AM
Richard Banister's Gravatar Hi Ray,

I have been toying with MG:U and like what I see. However, in my workplace we support applications of different branches that rely upon each other. So we would like to call classes of related apps to reduce redundency. Does MG support calling components of other MG apps?
# Posted By Richard Banister | 11/19/07 6:22 PM