kotlin-examples icon indicating copy to clipboard operation
kotlin-examples copied to clipboard

Dropwizard, Play, or equivalent example

Open rattrayalex opened this issue 8 years ago • 1 comments

Hi there,

As a newcomer to the JVM interested in the benefits of Kotlin for building RESTful server applications, it'd be amazing to see an example of building one!

I've struggled so far, especially with hot reloading – a requirement for someone coming from a scripting language background (eg; Rails/Django). It appears this simply isn't possible with Play, and I haven't seen anything to indicate it could work with Dropwizard, but it is said to work with Jetty. A bundled example of, say, Gradle+Gretty+Jetty+Jersey+Hibernate or similar might go a long way to helping folks like me come from a scripting language background to Kotlin for web programming.

Cheers!

rattrayalex avatar Jun 19 '16 21:06 rattrayalex

@rattrayalex - You might be interested in this Vert.x example PR. Vert.x supports hot reloading with Kotlin, and it works.

napperley avatar Sep 10 '17 00:09 napperley