Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Wiki Markup
{scrollbar}

Excerpt
hiddentrue

...

A tutorial for using Tapestry's Inversion of Control container

Tapestry

...

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

Tapestry Inversion of Control (IoC), though originally designed specifically for the needs of the Tapestry web framework, may also be employed as a stand-alone IoC container, separate from the rest of Tapestry.

Div
stylefloat:right
titleRelated Articles
classaui-label
Content by Label
showLabelsfalse
showSpacefalse
titleRelated Articles
cqllabel = "ioc" and space = currentSpace()

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).

...