Hi

after writing the previous email, we had a look at your example
ContactManagerMG again and think it all became clear

in our subject services, dao, and gw, they all require an instance of
a subject to be passed to them. therefore we should create a
SubjectBean.cfc which contains all the getters and setters that
actually create the instance of the subject object that will be passed
to all of these functions. if we are correct then do you think it will
be good practice to put all the validation inside this SubjectBean as
well or keep them in their own validation cfc as we have right now

this does make alot of sense but do we have this right?

thanks for your help

richard

On Sep 10, 6:17 pm, cs01rsw <[EMAIL PROTECTED]> wrote:
> Hi
>
> thanks for all your comments, i was getting a little confused but you
> have now made it clear.
>
> richard
>
> On Sep 10, 4:11 pm, "Dan Wilson" <[EMAIL PROTECTED]> wrote:
>
> > 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 .
-~----------~----~----~----~------~----~------~--~---

Reply via email to