Java

Decoding the Java Virtual Machine: An In-Depth Dive into JVM Architecture

The Java Virtual Machine (JVM) is an integral part of the Java ecosystem, responsible for executing Java bytecode. Here's an in-depth look at the JVM architecture: Class Loader Subsystem ClassLoader subsystem is a critical part of the Java runtime environment. It enables dynamic loading of classes, maintains class loading isolation,...

by keshav.agarawal
Tag: Java
08-Dec-2023

Java

Consumer Rebalancing in Kafka- An Overview

Introduction Apache Kafka is a distributed system consisting of servers and clients that communicate via a high-performance TCP network protocol. We have components generating events (Producers) and components that consume those events (Consumers). Consumers label themselves with a consumer group name so that each record published on a...

by honey.arora
Tag: Java
09-Nov-2023

AEM, Java

Integrating Check-style and code coverage plugin in AEM codebase

Introduction As developers, we strive to maintain high code quality and ensure that our software is both functional and maintainable. Two essential tools for achieving this are Checkstyle and code coverage analysis. In this blog post, we'll explore how to integrate these plugins into your Adobe Experience Manager (AEM) codebase to boost...

by Medha Kohli
Tag: Java
13-Oct-2023

Java

Multithreading in Java

Multithreading is a fundamental concept in modern software development, allowing programs to efficiently utilize the processing power of today's multi-core processors. Java, a versatile and widely used programming language, provides robust support for multithreading. In this comprehensive guide, we will dive deep into the world of...

by md.shazad
Tag: Java
06-Oct-2023

Java

Exploring Java 9 to 17 Features

Java is a programming language that has been around for a long time and is renowned for its adaptability and durability. In recent years, Java has experienced a significant expansion and evolution, culminating in the release of Java 8. This blog will provide a brief overview of these versions, emphasizing key features and enhancements....

by sumit.gupta2
Tag: Java
01-Oct-2023

Java, Software development

CTE in MySQL for Java Developer

Introduction to Common Table Expression (CTE) in MySQL? A Common Table Expression (CTE) is a temporary named result set that is defined within the scope of a single SQL query. It allows you to write complex queries in a more readable and maintainable manner, by breaking them down into smaller, logical steps. CTEs can be used in MySQL...

by rajat.rastogi
Tag: Java
02-Sep-2023

Automation Testing, Java

Comparing Selenium 3 and Selenium 4: A Comprehensive Analysis

Introduction As the software testing world evolves, it is important for developers and testers to stay updated with the latest technologies and tools. One such tool is Selenium, a popular open-source testing framework that automates web browsers. With the recent release of Selenium 4, many developers wonder what improvements have been...

by avinash.kumar
Tag: Java
01-Sep-2023

Java

Why not CompletableFuture? Reactive Programming is the Rescue!

For many use cases, when you have to perform compute-intensive work, make network calls, or execute some parallel processing, we tend to go with multi-threading. Some temporary threads are spawned to process smaller tasks and merged back to the main request thread post-processing. CompletableFutures CompletableFutures were introduced...

by rajat.rastogi
Tag: Java
26-Aug-2023

Grails, Java

Handling Exceptions in Grails

Daahh !! Who doesn't know how to handle exceptions. A simple try-catch block would do the job. But think of so many methods where we will have to keep the same code of catching exceptions and then creating the desired response. Hmm, haven't you heard of the common try-catch in the filter? Well, we can do that! But let's say we have...

by Sumit Navin
Tag: Java
03-Jan-2022

Java, Product Engineering

Groovying on Template Aid for Java

If you haven't combined Groovy scripts with your Java projects yet, you're missing out. It's super easy with Maven, and it'll make your code more modular and elegant. But most importantly, you'll have some fun scripting, and if nothing else, you'll most certainly benefit from some of the grooviest features, including the magic that...

by Sumit Navin
Tag: Java
23-Dec-2021

AWS, Cloud

TO THE NEW Organized TechFluence, 2018: Highlights

TechFluence, 2018 is a community-driven technology conference organized by TO THE NEW on 24th March 2018 in Crowne Plaza, New Delhi. We have been organizing GrailsConf, an independent series of global conferences with a complete focus on Groovy, Grails, Gradle and the related technologies from last 5 years.  This year we decided to...

by Nidhi Choudhary
Tag: Java
28-Mar-2018

AWS, Cloud

TechFluence 2018: 1 Day To Go!!!

After 4 successful editions of Grails Conferences, TO THE NEW is back with something big this time and it covers a broad spectrum of technologies. Introducing our flagship annual technology conference TechFluence. The conference sets the stage for learnings on technologies such as Blockchain, AWS, Docker, Java, Spring, NodeJS, React,...

by Sakshi Tyagi
Tag: Java
23-Mar-2018