Skip to content

Commit

Permalink
Updated link to point to blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
travisspencer committed Aug 6, 2015
1 parent ee4a3d3 commit 57dcccb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# kotlin-spark-demo
Kotlin / Spark Sample
# Kotlin / Spark Sample

A port of the [Java-based Spark demo][1] that was presented at the Java user group meeting in Stockholm in December 2014.

This sample does not show how to use [Spark][3] (refer to the [Java version of the sample for that][1]). Instead,
it shows how the [Kotlin programming language][2] can be used together with [Spark][3] to create a more real-world API.

For more information about this sample, refer to the Nordic APIs [blog post series about it](http://nordicapis.com/building-apis-on-the-jvm-using-kotlin-and-spark-part-1/).

[1]: https://github.com/travisspencer/stockholm-java-meetup-java-spark-demo#more-complex-example
[2]: http://kotlinlang.org/
[3]: http://sparkjava.com/
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ pom.xml - The Apache POM file that builds and packages the sample

<groupId>com.nordicapis</groupId>
<artifactId>kotlin_spark_sample</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>jar</packaging>

<name>Nordic APIs Kotlin / Spark Sample</name>
<!-- TODO: Update this with the perma-link of the blog post -->
<url>http://nordicapis.com/kotlin_spark_sample</url>
<url>http://nordicapis.com/building-apis-on-the-jvm-using-kotlin-and-spark-part-1/</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 57dcccb

Please sign in to comment.