Results 1 to 1 of 1

Thread: Spring Python 1.1 book errata

  1. #1
    Join Date
    May 2008
    Posts
    3

    Default Spring Python 1.1 book errata

    p. 39 ApplicationContext will invoke after_properties_set()...

    The container will not call after_properties_set() on a newly created object if the configuration defines it to be lazily instantiated e.g annotated as:

    @Object(lazy_init=True)


    p. 41 - typo last line "versus. dynamic arguments." the period after 'versus' is not needed.
    Last edited by khvatov; Sep 9th, 2010 at 04:08 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •