-
Software Development
Enterprise SOAP Services in a Web 2.0 REST/JSON World
With the popularlity of JSON and other NoSQL data standard formats, the complexity and in some cases the plain verbosity…
Read More » -
Core Java
Using EasyMock or Mockito
I have been using EasyMock for most of time but recently I worked with a few people who were pretty…
Read More » -
Enterprise Java
ADF : Dynamic View Object
Today I want to write about dynamic view object which allow me to change its data source (SQL query) and…
Read More » -
Software Development
Bug Fixing – to Estimate, or not to Estimate, that is the question
According to Steve McConnell in Code Complete (data from 1975-1992) most bugs don’t take long to fix. About 85% of…
Read More » -
Scala
Mahout and Scalding for poker collusion detection
When I’ve been reading a very bright book on Mahout, Mahout In Action (which is a great hands-in intro to…
Read More » -
Enterprise Java
Hibernate caches basics
Recently I have experimented with hibernate cache. In this post I would like share my experience and point out some…
Read More » -
Core Java
Java threads: How many should I create
Introduction “How many threads should I create?”. Many years before one of my friends asked me the question, then I…
Read More » -
Career
How Employers Measure Passion in Software Engineering Candidates
Over the past few months I have had some exchanges with small company executives and hiring managers which have opened…
Read More » -
Enterprise Java
Spring JDBC Database connection pool setup
Setting up JDBC Database Connection Pool in Spring framework is easy for any Java application, just matter of changing few…
Read More »