https://github.com/timboudreau/giulius-web
A few related projects for traditional Java web development with Guice
https://github.com/timboudreau/giulius-web
aop aspects email-templates email-transport guice statsd
Last synced: 13 days ago
JSON representation
A few related projects for traditional Java web development with Guice
- Host: GitHub
- URL: https://github.com/timboudreau/giulius-web
- Owner: timboudreau
- Created: 2013-04-07T08:19:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T06:19:12.000Z (over 2 years ago)
- Last Synced: 2025-07-22T15:04:31.506Z (3 months ago)
- Topics: aop, aspects, email-templates, email-transport, guice, statsd
- Language: Java
- Size: 426 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
giulius-web
===========A few related projects for traditional Java web development with Guice and using embedded Jetty,
specifically:* embedded-jetty - a builder for embedded web servers and a simple way to wrap embedded Jetty around Guice servlets and launch it
* jackson - a simple extensible way to bind Jackson and allow looking up of things which need to configure Jackson to serialize things on the classpath
* giulius-servlet - simplified Guice servlets
* statistics - Ability to annotate methods on Guice-created objects in order to automatically generate JMX Mbeans and optionally publish timing and access statistics via UDP packets
* statsd-aop - Uses Guice-AOP to allow guice-instantiated objects to be annotated with, e.g. `@Metric(value = "failedLoginAttempts", type = Metric.Types.INCREMENT)` and calls to that method will be sent to a statsd server.Builds and a Maven repository containing this project can be found on timboudreau.com.