Database unit testing with DBUnit, Spring and TestNG

I really like Spring, so I tend to use its features to the fullest. However, in some dark corners of its philosophy, I tend to disagree with some of its... Read all

Spring MVC - Flash Attributes

The latest incarnation of the Spring Framework (3.1) brought an interesting feature called Flash Attributes. It is a remedy for the problem mentioned a long... Read all

The Persistence Layer with Spring Data JPA

Read all

OpenStreetMap API framework for PHP

OpenStreetMap is a global project with an aim of collaboratively collecting map data, and today Ken Guest has submitted his PHP package for communitcating with... Read all

The Easiest Ways to Navigate Methods in a Class using Eclipse Keyboard Shortcuts

java classes can get big and hairy, making it difficult to find the method you’re looking for when browsing or editing a class. there is no specific order to... Read all

How to Serialize Java.util.Date with Jackson JSON Processor / Spring 3.0

Learn how to serialize a java.util.Date object with Jackson JSON Processor – Spring MVC 3. Read all

Categorise Projects in the Package Explorer to Reduce Clutter in Eclipse

if you’ve been hanging onto one eclipse workspace for the last couple of years, you’ll probably have dozens of projects cluttering up your workspace. if you’re... Read all

jQuery, Each() and Async Gets

One of the things to keep in mind when using jQuery is that nothing is a blocking call. Sure, there is a certain sequence to when things operate. But, to be... Read all

Using JSF and Flex Components Together

Read all

Who Needs EJB 3.1 (lite)?

There is an interesting statement about technologies dedicated to a given profile in the J2EE 6 spec. You may have noticed the descriptions of something called... Read all

Filtering Java Collections via Annotation-Driven Introspection

Learn a versatile collection filtering strategy based on Java annotations and reflection and how it can simplify the code of some predicates. Read all

Oracle NoSQL Database: A Comprehensive Guide for Developers

In this guide to the Oracle NoSQL database, learn more about what it is, explore developer-friendly tools, how to get started, common challenges, and more. Read all

Enhancing Software Quality with Checkstyle and PMD: A Practical Guide

Boost software quality by integrating Checkstyle and PMD: explore setup, enforce code standards, and prevent software erosion for both new and legacy codebases. Read all

 

 

 

 

Top