-
Agile
Does the PMI-ACP set the bar high enough on Risk Management?
I’m trying to understand the PMI’s new certification for Agile Certified Practitioners, and what value the PMI brings to managing…
Read More » -
Enterprise Java
Getting started with JAX-WS
JAX-WS stands for Java API for XML Web Services. It is a Java programming language API for creating web services…
Read More » -
Groovy
Apache Camel using Groovy Introduction
From their site, it says the Apache Camel is a versatile open-source integration framework based on known Enterprise Integration Patterns.…
Read More » -
Software Development
Application Scalability: Still elusive for Enterprises Apps
The advent of the Consumer Business application like Facebook, Twitter has changed the definition of Application Scalability. Decade back 10…
Read More » -
Enterprise Java
Hibernate native SQL features into your Spring Data Repository
JPA provides @NamedNativeQuery for you to use native SQL. However, the usage is not so convenient, especially when you need…
Read More » -
Android Core
Android Voice Recognition Tutorial
You may have heard about the “ Google Now project” where you give the voice command and Android fetches result…
Read More » -
Android Core
Android: File transfer with asmack and Openfire
I have seen many peoples struggling from file transfer in asmack – Android build environment and patches for smack. I…
Read More » -
Enterprise Java
Hibernate lazy/eager loading example
This post will focus on why and how we use the concepts known as LAZY and EAGER loading in an…
Read More » -
Scala
Scala: Missing OO and FP bridge
Scala blends functional and object-oriented programming in many nice ways. You can use both FP an OO-like constructs whichever fits…
Read More »