Java
-

How to use regular expression in Java?
Regular expressions are very important tool for seraching in text. Below is the code snippet for executing regex search and…
Read More » -

Using Websocket with Spring Framework and Vuejs
Websockets are full duplex (persistent) connections between client and server such that both can share information with each other without…
Read More » -

Apache Camel 3.1 – More camel-core optimizations coming (Part 2)
I have previously blogged about the optimizations we are doing in the next Camel 3.1 release (part 1). Today I…
Read More » -

OpenJDK Loom and Structured Concurrency
Project Loom is one of the projects sponsored by the Hotspot Group, initiated to deliver high throughput and lightweight concurrency…
Read More » -

Java Mail Sent Over TLS
Abstract The purpose of this blog is to demonstrate how to use Java Mail to send an email using an…
Read More » -

Java Mail Sent Over SSL
Abstract The purpose of this blog is to demonstrate how to use Java Mail to send an email using an…
Read More » -

Creating an API Gateway with Zuul and Spring Boot
Introduction When working with micro services it is common to have unified access-point to your system (also called API Gateway).…
Read More » -

Java Code Geeks are giving away a FREE Sublime Text Editor License via Twitter
Struggling with your heavy-weight editor? Then we have something especially for you! We are running a contest giving away a…
Read More » -

Log4j Bug – Slows down your app
Recently we were troubleshooting a popular SaaS application. This application was slowing down intermittently. To recover from the problem, the…
Read More »





