Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor wordsmithing
Wiki Markup
{scrollbar}
Excerpt
hiddentrue

Tips and tricks for using Tapestry's Inversion of Control container

Tapestry IoC Cookbook

Wiki Markup
{float:right|background=#eee}
{contentbylabel:title=Related Articles|showLabels=false|showSpace=false|space=@self|labels=ioc}
{float}

...

Tapestry IoC is a sophisticated tool that takes some experience to use properly.

The existing IOC documentation in the User Guide is factually correct, but it is designed more as a reference, rather than giving the big picture. In the this Cookbook, we'll try to show how Tapestry IoC is really used, and build up towards that big picture.The cookbook will show a bit more about how to use Tapestry IoC, using real examples from the Tapestry code base (both the tapestry-ioc and tapestry-core modules).

...