Date: 2004-08-02T07:29:37 Editor: HowardLewisShip <[EMAIL PROTECTED]> Wiki: Jakarta HiveMind Wiki Page: PojoServices URL: http://wiki.apache.org/jakarta-hivemind/PojoServices
no comment Change Log: ------------------------------------------------------------------------------ @@ -27,3 +27,6 @@ Interceptor support should be extended to support both POJOs (without final methods) and interfaces. This can be achieved by switching from inheritance to composition. For example a LoggingInterceptor shouldn't specialize AbstractLoggingInterceptor but hold a reference to a LoggingInterceptor (non abstract counterpart of AbstractLoggingInterceptor) and delegate all the work to this instance. += 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
