The term "bean" simply means that the object has getters and setters for its
properties. So if you have a CFC with a firstName and lastName property, if
the CFC has getFirstName(), setFirstName(), getLastName(), setLastName()
methods, it is a bean.
The term comes from a Java pattern, and it was created so that Java tools or
frameworks always can interact with a Java object via getters and setters
that follow this naming convention. As long as the object follows this
convention, the Java tools have a known way to manipulate it.

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
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 .
-~----------~----~----~----~------~----~------~--~---

Reply via email to