While in the process of generating documentation for Metro (using Mark Mandel's excellent Colddoc), I realized that I am generally remiss about using hint. Therefore, I embarked on a mission of adding hints to the Metro library. During the course of this exercise, I chose to re-factor a few items that I wasn't completely happy with. The result is Metro 0.3.1.
Entries Tagged as 'ColdSpring'
Using Metro - Creating Concrete Services and Gateways
Metro , Transfer , ColdFusion , ColdSpring 1 Comment »In my brief introduction to Metro, I provided some cursory configuration details. Today, I'll describe portions of the included sample security package to demonstrate how to integrate Metro and leverage the simple User, Role, Permission model. Since Metro is designed specifically for use with Transfer ORM, we'll need to set up a database, dsn and configure Transfer and ColdSpring for this demo.
Introducing Metro - A Transfer ORM Service Factory and More...
Metro , Transfer , Ideas , ColdFusion , ColdSpring 5 Comments »Working With Transfer ORM - Transfer Transaction Advice
Transfer , Database , ColdSpring 1 Comment »Maintaining referential integrity in your database is a good thing. Any decent RDBMS will include ACID (Atomicity, Consistency, Isolation, Durability) transaction support for ensuring consistency and recoverability of your database. With the Transfer ORM Transaction object, one can apply transactions easily to a Service or Gateway. Here's how one can use it to wrap all "save" and "delete" methods for a Service.
Recent Comments