Home| faqs| resources| exchange| about
Previous Posts
Archives
Log In
Username:

Password:
 
Forgot your password?
Register now >>
Sponsored by
Tracking Tools

On the bookshelf... Bookshelf unavailable

Powered with CFMX

Tuesday, October 09, 2007

Mach-II v1.5 is in the wild

Congrats to the Mach-II team for releasing v1.5 of the Mach-II framework. This latest version includes

* XML Includes
* Modules
* Subroutines
* Command Enhancements
* New Mach-II Property Datatype Support
* New URL Management Features
* Bindable Property Placeholder Support with Parameters

For more info on the new features, check out this document. To download the bits go here.
Wednesday, August 15, 2007

It's almost here!

We're getting closer and closer to the next release of Mach-II. The Mach-II Team announced the availability of Mach-II 1.5 Release Candidate 1. You can grab the RC bits from here.
Tuesday, July 03, 2007

Mach-II site gets an extreme makeover

In case you haven't noticed, the Mach-II website has undergone an extreme makeover. Congrats to Team Mach-II for a great looking site. While you're there, you should definitely check out the Mach-II v1.5 beta 1 download. There's lot of goodies in there including:

* XML Includes
* Modules
* Subroutines
* Command Enhancements
* New Mach-II Property Datatype Support
* New URL Management Features
* Bindable Property Placeholder Support with Parameters

For more info on the new features, go here.
Wednesday, March 28, 2007

Updates to Who's Using Mach-II list

Looks like Mach-ii development is going strong. I added 4 new sites to the Who's Using Mach-II list:Check out the full list.
Tuesday, December 05, 2006

Sample Application Updated

I released an update to the Mach-II.info Sample Application. Mainly this was to a bring it up to date with the latest framework syntax:
  • removed CFCInvoker_Event in favor of default invoker
  • use contentArg instead of contentKey
  • use resultArg instead of resultKey
  • use new command instead of custom RedirectFilter.cfc
I also did some re-organizing by creating a "controllers" directory and moving all the listener CFCc from the "model" directory to that new directory. I did this to clarify the separation between the framework and the model (which should be portable to other frameworks). You can browse the CFCDocs of the application here.