Enterprise Java
-
Batch Writing, and Dynamic vs Parametrized SQL, how well does your database perform?
One of the most effective database optimizations is batch writing. Batch writing is supported by most modern databases and part…
Read More » -
Spring Interview Questions
Also check our latest article 69 Spring Interview Questions and Answers – The ULTIMATE List. 1) What is Spring? Answer:…
Read More » -
Maven Reports in Jenkins
Code quality is a sensitive topic. It affects your maintenance cost as well as your customer satisfaction. Not to mention…
Read More » -
How to use Events in Spring 3.x
There are many concepts and techniques for creating loosely coupled applications, Event is one of them. Events can eliminate many…
Read More » -
Amazon DynamoDB
Introduction Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. Amazon…
Read More » -
Ant Properties Nuances
Every once in a while, I’m reminded of a few subtle nuances of Ant properties that can, when forgotten, lead…
Read More » -
Basic Injection / Qualifiers, Scope
This is a continuation of the DI/CDI Basics tackled last week – in this post, I’ll be discussing Basic Injection,…
Read More » -
Getting started with Apache Camel using Java
Apache Camel is a very useful library that helps you process events or messages from many different sources. You may…
Read More » -
Servlet Exception and Error Handling Example Tutorial
Sometime back I wrote a post about Exception Handling in Java but when it comes to web application, we need…
Read More »