Search Blog

Recent Comments
Re: Stats plugin ported to Model-Glue (by J.mihai at 12/14 8:52 AM)
Re: CFC DAO Generator (by rui at 7/04 5:42 AM)
Re: Updates to the DAO, Bean and Gateway generator (by rui at 7/04 4:49 AM)
Re: CFC DAO Generator (by fwscott at 6/22 7:03 PM)
Re: CFC DAO Generator (by dan at 6/22 12:38 PM)
Re: Trip to Thailand (by fwscott at 3/27 2:10 AM)
Re: CFC DAO Generator (by fwscott at 3/27 2:03 AM)
Re: CFC DAO Generator (by Garry Harstad at 3/26 12:30 PM)
Re: Trip to Thailand (by Niqui Merret at 3/23 4:51 PM)
Re: Adding a blogger ping utility to BlogCFM (by fwscott at 2/20 9:01 PM)
Categories
Annoucements (1 entries)
BlogCFM (3 entries)
CFC Generator (5 entries)
Coldfusion (11 entries)
Fusebox (2 entries)
Greasemonkey (1 entries)
Misc (3 entries)
Archives
November 2005 (2 entries)
October 2005 (1 entries)
August 2005 (1 entries)
July 2005 (4 entries)
June 2005 (5 entries)
May 2005 (7 entries)

Powered by
BlogCFM v1.01

November 2005
CF_Implements improved!
Very close to pseudo interfaces for Coldfusion CFCs.

Did some rework on the CF_Implements tag.  Now it allows you to take the interface type for a function call.  It still has some issues working with multiple inheritance with each sub level of inheritance implementing interfaces and/or multiple inheritance of interfaces.  If anyone would like to help with this... let me know.

Please only use in a testing environment for now... sometimes it acts weird.

Also I decided to do away with the CFC version, it didnt make sense to me calling a CFC to run a tag like keyword.

I put up a page to show you how the CF_Implements could be used, you can see it working live here.

You can download the tag from here , remember to copy it into your CustomTags directory.

Enjoy
Posted by fwscott at 8:02 PM | Comments (0)
November 2005
CF_Implements
I got bored last night and decided I would try to come up with a way to have an "Implements" keyword in ColdFusion.
Posted by fwscott at 5:07 PM | Comments (0)