Date: 2004-08-02T08:41:43 Editor: AchimHuegen <[EMAIL PROTECTED]> Wiki: Jakarta HiveMind Wiki Page: PojoServices URL: http://wiki.apache.org/jakarta-hivemind/PojoServices
no comment Change Log: ------------------------------------------------------------------------------ @@ -30,3 +30,8 @@ = Discussion = HowardLewisShip: '''-1''' !HiveMind already has a facility for creating POJOs (BeanFactory). However, !HiveMind is also supposed to be about ''best practices'' including coding to interfaces. I'm not interested in ''nice-to-haves'' I'm interested in '''specifically useful''' constructs. + + +AchimHuegen: The POJOs that a BeanFactory produces are no singletons (ignoring the caching) and can not be used for configuring another service. The POJOs itself can not be configured. Some of these problems could be solved by your "something nifty with translators" improvements in combination with PrototypeBeanFactory. So I would appreciate a +1 for PrototypeBeanFactory. + +If you don't want to include POJO services in the distribution, what about leaving the decision to support POJOs to the ServiceModel? The HiveMind user could still use POJOs if he really want to ignore the best practises by implementing a new service model. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
