You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2015-06-26-cdi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ order: 17
8
8
9
9
Pippo can be used together with [CDI](http://www.cdi-spec.org/), using [Weld](http://weld.cdi-spec.org) as the implementation mechanism.
10
10
When Pippo creates new instances of your various `Controller` subclasses it delegates the instance creation to a `ControllerFactory`.
11
-
The module [pippo-weld]({{ site.codeurl }}/pippo-weld) contains [WeldControllerFactory]({{ site.codeurl }}/pippo-weld/src/main/java/ro/pippo/weld/WeldControllerFactory.java) that it's
11
+
The module [pippo-weld]({{ site.codeurl }}/pippo-controller-parent/pippo-weld) contains [WeldControllerFactory]({{ site.codeurl }}/pippo-controller-parent/pippo-weld/src/main/java/ro/pippo/weld/WeldControllerFactory.java) that it's
12
12
a `ControllerFactory` implementation that delegates to the Weld container to instantiate a given `Controller` class. This allows for the instance to be configured via dependency injection.
13
13
14
14
An example of such a Controller subclass could look as follows:
0 commit comments