Java
-

Hello JavaFX 2.0: Introduction by Command Line
I looked at a simple JavaFX version of the ubiquitous Hello World example from a NetBeans 7.1 beta perspective in…
Read More » -

Spring @Configuration and FactoryBean
Consider a FactoryBean for defining a cache using a Spring configuration file: <cache:annotation-driven /> <context:component-scan base-package='org.bk.samples.cachexml'></context:component-scan> <bean id='cacheManager' class='org.springframework.cache.support.SimpleCacheManager'> <property…
Read More » -

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 » -

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 » -

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 » -

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 » -

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 » -

Spring Profiles in XML Config Files
My last blog was very simple as it covered my painless upgrade from Spring 3.0.x to Spring 3.1.x and I…
Read More » -

8 Ways to improve your Java EE Production Support skills
Everybody involved in Java EE production support know this job can be difficult; 7/24 pager support, multiple incidents and bug…
Read More »




