Using Akka Dispatchers In Scala
Akka dispatchers are extremely important in Akka framework. They are directly responsible for optimal performance, throughput and scalability. Akka supports dispatchers for both event-driven...
View ArticleCapsules for recovering Scala fever.
Scala is a multi-paradigm programming language that combines the features of object-oriented programming and functional programming. The word “Scala” refers to “Sca(Scalable)+la(Language)” i.e designed...
View ArticleSeasons Greetings and Best Wishes for 2012
Festival and Holiday season is all around us. Many of us are already on holidays, taking well deserved break and having fun with family and friends. This is also a time to sit back, take a look how...
View ArticleUsing RDBMS on Google App Engine : Google Cloud SQL
We have been working on Google App Engine since its early days and have developed and ported several applications on the platform for our clients. One of the major hinderance for our Enterprise clients...
View ArticleBasic Http authentication in Lift.
Lift web framework accommodate a no. of conspicuous features that are implemented in a unique and solitary way as compared to other frameworks. Here we’ll discuss about the basic “Http authentication”...
View ArticleMercurial Branching Cheat Sheet
I have been using Subversion as source code version control tool since many years. Though I have used Mercurial for couple of hobby projects earlier but few weeks back, I started using it on my first...
View ArticleGetting Started with Lift web framework : Your first step…!
Lift is a sophisticated web development framework that runs inside a Java web container & uses the Scala programming language.Lift removes a lot of the burdens that other frameworks place on...
View ArticleSetting up environment to work with scala using play framework.
Play is an open source web application framework base on model-view controller architecture. Play is written in java but also provides support for the scala programming language. Here we are going to...
View ArticleHappy Diwali 2011
Wishing you all a very Happy, Joyous and Fun-Filled Diwali 2011. We sincerely Thank you for all your support and hope the same for years to come.
View ArticleCreate web application menus using the Lift web framework
Lift is a powerful & secure web framework having elegant features and also stresses the importance of security, maintainability, scalability and performance. Lift applications are written in Scala....
View ArticleHot reload / Build on save for Adobe Flex
If you’re not using Adobe Flash Builder for developing Adobe Flex apps, you might be missing the build on save (or build automatically / hot reload) feature. Here’s a little Node.js utility that does...
View Article