Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Tapestry Inversion of Control Container

Why do I need to define an interface for my services? Why can't I just use the class itself?

First of all: you can do exactly this, but you lose some of the functionality that Tapestry's IoC container provides.

...