Java
-
How to map JSON collections using JPA and Hibernate
Introduction The open-source hibernate-types project allows you to map Java objects or Jackson JsonNode as JPA entity properties. Recently, thanks…
Read More » -
Configure Embedded H2 Console With Spring MVC Application
In our previous post we deployed a Spring MVC app using embedded H2 database to Tomcat. Browsing the data in…
Read More » -
Java Interface – Journey Over the Years to Java 9 – Default and Private Methods
Introduction Interface in Java has evolved over the Java releases more so in Java 8 and Java 9. In this…
Read More » -
Continuous Delivery of ADF applications with WebLogic Shared Libraries
Introduction There is a pretty popular architecture pattern when ADF applications are built on top of shared libraries. So the…
Read More » -
Neo4j: Cypher – Property values can only be of primitive types or arrays thereof
I ran into an interesting Cypher error message earlier this week while trying to create an array property on a…
Read More » -
Using JAX-RS exceptions for status codes
One way to send specific HTTP (error) status codes from a JAX-RS resource is to use the javax.ws.rs.core.Response class with…
Read More » -
JPA persistence.xml SQL script definitions
You can define and link to SQL scripts in a JPA persistence context definition that will be executed at runtime.…
Read More » -
Creating a View Object Row with ADF Bindings CreateInsert action
In this short post I am going to highlight a small pitfall related to a very common approach to create…
Read More » -
X-Mas Musings – Do Not Use Random Server Port in Grails Integration Tests
December is for many people a period of reflection or thought. So I decided to reflect upon last year’s things…
Read More »