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

Tapestry IoC Cookbook

Wiki Markup
{

...

scrollbar}

Excerpt
hiddentrue

A tutorial for using Tapestry's Inversion of Control container

Tapestry Inversion of Control (IoC), though originally Tapestry IoC, though 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).

...