Enterprise Java
-
JSP Tutorial – The ULTIMATE Guide
EDITORIAL NOTE: JavaServer Pages (JSP) technology allows you to easily create web content that has both static and dynamic components.…
Read More » -
Type Safe Queries for JPA’s Native Query API
When you’re using JPA – sometimes – JPQL won’t do the trick and you’ll have to resort to native SQL.…
Read More » -
How does Hibernate READ_WRITE CacheConcurrencyStrategy work
Introduction In my previous post, I introduced the NONSTRICT_READ_WRITE second-level cache concurrency mechanism. In this article, I am going to…
Read More » -
The structure of Apache Lucene
The inestimably noble Apache Software Foundation produces many of the blockbuster products (Ant, CouchDB, Hadoop, JMeter, Maven, OpenOffice, Subversion, etc.)…
Read More » -
Do Not Make This Mistake When Developing an SPI
Most of your code is private, internal, proprietary, and will never be exposed to public. If that’s the case, you…
Read More » -
Getting version string from a Maven based web application
When you package a maven project, it will automatically generate a pom.properties file inside that will contains the version, artifactId…
Read More » -
Java EE, Docker and Maven (Tech Tip #89)
Java EE applications are typically built and packaged using Maven. For example, github.com/javaee-samples/javaee7-docker-maven is a trivial Java EE 7 application and shows the…
Read More » -
Apache Camel Wire Tap Examples
If you want to monitor, debug, troubleshoot messages that are flowing through the route without the bother of permanently consuming…
Read More » -
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 »