/wicket-kotlin

Hello World Wicket build with Kotlin

Primary LanguageKotlin

wicket-kotlin

A Hello World project, build with kotlin. It uses default Wicket Maven Archetype

My first impressions

Advantages
  • Easy to integrate.
  • Kotlin has beautyfull integration with java.
  • Null Safe.
  • Netbeans has a Kotlin plugin.
Issues
  • Netbeans, SLOW autocomplete.
  • The main method is not detected by netbeans,so i had to create a java class StartKotlin.java to Start Application, it was very easy.