Simplifying the Data Access Layer with Spring and Java Generics

1. OverviewThis is the second of a series of articles about Persistence with Spring. The previous article discussed setting up the persistence layer with Spring... Read all

Reusing Generated JAXB Classes

In this post I will demonstrate how to leverage the -episode XJC extension to reuse classes previously generated from.an XML schema. This is useful when an XML... Read all

Building a RESTful Web Service with Spring 3.1 and Java based Configuration, part 2

1. OverviewThis is the second of a series of posts about setting up a RESTful web service using Spring 3.1 with Java based configuration. The first post of the... Read all

Pros and Cons – When to use a Portal and Portlets instead of just Java Web-Frameworks

Read all

A collection with billions of entries

There are a number of problems with having a large number of records in memory. One way around this is to use direct memory, but this is too low level for most... Read all

Java EE6 CDI, Named Components and Qualifiers

One of the biggest promises java EE6 made, was to ease the use of dependency injection. They did, using CDI. CDI, which stands for Contexts and Dependency... Read all

Bootstrapping CDI in several environments

i feel like writing some posts about cdi (contexts and dependency injection). so this is the first one of a series of x posts ( 0<x<10 ). i will not go... Read all

SQL Server Driver for PHP Connection Options: Encrypt

Read all

Practical PHP Testing Patterns: Chained Tests

Sometimes you have tests where the fixtures can be recyled, instead of being recreated; but that's not all: sometimes, even the state reset we preach for Shared... Read all

Know the JVM Series: Shutdown Hooks

Shutdown Hooks are a special construct that allow developers to plug in a piece of code to be executed when the JVM is shutting down. Read all

Practical PHP Patterns: Gateway

A fundamental trait of modern software is that it does not live in isolation, especially in the realm of web applications, which can easily interact with... Read all

Practical PHP Patterns: Template View

In this series we have seen two Web presentation patterns so far:Page Controller, also known as Action Controller, which responds to a specific HTTP request... Read all

Bridge Pattern Tutorial with Java Examples

Read all

 

 

 

 

Top