Remote Debugging Google App Engine Application on Eclipse
Sometimes it is handy to debug our application source code even when it is executing outside our IDE. This blog will explain how can we remotely debug a web application project developed in Google App...
View ArticleCreating a Scala Project with SBT and Working in Eclipse
Inphina provides specialized Scala consulting, training and offshoring … Learn more about Scala@Inphina! There are numerous view points on the use of Maven or sbt for creating Scala projects. If you...
View ArticleExecuting Lift Examples with SBT 0.11.3 and Eclipse
Recently we got our hands back on a Lift project after some time. A few of our clients had already moved from Lift to Play due to various reasons and one of them seemed to be dismal (read valid)...
View ArticleProviding a “Sign-in with LinkedIn” functionality using Scala
To integrate a “Sign in with LinkedIn ” functionality in your social project that is being built with Play 2.2.1, follow these steps ( this post summarizes the work done step by step). 1) Create a...
View ArticleAdding an “Email sending” functionality in Play using Scala
To provide an “Email Sending ” functionality in your Play App that is being built with Play 2.2.1, follow these steps ( this post summarizes the work done step by step). 1) Add following dependency in...
View ArticleTutorial: Post Update on LinkedIn via Scribe using Scala
To post an Update on LinkedIn via your application, that is being built with Play 2.3.x, follow these steps ( this post summarizes the work done step by step). 1) Create a LinkedIn app (if you do not...
View ArticleGetting started with ReactJS, Play 2.4.x, Scala, Anorm and WebJars
playing-reactjs This blog describes a basic example to render UI using React(A JavaScript library for building user interfaces) with Play 2.4.x, Scala, Anorm and WebJars. It also demonstrates the use...
View ArticleScala – IOT : First basic IOT application using Scala on RaspberryPi
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...
View ArticleAutomate Test with TestNG
Reading Time: 3 minutes In the previous tutorial we learn about What is Test Next Generation (TestNG) framework, Now it’s time for some hands-on experience of writing our first TestNG Test case. How to...
View Article