Enterprise Java
-

Logging JAX-WS SOAP messages in Spring
Whenever you’re using JAX-WS within Spring you’ll probably want to log the incoming and outgoing SOAP messages – if only…
Read More » -

Getting Started With Gradle: Integration Testing
Because the standard project layout of a Java project defines only one test directory (src/test), we have no standard way…
Read More » -

Using @Context in JAX-RS [part 1]
JAX-RS provides the @Context annotation to inject a variety of resources in your RESTful services. Some of the most commonly…
Read More » -

How to optimize Hibernate EllementCollection statements
Introduction Hibernate supports three data mapping types: basic (e.g String, int), Embeddable and Entity. Most often, a database row is…
Read More » -

Continuous Delivery with Docker Containers and Java EE
Organizations need a way to make application delivery fast, predictable and secure and the agility provided by containers, such as…
Read More » -

Beginner’s Guide to Hazelcast Part 7
This is a continuation of a series explaining how to use Hazelcast. If one has not read the other six…
Read More » -

Integration Testing JBoss Fuse 6.x With Pax Exam, Part I
JBoss Fuse is a powerful distributed integration platform with built in features for centralized configuration management, service discovery, versioning, API…
Read More » -

Let’s Review How to Insert Clob or Blob via JDBC
LOBs are a PITA in all databases, as well as in JDBC. Handling them correctly takes a couple of lines…
Read More » -

How does Hibernate READ_ONLY CacheConcurrencyStrategy work
Introduction As I previously explained, enterprise caching requires diligence. Because data is duplicated between the database (system of record) and…
Read More »






