-
Scala
Sending Email with Java and Akka actors
Akka is a concurrent framework written by Scala. Here I demonstrate sample application to send emails with Akka and implemented…
Read More » -
Career
Salary Negotiation For Geeks
Advice on salary negotiation is abundant, but material written for the general public may not always be applicable to a…
Read More » -
Core Java
Javaone 2013 Review
tl;dr I attended Javaone again this year. It was fun. Sunday The conference kicked off on Sunday, with user group…
Read More » -
Scala
Scala setup on Windows 7
This article will be dedicated to installation of Scala on PC with Windows 7. In general, doesn’t metter which Windows…
Read More » -
Android Core
Google account Integration in Android – Login with Gmail
Hello Friends, This is my post for Google account integration with your application, login with gmail, signup with Google account.…
Read More » -
Enterprise Java
Spring 4 Conditional
Spring 4 is introducing a new feature called Conditional – an annotation targeted towards Spring components which generate beans and…
Read More » -
Core Java
Ahoy There Callbacks!
Because it’s my bag, I like JavaScript. In fact, I’ve grown to love JavaScritp’s asynchronous callback oriented style of programming.…
Read More » -
Android Core
Android Header and Footer layout example
In this article we are going to see how you can create a simple Android Layout that includes a header…
Read More » -
Enterprise Java
Tomcat’s Graceful Shutdown with Daemons and Shutdown Hooks
My last couple of blogs have talked about long polling and Spring’s DeferredResult technique and to demonstrate these concepts I’ve…
Read More »