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-03-17-server.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ public class ServletDemo {
201
201
}
202
202
```
203
203
DON'T forget to add `@MetaInfServices` on your implementation of `WebServerInitializer`!
204
-
The full code is available in [pippo-demo-servlet](({{ site.demourl }}/pippo-demo-servlet)) project.
204
+
The full code is available in [pippo-demo-servlet]({{ site.demourl }}/pippo-demo-servlet) project.
205
205
206
-
A more complex demo project that shows you how to integrate [Jersey](https://jersey.java.net) is available in [pippo-demo-jersey](({{ site.demourl }}/pippo-demo-jersey)) project.
207
-
This demo is the code source of the article `Pippo and Jersey (JAX-RS): A Match Made in Heaven`available on [DZone](https://dzone.com/articles/pippo-and-jersey-jax-rs).
206
+
A more complex demo project that shows you how to integrate [Jersey](https://jersey.java.net) is available in [pippo-demo-jersey]({{ site.demourl }}/pippo-demo-jersey) project.
207
+
This demo is the code source of the article `Pippo and Jersey (JAX-RS): A Match Made in Heaven`that is availables on [DZone](https://dzone.com/articles/pippo-and-jersey-jax-rs).
0 commit comments