You could also say that CFC is a CF term while bean is more of a java term.functionally they are similar. I think the main reason you see them used interchangeably is the fact that CF and Java are very commonly used together, so the lines get a little blurred.
Eric _____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Wilson Sent: Wednesday, September 10, 2008 10:12 AM To: [email protected] Subject: [Model-Glue] Re: difference between bean and cfc Richard, The two are often used interchangably. A bean is just an object with getters and setters. So every cfc isn't necessarily a bean, but pretty much all beans (in ColdFusion) are cfc. In practical usage, however, either bean or cfc might be used to simply refer to an object. DW On Wed, Sep 10, 2008 at 11:07 AM, cs01rsw <[EMAIL PROTECTED]> wrote: Hi, i have noticed that some people use the name bean and some use CFC, is there actually a difference or do they mean the same thing? thanks richard -- "Come to the edge, he said. They said: We are afraid. Come to the edge, he said. They came. He pushed them and they flew." Guillaume Apollinaire quotes --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en For more about Model-Glue, check http://www.model-glue.com . -~----------~----~----~----~------~----~------~--~---
