bshyong / trailerzoo

0 stars 0 forks source link

Set up skeleton API server #3

Open bshyong opened 9 years ago

bshyong commented 9 years ago

We can use Java for this.

Did you have a good experience using DropWizard in the past @chkche1? http://www.dropwizard.io/

It looks like Spring is also an option https://spring.io/ but I'm not sure of pros and cons.

chkche1 commented 9 years ago

I'm more familiar with Spring. However, DropWizard is still worth a try.

Spring is a good dependency injection framework for managing beans. Dropwizard does not ship with one but there are other plugins on the web that integrate with Dropwizard. I heard both Guice and Dagger 2 are worth a try.