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-05-27-guice.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
@@ -29,7 +29,7 @@ public class ContactsController extends Controller {
29
29
30
30
Pippo automatically creates the _ContactsController_ instance and pippo-guice injects the ContactService service bean, so basically you don’t have to worry about any of that stuff.
31
31
32
-
To activate pippo-guice integration in your Application you must add`GuiceControllerFactory`:
32
+
To activate pippo-guice integration in your Application you must register`GuiceControllerFactory` and extend from `ControllerApplication` instead:
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
@@ -29,7 +29,7 @@ public class ContactsController extends Controller {
29
29
30
30
Pippo automatically creates the _ContactsController_ instance and pippo-weld injects the ContactService service bean, so basically you don’t have to worry about any of that stuff.
31
31
32
-
To activate pippo-weld integration in your Application you must add a `WeldControllerFactory`instance:
32
+
To activate pippo-weld integration in your Application you must register `WeldControllerFactory`and extend from `ControllerApplication` instead:
0 commit comments