activator

Autocomplete using Elasticsearch

Reading Time: 2 minutes You would have seen in a movie data store like IMDB, Whenever a user enters ‘g’, the search bar suggests him that you might be looking for gone girl or all the movies that have ‘g’ in them. This is what an Autocomplete or word completion is and it has become an essential part of any application. Autocomplete speeds up human-computer interaction by predicting the Continue Reading

Scala – IOT : First basic IOT application using Scala on RaspberryPi

Reading Time: 5 minutes Let’s start our journey for making the first IoT application to make world a better place 😉 (I would never miss a chance to mock Hooli ! 😉 ) In this blog finally the two technologies SCALA and IOT  will meet and we will be doing these many things in this blog: Setting up the scala sbt environment on RaspberryPi Developing your first IOT application Continue Reading

Gatling Integration with Play

Reading Time: 2 minutes I have started working on a project which require stress testing using Gatling. I Setup the sbt project on which gatling is working fine. But when I try to integrate it using play framework, it doesn’t work. The project structure for both are different so it doesn’t work for both the project in the same manner. Your build.sbt should be  like this: import _root_.io.gatling.sbt.GatlingPlugin import Continue Reading

Tutorial #1: Getting started with Play Framework 2.3.4

Reading Time: 3 minutes In this blog we would set up the development environment with Play and Eclipse which would drive us through rest of the tutorial series.  We would be running this blog as a series and we would be looking at various aspects of play with this blog. In this tutorial we will discuss about the following topics of Play Framework: Installing Play New application Layout of Continue Reading