-
Software Development
Legacy-ing of systems – The causes and solutions
1. Introduction Over the years in consulting, I’ve worked with many applications. Lots of them were new developments that is…
Read More » -
Core Java
iText PDFstamper Example
In the previous examples we have seen how the PdfReader and Pdfwriter classes in the IText library work. In this…
Read More » -
Apache Solr
Solr Join Example
In this example of Solr Join, we will discuss about how to implement join between documents in Apache Solr. We…
Read More » -
lucene
Lucene Indexing Example
In this Example , we are going to learn about Lucene Indexing. We went through three of the important classes…
Read More » -
spring
Spring JMS Example
Java Messaging Service (JMS) is a standard messaging API used to send and receive messages. Spring simplifies the use of…
Read More » -
Core Java
Real-time Applications with AngularJS and Java – Part 3
1. Introduction This article is the last one of a series of three on real-time applications. In part 1, I…
Read More » -
Android
Building Android Applications with Gradle
Gradle is an advanced build system as well as an advanced build toolkit allowing us to create custom build logic…
Read More » -
junit
JUnit Tutorial for Beginners
1. Introduction In this post, we will discus the basics of setting up your JUnit Test cases. We’ll go step…
Read More » -
Groovy
Groovy Regex Example
1. Introduction Regular Expression is a character sequence defines search pattern especially for pattern matching with strings. You may see…
Read More » -
Git
Git Merge Conflict Example
We are not living in a perfect world. There are conflicts everywhere even in our code. In this example, we…
Read More »