Sunday, August 6, 2017

Kotlin Examples

Google announcement has created sparse interest in Kotlin. Kotlin being Java / JVM Wapper concept could get wide acceptance and has potential to be top 5 languages.

Here I am covering some Kotlin examples I came across :

Kotlin Sevlet Example with Simple Hello World with rest and Java Sevelet. Thebuild platform be Gradle The could be found here.

A more advanced application with Kotlin and web example is needed. Spring has been core component of Java Ecosystem. With Gradle build system and Spring boot the example could be found here. This example is also restful and could serve as basic skeleton for projects.

It's easy to get started with Kotlin using their documentation. However if you are interested a developer's take on the subject then this link could be useful. Covering major high level constructs to build your knowledge base.  I also found Kotlin Practical Exmaple blog to be useful at the little lower level constructs.


No comments:

Post a Comment