Enterprise Java
-

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 » -

Spring-session demonstration using docker-compose
I have earlier written about an exciting new project called Spring-session which provides a clean way to externalize user sessions…
Read More » -

UA Web Challenge Conference: SpringIO for startups
On this week I was speaking on UA Web Challenge Conference in BackEnd section. I’ve chosen strange topic of my…
Read More » -

Spring annotations I never had the chance to use part 1: @primary
Today I remembered an old friend of mine (@primary) with whom we met from tutorials to tutorials. You know that…
Read More » -

Spring: injecting lists, maps, optionals and getBeansOfType() pitfalls
If you use Spring framework for more than a week you are probably aware of this feature. Suppose you have…
Read More » -

JAX-RS 2.x vs Spring MVC: Returning an XML representation of a list of objects
JSON is King as it goes to all kinds of REST* APIs, but still you may need to expose multiple…
Read More » -

Using AWS SQS as JMS provider with Spring
Recently AWS published a new client library that implements the JMS 1.1 specification and uses their Simple Queue Service (SQS)…
Read More »



