Service framework

  • Simplify initialization sequence - no more init(Object), just start(), init(), shutdown()
  • system property repository in the broker, for the services that *really* need to use ServletConfig or RunData
  • getRealPath/getResourceAsStream for the use in the services in the broker
  • initialization of the broker needs to be refactored - logic for that should moved from TurbineServices into BaseServiceBroker