Java
-

Why I will continue to use Spring *and* Java EE in new Enterprise Java Projects in 2012/2013
Over one year passed since my technology decision making post and I am glad to see that I am still…
Read More » -

OutOfMemoryError: Java heap space – Analysis and resolution approach
java.lang.OutOfMemoryError: Java heap problem is one of the most complex problems you can face when supporting or developing complex Java…
Read More » -

Spring & JSF integration: Pagination
When working with large datasets you often need to present data in a paged format. Pagination is an interesting problem…
Read More » -

Spring Testing Support with TestNG
TestNG is a test framework which is designed to cover all categories of tests: unit, functional, end-to-end, integration, (etc). It…
Read More » -

JavaFX 2 GameTutorial Part 3
Introduction This is part 3 of a six part series related to a JavaFX 2 Game Tutorial. If you’ve missed…
Read More » -

Implementing Master Slave / Grid Computing Pattern in Akka
Master Slave pattern is a prime example of fault tolerance and parallel computation. The idea behind the pattern is to…
Read More » -

Apache Shiro Part 3 – Cryptography
Besides securing web pages and managing access rights Apache Shiro does also basic cryptography tasks. The framework is able to:…
Read More » -

Understanding how OSGI bundles get resolved
I’d like to review how OSGI bundles get resolved and use Apache Karaf to demonstrate. Karaf is a full-featured OSGI…
Read More » -

XML unmarshalling benchmark: JAXB vs STax vs Woodstox
Introduction Towards the end of last week I started thinking how to deal with large amounts of XML data in…
Read More »







