Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattbertolini/dropwizard-spring-example

A prototype of how I might integrate the Spring DI container with a Dropwizard application if I needed to
https://github.com/mattbertolini/dropwizard-spring-example

dropwizard java spring

Last synced: 3 days ago
JSON representation

A prototype of how I might integrate the Spring DI container with a Dropwizard application if I needed to

Awesome Lists containing this project

README

        

# Dropwizard Application With Spring DI Container

This is a prototype of how I might integrate the Spring DI container with a Dropwizard application if I needed to. This
includes a custom JAX-RS `ParamConverterProvider` to delegate to a Spring `ConversionService`.