-
Enterprise Java
SecureLogin For Java Web Applications
No, there is not a missing whitespace in the title. It’s not about any secure login, it’s about the SecureLogin…
Read More » -
Core Java
How to Format a String, Clarified!
A User-Friendly Introduction The Java Documentation of String formatting is not the easiest to read and understand if you are…
Read More » -
Android Core
Intercept Incoming SMS on Android
Last week I talked about using SMS to activate your application which is a pretty powerful way to verify a…
Read More » -
Core Java
Enum: How to use name() and toString() methods correctly
The Difference Between Two Methods? The Java Enum has two methods that retrieve that value of an enum constant, name() and…
Read More » -
Core Java
Testing time based reactor core streams with Virtual time
Reactor Core implements the Reactive Streams specification and deals with handling a (potentially unlimited) stream of data. If it interests you,…
Read More » -
Enterprise Java
Eclipse MicroProfile: 5 Things You Need to Know
Optimising Enterprise Java for Microservice Architecture The Eclipse MicroProfile initiative was launched at JavaOne 2016, the brainchild of server vendors…
Read More » -
Core Java
Java 9, Jigsaw, JPMS, and Modules: A Personal Exploration
Java 9 delayed so many times because of Project Jigsaw, and you may be heard a lot of thing about modules,…
Read More » -
Enterprise Java
Introduction to WSO2 Registry Mounting
This post is based on the common questions raised about registry mounting and how it works etc. Below are the…
Read More » -
Core Java
GC Explained: Algorithms
As described in the previous post, we have four different garbage collectors available in HotSpot JVM. There are some significant…
Read More »