Nathaniel Reed <[EMAIL PROTECTED]> writes: > For my application, I need to create an application-scoped singleton > class that implements the event notifier pattern. The Turbine services > framework seems to be perfect for this! > > Unfortunately, the documentation does not appear to address this. Any > advice?
It's not end user documentation, but the existing Service implementationss supply you with numerous examples (let's call it "developer documentation" ;). Clone your Service from an existing implementation, not forgetting entries from TurbineResources.properties. (I highly recommend having your Service supply default values for anything properties configured via TR.props.) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>