Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 685 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 685 Bytes

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