Skip to content

Collection of simple java examples for demonstration purposes

Notifications You must be signed in to change notification settings

henrikno/java-examples

Repository files navigation

Collection of examples showing how to make small applications in Java.

  • java-example-simple-servlet:

    • Simplest HttpServlet example
  • java-example-simple-servlet-metrics:

    • Showing how to add Metrics to a servlet.
  • java-example-jersey-metrics

    • Webapp war with Jersey and Metrics.
  • java-example-guice-jersey-metrics:

    • Embedded Jetty8 with Guice, Jersey and Metrics.
  • java-example-jetty9-guice-jersey-metrics

    • Embedded Jetty9 with Guice, Jersey and Metrics (Java 1.7 required).
  • jerseytest-guice

    • Example showing how to run jersey both against "embedded grizzly"-container in test, and against an externally run jetty server based on a maven profile. test

About

Collection of simple java examples for demonstration purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages