KO
|
EN
gitlite — search
Search
#python
#javascript
#nodejs
#machine-learning
#flutter
#react
#vue
#dart
#game-development
#arduino
#rabbitmq
#elasticsearch
simple-web-stack
★ 29
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
passport-tumblr
:
Tumblr authentication strategy for Passport and Node.js.
jquery-mobile-routerlite
:
A lightweight and simple router for jQuery Mobile.
Clear-Cache-Extension
:
Extension for Google Chrome to clear the client's cache with a single click
lisp.c
:
My second Lisp interpreter (bytecode compiler and interpreter) written in GNU C
abop-ptbr
:
Translation of the book A Byte of Python to brazilian portuguese
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
simple-web-stack
?
Download (.md)
This is the demo app for the techniques described in [these](http://blog.palominolabs.com/2011/08/15/a-simple-java-web-stack-with-guice-jetty-jersey-and-jackson/) [two](http://blog.palominolabs.com/2012/03/31/extending-the-simple-javajettyguicejerseyjackson-web-stack-with-automatic-jersey-resource-method-metrics/) blog posts on a Java web stack with Jetty, Guice, Jersey, and Jackson. While the code does still work, I encourage you to check out the following production ready versions rather than this demo-grade app. - [jersey-metrics-filter](https://github.com/palominolabs/jersey-metrics-filter), automatic [metrics](http://metrics.codahale.com/) for all [Jersey](https://jersey.java.net/) resource methods - [jersey-new-relic](https://github.com/palominolabs/jersey-new-relic), Jersey integration into [New Relic](http://newrelic.com/) monitoring - [jetty-http-server-wrapper](https://github.com/palominolabs/jetty-http-server-wrapper), a simple wrapper around the [Jetty](http://www.eclipse.org/jetty/) http server - [jersey-cors-filter](https://github.com/palominolabs/jersey-cors-filter) to apply CORS headers to Jersey HTTP responses - [url-builder](https://github.com/palominolabs/url-builder) to safely build URLs There's a [demo app](https://github.com/palominolabs/new-relic-sample-app) that shows how to use the above libraries.