Enterprise Java
-
Spring JPA Data + Hibernate + MySQL + Maven
Development of web-applications with the help of Spring MVC implies creation of several logical layers of architecture. One of the…
Read More » -
Deploying BroadleafCommerce 2.0 on JBoss AS 7
First 2 steps are not really related to Broadleaf specific, but mentioned to make it easy to follow(copy/paste) the steps.…
Read More » -
Spring Integration key notes with real life scenarios
This post will summarize Spring Integration (SI) important key notes together with messaging Integration patterns. For each key note I will add…
Read More » -
Java EE CDI Dependency Injection (@Inject) tutorial
In this tutorial we shall show you how to achieve Dependency Injection in CDI managed Beans. In particular, we shall…
Read More » -
Auditing entities in Spring Data MongoDB
Spring Data MongoDB 1.2.0 silently introduced new feature: support for basic auditing. Because you will not find too much about…
Read More » -
Spring Integration File Polling and Tests
I recently implemented a small project where we had to poll a folder for new files and then trigger a…
Read More » -
Spring from the Trenches: Adding Validation to a REST API
I am a bit ashamed to admit this but until yesterday, I had no idea that I can add validation…
Read More » -
Accessing An Artifact’s Maven And SCM Versions At Runtime
You can easily tell Maven to include the version of the artifact and its Git/SVN/… revision in the JAR manifest…
Read More » -
Spring Data Solr Tutorial: Adding Custom Methods to a Single Repository
The previous part of my Spring Data Solr tutorial taught us how we can create static queries by using query…
Read More »