The Open Anzo Project

Semantic Application Middleware

Ticket #191 (closed enhancement: fixed)

Opened 1 year ago

Last modified 9 months ago

Update ServiceContainer to only deal with components

Reported by: mroy Assigned to: mroy
Priority: critical Milestone: 3.0 milestone1
Component: openanzo Version: 3.0
Keywords: servicecontainer Cc:

Description

To reduce the complexity of the ServiceContainer, the distinction between Services, Backends, Endpoints and ServiceEndpoints? are being removed and now everything is a component. Startup and initialization can be ordered by setting an initOrder property on the service.

Change History

01/17/08 13:23:12 changed by mroy

(In [1270]) re #191
Simplify ServiceContainer to only deal with components and not the 4 different types of componenets.
Startup and initialization order is now based on an optional initOrder property, otherwise it is assumed no order is required.
reviewer ben

03/26/08 19:48:36 changed by simon

(In [2022]) re #191 Fixed typo in initorder comparator

03/31/08 10:19:35 changed by mroy

  • status changed from new to closed.
  • resolution set to fixed.
Copyright © 2007 - 2008 OpenAnzo.org