Skip to content

mayalaat/kotlin-jee

Repository files navigation

Kotlin JEE

This project is a very simple example of Java EE 7 application entirely programmed in Kotlin.

Technology

Run

  1. Clone this project and
# Linux
./gradlew build

# Windows
gradlew.bat build
  1. Copy ear.ear into deployments folder of your application server. I used Wildfly for my tests.

  2. Go to http://localhost:8080/war/

  3. Enjoy