Tag Archives: scala

Integrating Scala Code Coverage Tool (SCCT) in Play Scala project


In my last blog i’ve elaborated the steps to integrate the JaCoCo with your Play Scala project. This time we’ll learn about how to integrate the Scala Code Coverage Tool ( SCCT ) in your Play Scala project. Just some … Continue reading

Posted in Scala, Web | Tagged , , , | 1 Comment

Integrating JaCoCo in your Play Scala project


Its always good to have a fine test coverage in any project. I am working on Play framework & this time i’ve tried to integrate the JaCoCo with my play scala project & it’s cool to have it in my … Continue reading

Posted in Scala, Web | Tagged , , , | Leave a comment

Pattern Matching – at a glance


I presented types of Pattern Matching at Knolx session at Knoldus. The presentation talks about the type of pattern matching in Scala with small examples.

Posted in Scala | Tagged , , | Leave a comment

Getting Longitude & Latitude for a address using Play Framework 2.1 WS API


This blog post serves the two purposes : First , We’ll learn about getting the latitude & longitude for an address using Google Geocoding API. Second , We’ll do the same as mentioned above using Play 2.1 WS API & … Continue reading

Posted in Scala | Tagged , , , | Leave a comment

KnolX Session: FitNesse With Scala


This time I gave KnolX session on FitNesse. We have been using it for BDD and acceptance tests for projects at Knoldus. FitNesse is excellent for increasing collaboration between developers, testers and customers. Making FitNesse work with Scala does not … Continue reading

Posted in Scala | Tagged , | Leave a comment

How we develop a Scala application using SBT


This Knolx session was presented at Knoldus knowledge session. We went about discussing Simple Build Tool (SBT). Now we’ll learn, How we create a project using SBT and multi build project with SBT. Here is the presentation.

Posted in Scala | Tagged , | Leave a comment

Efficiently using Session & Flash in Play framework


Play framework is being the love of every Scala developer now a days. In this post we’ll learn about using Session & Flash scopes in Play framework. Play has a stateless architecture so in order to keep the data across … Continue reading

Posted in Architecture, Cloud, Scala, Web | Tagged , , , | Leave a comment

Play Framework 2.0: Ajax Calling Using Javascript Routing in Scala


Continuing our series on Play Framework, in this blog we’ll learn How to make Ajax call in play using jsRoutes.We have already covered design forms in Play2.0 using Scala and Mongodb in the past. Play2.0 introduces a powerful feature JavascriptRouter … Continue reading

Posted in Scala | Tagged , , , , , | Leave a comment

Knolx Session: Using Akka Futures


I presented Akka Futures at Knolx session at Knoldus. This session I talked about basics of Futures. Examples were similar to my posts on Akka Futures: Using For Expression and Akka Futures In Scala With A Simple Example.

Posted in Scala | Tagged , , | Leave a comment

Play Framework 2.0: Generate TinyUrl With goo.gl API


The Google URL Shortener at goo.glĀ is a service that takes long URLs and squeezes them into fewer characters to make a link that is easier to share, tweet, or email. Steps to integrate with goo.gl : Step #1 : Register … Continue reading

Posted in Scala | Tagged , , , | Leave a comment