-
Enterprise Java
Spring Interview Questions
Also check our latest article 69 Spring Interview Questions and Answers – The ULTIMATE List. 1) What is Spring? Answer:…
Read More » -
Android Core
A Few Tips for Beginning Android Development
Here are some tips from my personal experience so far with Android development. The number of tips is actually ten, so…
Read More » -
Scala
Future Composition with Scala and Akka
Scala is functional and object-oriented language, which runs on the JVM. For concurrent and/or parallel programming it is a suitable…
Read More » -
Android Core
Creating a Google TV Sliding Navigation Menu
The standard design pattern for Google TV apps is generally to use the LeftNavBar library. Unfortunately there isn’t an apklib…
Read More » -
Software Development
Is Java Riskier than C/C++?
Lately, I’ve heard a number of folks discussing whether Java development is riskier than development in C/C++ (from here on…
Read More » -
Enterprise Java
Maven Reports in Jenkins
Code quality is a sensitive topic. It affects your maintenance cost as well as your customer satisfaction. Not to mention…
Read More » -
Core Java
Pitfalls of Java Comparable interface
Java Comparable interface provides a way to do natural ordering for classes implementing the interface. Natural ordering makes sense for scalars and…
Read More » -
Enterprise Java
How to use Events in Spring 3.x
There are many concepts and techniques for creating loosely coupled applications, Event is one of them. Events can eliminate many…
Read More » -
Software Development
CouchDB – Relax
Introduction Apache CouchDB, commonly referred to as CouchDB, is an open source database that focuses on ease of use and…
Read More »