Tag

wrapper

1 views collected around this technical thread.

Java Architect Essentials
Java Architect Essentials
Jul 30, 2022 · Backend Development

Gradle vs Maven: Installation, Wrapper, Dependency Management, Tasks, Plugins, and Why Choose Gradle

This article explains the shortcomings of Maven, shows how to install Gradle (including package‑manager and wrapper methods), demonstrates Gradle wrapper usage in IDEA, compares dependency scopes, outlines task and plugin customization, provides mirror and proxy configuration, and lists the speed, flexibility and conciseness advantages that make Gradle a superior build tool for Java projects.

DevOpsGradleJava
0 likes · 12 min read
Gradle vs Maven: Installation, Wrapper, Dependency Management, Tasks, Plugins, and Why Choose Gradle
Cognitive Technology Team
Cognitive Technology Team
May 6, 2022 · Fundamentals

Why Java equals Returns False for Different Wrapper Types and How to Avoid It

Although numeric wrapper objects in Java may hold equal values, using the equals method on different wrapper types—or mixing primitive and wrapper types—returns false; this article explains the underlying source‑code behavior and recommends using type‑consistent equals or the compare methods to avoid bugs.

Programmingcompareequals
0 likes · 4 min read
Why Java equals Returns False for Different Wrapper Types and How to Avoid It
Test Development Learning Exchange
Test Development Learning Exchange
Nov 7, 2021 · Backend Development

Custom Python Logging Wrapper Using colorlog

This article introduces a custom Python logging wrapper built on the standard logging module and colorlog, explaining its design, configuration of console and file handlers, level settings, formatter setup, and usage examples to enhance debugging and monitoring across development, testing, and production phases.

ColorLogdebugginglogging
0 likes · 4 min read
Custom Python Logging Wrapper Using colorlog
Top Architect
Top Architect
Feb 27, 2021 · Backend Development

A Comprehensive Guide to Gradle: Installation, Wrapper, Dependency Management, Tasks, Plugins, and Mirror Configuration

This article introduces Gradle as a modern Java build tool, explains how to install it via binaries or package managers, demonstrates using the Gradle wrapper, details dependency scopes, describes custom tasks and plugins, and provides step‑by‑step instructions for configuring mirrors and proxy settings to improve download speed and reliability.

GradleJavaProxy
0 likes · 11 min read
A Comprehensive Guide to Gradle: Installation, Wrapper, Dependency Management, Tasks, Plugins, and Mirror Configuration
Aikesheng Open Source Community
Aikesheng Open Source Community
Feb 1, 2021 · Databases

Installing DBLE on Huawei Kunpeng 920 ARM Servers

This guide explains how to install and run the DBLE distributed database middleware on Huawei's Kunpeng 920 ARM‑based servers, covering wrapper preparation, Kunpeng‑compatible JDK installation, DBLE startup verification, and connection testing with MySQL client.

ARMDBLEDistributed Database
0 likes · 6 min read
Installing DBLE on Huawei Kunpeng 920 ARM Servers
Top Architect
Top Architect
Jan 23, 2021 · Backend Development

Why Switch from Maven to Gradle: Installation, Wrapper, Dependency Management, and Advantages

This article explains the drawbacks of Maven, introduces Gradle as a modern Java build tool, and provides step‑by‑step guidance on installing Gradle, using the Gradle wrapper, managing dependencies, configuring mirrors and proxies, and highlights Gradle’s speed, flexibility, and concise DSL compared to Maven.

Build ToolsGradleJava
0 likes · 13 min read
Why Switch from Maven to Gradle: Installation, Wrapper, Dependency Management, and Advantages