0
  • I want to write a JDBC query api for amazon Redshift and Elasticache with Dropwizard and Jersey.
  • I had google and review lots of blog about Dropwizard and Jersey. But until now I've no idea how to handle this.
  • Is there any example for it?

Thanks.

cat4love
  • 43
  • 1
  • 6
  • Is there a particular reason to use Dropwizard/Jersey combo ? We use Hibernate ORM to operate on RedShift from Java code. – A Null Pointer Aug 10 '14 at 09:27
  • Thanks @AritraGhoshDastidar I want to build a Restful api server. so I think it's simply to use them. But also I can think about Hibernate ORM. – cat4love Aug 10 '14 at 14:09
  • I have done this if you are still interested. Hibernate is not a restful api, it is an ORM, so saying why use Jersey and not hibernate does not make sense? One is to achieve a restful api, and the other is an ORM, you would never use one in place of the other, but you can use both. – felbus Sep 10 '14 at 08:48

0 Answers0