-
Core Java
Write an auto-debugger to catch Exceptions during test execution
Previously I have stated that there are some exceptions you would always want to keep an debugger breakpoint on for.…
Read More » -
Android Core
Android ListView: Endless adapter
This post explains how to create an endless adapter for a ListView. An endless adapter is an adapter that loads…
Read More » -
Core Java
Java Object to Object Mapper
I’ve been using Dozer some time on the project. But, recently I have got very interesting error which motivates me…
Read More » -
Android Core
Android Activity Recognition
Activity Recognition gives our Android device the ability to detect a number of our physical activities like walking, riding a…
Read More » -
Enterprise Java
Pagination with Couchbase
If you have to deal with a large number of documents when doing queries against a Couchbase cluster it is…
Read More » -
Enterprise Java
Light-weight, open-source integration: Apache Camel or Spring Integration?
First of all, for full disclosure, for the last 1.5 years, I’ve been working as a consultant for FuseSource (now…
Read More » -
Enterprise Java
Spring-injected Beans in JPA EntityListeners
In Database Encryption Using JPA Listeners I discussed transparent encryption using a JPA EntityListener. This approach was transparent in the…
Read More » -
Core Java
JavaOne 2013 Vicariously
I was disappointed that I was not able to attend JavaOne 2013, but was happy to see numerous useful posts…
Read More » -
Enterprise Java
Creating deployment plans with Oracle WebLogic
Creating deployment plans Deployment plans are part of the JSR-88 deployment standard, although not explicitly stated in this standard. A…
Read More »