On 4/19/06, Jon Gunnip <[EMAIL PROTECTED]> wrote: > 1) Is there a way to make a bean "private" so that it can be used to > construct other beans, but is not accessible externally by getBean()?
Not as far as I know. > 2) I am using MachII and I think I would like to have one factory XML file > for my Model and one XML file for instantiating the Model components in my > Mach-II listeners. The factory for the Listeners would call getBean() on > the factory generated for the Model. I'm not sure what you're trying to do here - why would you have two factories? Your model should not know anything about ColdSpring. -- Sean A Corfield -- http://corfield.org/ Got frameworks? "If you're not annoying somebody, you're not really alive." -- Margaret Atwood
