In my mind a bean contains not only methods, but also attributes to internally store data. If a CFC just has some doFoo() and getLotsOfBar(), then its simply a CFC.
If a CFC has setFName() and setLName() and getFullName() (which inspects its internal variable structure and returns getFName() & ' ' & getLName(), or something like that) - then I would see it as a bean. Most of the time, in my head, a bean represents a concrete object with attributes and actions that it can take. </ramble mode off> Chris Peterson 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 > > > -- Hey! I dont tell you how to tell me what to do, so dont tell me how to do what you tell me to do! ~ Bender (Futurama) --~--~---------~--~----~------------~-------~--~----~ 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 . -~----------~----~----~----~------~----~------~--~---
