thanks for your replies, i have been through the documentation and lots of others good stuff such as Sean Corfield CF United presentation on Managing ColdFusion Components with Factories.
i understand now that a factory is a place that manages bean dependencies which allows for many benefits. from this i have also presumed that ColdSpring is essentially a factory itself (sorry i know i am not doing it justice by saying that, but im trying to talk in a basic form to make sure my understanding is correct) i have also concluded that seeing as coldsprings is a factory then i dont have to be creating custom factories unless i see a specific need to create seperate factories (e.g. for unit testing purposes). sorry but just wondering if it sounds to you guys whether i am getting this or whether i am not grasping it fully? also why is it that i have also seen people create and load a beanfactory into the application scope when coldsprings does this anyway (i understand they may do this if they have several bean factories but why if there is only one) thanks for your help richard On Sep 12, 4:48 pm, cs01rsw <[EMAIL PROTECTED]> wrote: > wow, thanks brian > > On Sep 12, 3:28 pm, "Brian Kotek" <[EMAIL PROTECTED]> wrote: > > > The common use of ColdSpring is to manage singletons in your application and > > to handle dependency resolution between your singletons. I added a > > "Quickstart Guide" to ColdSpring which we have put up on the new site. It > > may help explain things more > > clearly.http://www.coldspringframework.org/coldspring/examples/quickstart/ > > > On Fri, Sep 12, 2008 at 6:59 AM, cs01rsw <[EMAIL PROTECTED]> wrote: > > > > Hi > > > > i am finding it a bit difficult to understand the concept of the bean > > > factory, and understanding how it fits in, and how to create a use a > > > bean factory and the benefits of it. > > > > i have read dan wilson tutorial > > > >http://www.nodans.com/index.cfm/2007/3/14/So-you-want-to-create-a-Mod... > > > > and even though this shows me how to create a simple bean factory, it > > > doesnt really explain it in a way that i can really understand it. > > > > does anyone have any good tutorials on this > > > > thanks > > --~--~---------~--~----~------------~-------~--~----~ 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 . -~----------~----~----~----~------~----~------~--~---
