Creating Object Pool(s) in Scala

August 26, 2011

0

We are currently working on a very exciting web scale project. The framework is built using Scala and Akka actors and till date we are quite pleased with the performance. The architecture is plugin based where we can dynamically add plugins to our framework for processing incoming messages. Now, this is where it gets interesting […]

Posted in: Architecture, Scala

Scala Nuggets: Finding All Classes in a Package

August 16, 2011

3

Recently, while doing a project for one of our clients in the US, we had the opportunity to build a plugin based framework for the product. While, the details of the plugin framework are reserved as a topic of another post, in this one we would see how easy it is to find all the […]

Posted in: Scala

Complaint Resolution and Lack of Ownership

August 15, 2011

0

An interesting incident happened today. For one of the festivals my wife had bought chocolate muffins for her niece and nephew. As it tuned out, even though the salesman claimed them to be fresh, they were fungus ridden. We came to know about their state once her niece opened the box to relish her favorite […]

Posted in: General

Manager! Leave the team alone!

August 11, 2011

0

The following post is from our guest editor Srinivas Chillara. Srinivas is a Scrum coach and co-author of “Essentials of Scrum practice“- a mini-book currently in advanced draft stage. We don’t need no disruption We don’t need no time control No breathing down the neck in the server room Manager, leave the team alone. What do we do […]

Posted in: Agile

Commitment Under Pressure

June 22, 2011

0

The following post is from our guest editor Srinivas Chillara. Srinivas is a Scrum coach and co-author of “Essentials of Scrum practice“- a mini-book currently in advanced draft stage. This is an extract from the book. The hidden hobbler of Scrum teams: Pressure One common problem Scrum teams face is in the difficulty of meeting […]

Posted in: Agile

Good Links

June 21, 2011

1

All Links as comments

Posted in: Java

Scala Nuggets: Understanding Traits

May 24, 2011

1

Inphina provides specialized Scala consulting, training and offshoring … Learn more about Scala@Inphina! If you are coming from a Java background, then traits are interfaces++.  In scala, trait is a complete mixin solution where we can provide implementation in the trait as well as have classes mix-in the trait either when we declare classes or […]

Posted in: Scala

Why CloudFoundry is Disruptive?

May 23, 2011

0

Recently, Inphina started exploring Cloud Foundry to add onto its cloud offerings. The initial reactions have varied from good to very good to but ‘could they have this…’ In general it looks like that Cloud Foundry (CF) would be disrupting the PaaS market eventually. Why? Primarily because of the following reasons It is not tied […]

Posted in: Cloud, Java

QuickTip: Changing Memory Parameters for Eclipse

May 19, 2011

0

Hit the link here

Posted in: Java

Creating a Scala Project with SBT and Working in Eclipse

May 19, 2011

5

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 have been working on Java projects for a long time then your favorite has to be Maven unless it is Ant. Still Ant 😉 […]

Posted in: Scala