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

Monday, March 13, 2006

Mach-II/ColdSpring sample application

Looks like this is the month for Mach-II sample applications. Kurt Wiersma has put together a sample/starter application using Mach-II and ColdSpring. Dubbed "Appbooster", the application comes with a simple interface to manage users and roles. It demonstrates one way to build CRUD apps with Mach-II and ColdSpring. Check it out at http://jroller.com/page/kwiersma?entry=introducing_appbooster
Thursday, March 09, 2006

Sample Mach-II/Reactor Jumpstart application

I've been keeping my eye on the Reactor framework . Eventually I plan to implement a version of the Mach-II sample app using Reactor. Until I get around to it you can check out Dave Shuck's Mach-II/Reactor Jumpstart sample application. It features:

  • Reactor Factory and Reactor Gateway Factories as plugins in Mach-II
  • Application Logging and Session Tracking in the log files
  • Roles Based Security
  • Security Logging
  • Skinning

Thursday, March 02, 2006

ExitEventPlugin.cfc added to the Exchange

Matt Williams submitted the ExitEventPlugin.cfc to the Mach-II.info Exchange. Using the preEvent process, this plugin will create an Exit Event
variable for each public access event-handler in the mach-ii.xml file.
This means easier access to putting a link to an event in a view/display page.
It also means you don't have to define Exit Events in each event-handler. Check it out here.