Ticket #125 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 weeks ago

Replace session resource manager with stubBindingScopes::$SESSION

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

Description (last modified by mikey) (diff)

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

Changed 2 years ago by mikey

  • description modified (diff)

Changed 2 years ago by mikey

  • owner changed from schst to mikey

Changed 2 years ago by mikey

  • milestone changed from 0.6.0 to 0.7.0

Changed 2 years ago by mikey

  • status changed from new to assigned

Changed 2 years ago by mikey

stubBindingScopes::$SESSION implemented with r1390.

Todo:

  • Documentation
  • Remove session resource manager.

Changed 2 years ago by mikey

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

Changed 2 years ago by mikey

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

Documentation updated.

Note: See TracTickets for help on using tickets.