Java
-
Content Negotiation in Spring Framework
1. Introduction With what we had done with BeanNameViewResolver, is that we just had created multiple bean views in Spring context…
Read More » -
13 Decks Java Developers Must See to Stay Updated
There are many key figures in the Java domain, each with his own perspective and opinions about the future of…
Read More » -
Painless Containerized JBoss Generic Loan Processing on OpenShift
We talked about the various layers from the bottom up, but have yet to provide you with any application development…
Read More » -
Publish Subscribe model in Kafka
This is the fourth post in the series about integrating sync clients with async systems (1, 2, 3). Here we’ll…
Read More » -
On the Virtues of Avoiding Parsing or Basing Logic on toString() Result
With Java or any other programming language I’ve used significantly, I have found that there are occasionally things that can…
Read More » -
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 »