Enterprise Java
-
Learning Lucene
I am currently working with a team starting a new project based on Lucene. While most of the time I…
Read More » -
Data Aggregation Spring Data MongoDB: Nested results
1 Introduction In a previous post, we built a basic example of an aggregation pipeline. Maybe you want to take…
Read More » -
How to update a Jenkins job posting config.xml
Recently I wanted to update a few jobs (not defined with a DSL) in Cloudbees, adding to each of them…
Read More » -
NPM module Browser-Sync in Java / Web projects
Browser-Sync is a handy Node.js based NPM module which can be used for a faster web development. Browser-Sync synchronizes file…
Read More » -
Thymeleaf 3 – Get Started Quickly with Thymeleaf 3 and Spring MVC
Thymeleaf 3 release arrived. The new version brings plenty of new features like HTML5 support as well as Text templates…
Read More » -
NetBeans Java EE Tip #8: Persistence Units
The foundational goals of any good IDE are to simply and organize one’s code and development workflow. NetBeans does a…
Read More » -
Understanding Transactional annotation in Spring
1. Introduction Spring provides support for both programmatic and declarative transactions . 1.1 Programmatic Transactions With programmatic transactions, transaction management…
Read More » -
How to Integrate Custom Data Sources Into Apache Spark
Streaming data is a hot topic these days, and Apache Spark is an excellent framework for streaming. In this blog…
Read More » -
Don’t Hate the HATEOAS Part Deux: Springtime for HATEOAS
In the much belated conclusion to my series on HATEOAS, we will be diving into how to implement HATEOAS using Spring-Data-REST…
Read More »