Ticket #125 (closed enhancement: fixed)

Opened 7 months ago

Last modified 6 months ago

Replace session resource manager with stubBindingScopes::$SESSION

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

Description (Last modified by mikey)

The features provides by the session resource manager can also be provided by a new binding scope within the IoC container, which makes sense as it is used anyway. Therefore a new binding scope stubBindingScopes::$SESSION should be introduces which takes care of providing the same features as the session resource manager.

Enhancement #97 is a prerequisite for this.

Change History

02/25/08 16:59:37 changed by mikey

  • description changed.

02/25/08 16:59:46 changed by mikey

  • owner changed from schst to mikey.

02/26/08 01:17:35 changed by mikey

  • milestone changed from 0.6.0 to 0.7.0.

02/29/08 18:46:41 changed by mikey

  • status changed from new to assigned.

02/29/08 19:25:28 changed by mikey

stubBindingScopes::$SESSION implemented with r1390.

Todo:

  • Documentation
  • Remove session resource manager.

03/03/08 13:33:45 changed by mikey

Session resource manager removed with r1391, resource handling in XML/XSL view engine and examples updated with r1392.

03/03/08 13:50:03 changed by mikey

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

Documentation updated.