Java
-
Security Layer for NutchServer
I’ve worked for Security Layer for NutchServer of Apache Nutch as my GSoC 2016 project and finished it. At this blog…
Read More » -
Running -XX:CompileCommand on Windows
The HotSpot JVM provides several command-line arguments related to Just In Time (JIT) compilation. In this post, I look at…
Read More » -
Infinispan Versions Mapped to Minimum Java Versions
I’ve been playing around a little bit with Infinispan recently and one of the characteristics of this “distributed in-memory key/value…
Read More » -
Applying JDK 9 @Deprecated Enhancements
I discussed the currently proposed JDK 9 enhancements for the @Deprecated annotation in the blog post JDK 9 @Deprecated Annotation…
Read More » -
A dream come true…teaching – Professional Java developer: Tools and best practices
I always enjoyed sharing knowledge. One of the reasons I blog is to share my knowledge on things around my…
Read More » -
AWS Lambda for Serverless Java Developers: What’s in It for You?
How can serverless computing help your production infrastructure? The serverless computing architecture has been gaining attention during the past few…
Read More » -
Integrating with RabbitMQ using Spring Cloud Stream
In my previous post I wrote about a very simple integration scenario between two systems – one generating a work unit…
Read More » -
Lazy evaluation
Recently i was writing log4j appender and wanted to use logger in it to log some diagnostic details during custom…
Read More » -
Communicating Design
Software design is crucial. It is the foundation of an application. Much like a blueprint, it provides a common platform…
Read More »