Enterprise Java
-

Spring Integration Jdbc RowMapper Example
The JDBC inbound channel adapter’s basic function is to execute a SQL query, extract the data and pass the result…
Read More » -

Apache Camel Log Component Examples
Apache Camel Log Component Examples You want to log messages to the underlying logging mechanism, use camel’s log: component. Camel…
Read More » -

Spring lookup-method Example
When a bean has dependency on another bean, we inject the bean using the setter property or through the constructor.…
Read More » -

How does Hibernate NONSTRICT_READ_WRITE CacheConcurrencyStrategy work
Introduction In my previous post, I introduced the READ_ONLY CacheConcurrencyStrategy, which is the obvious choice for immutable entity graphs. When…
Read More » -

Configuration over JNDI in Spring Framework
From a certain point on, an application has to be configurable. Spring Framework has a nice auxiliary tool for this…
Read More » -

More advanced stuff with JMS and AWS SQS
As you might know SQS in AWS SQS stands for ‘Simple Queue Service’. While playing around with it I recently…
Read More » -

Unit And Integration Test Reports For Maven Projects In SonarQube
Since SonarQube 4.2. the test report isn’t generated by the Sonar Maven Plugin during a Maven build (see SonarQube’s blog…
Read More » -

Tutorial: How to Implement Java OAuth 2.0 to Sign-In with GitHub and Google
A guide to adding Google and GitHub OAuth sign-in to your Java application One of the most recent features that…
Read More » -

Jersey WebResource – Header don’t get appended
Yesterday I ran into a strange problem when using the Jersey WebResource class for doing HTTP calls: it seemed as…
Read More »






