Hi, I created cfcPowerTools code generator.  I focused a lot of my
development effort in making sure cfcPowerTools does not tread on the
developer's way of creating CFCs.

Basically, my cfcPowerTools is a series of related functionality for
interacting with a CFC and its environment.  My cfcPowerTools comprise
the ability to generate a CFC, build database table, dynamically
generate data entry form, as well as the plumbing that moves data
between data entry forms and database table (SQL Insert, Update,
Delete, statements).  My cfcPowerTools supports roundtrip editing
which means you can use my tool to create/modify a CFC.  You can also
open the CFC in your favorite editor to make manual changes and my
cfcPowerTools will acknowledge those changes.

You can use cfcPowertools to generate CFCs and not use the database or
data entry form functionality.  Basically, I've extended CFCs with the
ability for the CFC to generate its own database and data entry forms.
 If you choose to use database table generation and/or data entry form
generation, then there is some structure that is put into place within
the CFC to accommodate that functionality.  I realize some developers
prefer not to have constraints placed upon them.  Yet, other
developers will like ability for a cfc to create it's own database
table and data entry form.  My goal is to make the smallest footprint
possible on the CFC to accommodate the functionality described above.

I'm wrapping up my cfcPowerTools application and I hope to have more
information on my application on my site soon.

Thanks -
 
Tom Schreck
[EMAIL PROTECTED]
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at 
[EMAIL PROTECTED]

Reply via email to