Ticket #40 (closed enhancement: fixed)

Opened 1 year ago

Last modified 11 months ago

Implement an inversion of control container

Reported by: schst Assigned to: schst
Priority: major Milestone: 0.3.0
Component: InversionOfControl Version: SVN-trunk
Keywords: Cc:

Description

Stubbles should provide an IOC, that resembles the container provided by Spring.

More information can be found at http://www.springframework.org/docs/reference/beans.html

The container should perfectly integrate with the @Inject annotation.

Change History

04/29/07 14:53:02 changed by schst

  • status changed from new to assigned.
  • type changed from defect to enhancement.

07/02/07 10:44:25 changed by mikey

  • milestone changed from 0.3.0 to 0.4.0.

08/04/07 00:31:06 changed by schst

Instead of using XML for the configuration (like Spring), we will implement something similar to Google Guice, which is configured programmatically.

08/14/07 21:49:44 changed by schst

  • milestone changed from 0.4.0 to 0.3.0.

An alpha/beta version will be available in version 0.3.0, the current code can be found at trunk/src/main/php/net/stubbles/ioc/injection

08/15/07 16:38:19 changed by mikey

This feature is a requirement for ticket #62.

08/19/07 16:20:12 changed by schst

  • status changed from assigned to closed.
  • resolution set to fixed.

The basic injection features are now available. The public API is not supposed to be changed a lot, so this feature can be leveraged in other parts of Stubbles.

All features requests and bugs should go into new tickets.