Tagged articles
17 articles
Page 1 of 1
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Nov 15, 2024 · Backend Development

Spring Boot 3.2.5 New Features: Multithreaded Bean Init, @Fallback, RestClient & More

This article walks through Spring Boot 3.2.5 enhancements including multithreaded bean initialization, the new @Fallback annotation, handling duplicate bean names, RestClient.create(URI) usage, header binding to records, expanded task‑scheduler metadata, and a host of other backend improvements.

Backend DevelopmentRestClientSpring Boot
0 likes · 9 min read
Spring Boot 3.2.5 New Features: Multithreaded Bean Init, @Fallback, RestClient & More
Architect
Architect
Aug 14, 2024 · Backend Development

How to Build a Scalable Distributed Task Scheduling Platform

This article outlines the essential components and design considerations for creating a distributed task scheduling platform, covering triggers, scheduling strategies, executors, task chains, circuit breakers, exception handling, blocking control, service discovery, monitoring, and a management console.

Backend ArchitectureDistributed Schedulingcircuit breaker
0 likes · 9 min read
How to Build a Scalable Distributed Task Scheduling Platform
Su San Talks Tech
Su San Talks Tech
Jul 13, 2024 · Backend Development

Master PowerJob: A Modern Java Distributed Task Scheduling Framework

PowerJob is a Java‑based, enterprise‑grade distributed task scheduling platform offering a web UI, multiple scheduling strategies (CRON, fixed rate, delay, API), diverse execution modes, workflow support, and high‑availability, with detailed installation steps via Docker or JAR, configuration guidance, and sample code.

Backend DevelopmentDistributed SchedulingJava
0 likes · 12 min read
Master PowerJob: A Modern Java Distributed Task Scheduling Framework
Su San Talks Tech
Su San Talks Tech
Apr 5, 2023 · Backend Development

Auto‑Register XXL‑Job Executors and Tasks with a Spring Boot Starter

This guide explains how to create a Spring Boot starter that automatically registers XXL‑Job executors and job handlers to the scheduling center, eliminating manual configuration through the admin UI and streamlining task management for large‑scale Java projects.

XXL-JOBauto registrationtask scheduler
0 likes · 17 min read
Auto‑Register XXL‑Job Executors and Tasks with a Spring Boot Starter
Code Ape Tech Column
Code Ape Tech Column
May 30, 2022 · Backend Development

Getting Started with the XXL‑Job Distributed Task Scheduling Framework in Java

This article provides a comprehensive step‑by‑step guide on installing, configuring, and using the open‑source XXL‑Job distributed scheduling framework—including server and executor deployment, task creation via annotations, API and sharding, execution, logging, and an in‑depth look at its Netty‑based communication design.

Javatask scheduler
0 likes · 11 min read
Getting Started with the XXL‑Job Distributed Task Scheduling Framework in Java
Tencent Cloud Middleware
Tencent Cloud Middleware
Mar 7, 2022 · Operations

From Crontab to Tencent Cloud TCT: The Evolution of Distributed Task Scheduling

This article traces the evolution of scheduled tasks—from simple single‑machine cron jobs to modern distributed scheduling platforms—explains three core scenario types, compares major frameworks such as Quartz, xxl‑job, PowerJob and ElasticJob, and details Tencent Cloud Task (TCT) architecture, a sharding case study, and future trends.

Distributed Schedulingtask scheduler
0 likes · 22 min read
From Crontab to Tencent Cloud TCT: The Evolution of Distributed Task Scheduling
Top Architect
Top Architect
Dec 15, 2021 · Backend Development

Comparison of Distributed Task Scheduling Frameworks: Elastic-Job, X-Job, and Quartz

This article analyzes common business scenarios requiring timed tasks, reviews single‑machine and distributed scheduling solutions such as Timer, ScheduledExecutorService, Spring, Quartz, TBSchedule, Elastic‑Job, Saturn, and XXL‑Job, and provides a detailed feature‑by‑feature comparison to help choose the most suitable framework.

BackendDistributed SchedulingElastic-Job
0 likes · 12 min read
Comparison of Distributed Task Scheduling Frameworks: Elastic-Job, X-Job, and Quartz
Java High-Performance Architecture
Java High-Performance Architecture
Oct 4, 2021 · Backend Development

Choosing the Right Distributed Scheduler: Elastic‑Job vs X‑Job vs Quartz

This article examines common business scenarios requiring timed tasks, compares standalone and distributed scheduling frameworks such as Timer, ScheduledExecutorService, Spring, Quartz, TBSchedule, elastic‑job, Saturn and xxl‑job, and provides a detailed side‑by‑side analysis of elastic‑job and xxl‑job to help you select the most suitable solution.

Distributed SchedulingElastic-JobXXL-JOB
0 likes · 15 min read
Choosing the Right Distributed Scheduler: Elastic‑Job vs X‑Job vs Quartz
Architecture Digest
Architecture Digest
Oct 3, 2021 · Operations

Comparison of Distributed Scheduling Frameworks and Their Differences from Quartz

This article examines common business scenarios that require timed tasks, introduces single‑machine and distributed scheduling solutions such as Timer, ScheduledExecutorService, Spring, Quartz, TBSchedule, elastic‑job, Saturn, and XXL‑Job, and provides a detailed feature‑by‑feature comparison to help choose the most suitable framework.

Distributed SchedulingElastic-JobQuartz
0 likes · 11 min read
Comparison of Distributed Scheduling Frameworks and Their Differences from Quartz
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Sep 28, 2021 · Backend Development

Choosing the Right Java Distributed Scheduler: Elastic‑Job vs XXL‑Job vs Quartz

This article examines common business scenarios requiring timed tasks, explains why scheduled jobs are essential, compares single‑machine and distributed Java scheduling frameworks, and provides an in‑depth comparison of Elastic‑Job and XXL‑Job across features like clustering, scaling, monitoring, and fault handling.

Distributed SchedulingElastic-JobJava
0 likes · 15 min read
Choosing the Right Java Distributed Scheduler: Elastic‑Job vs XXL‑Job vs Quartz
Programmer DD
Programmer DD
Jul 21, 2021 · Backend Development

Master Distributed Scheduling in Spring Boot with ElasticJob Lite

This guide explains how to replace @Scheduled with the Apache ElasticJob Lite framework in a Spring Boot application, covering project setup, dependency configuration, job implementation, ZooKeeper registration, sharding settings, and testing in a clustered environment to achieve reliable distributed task execution.

Distributed SchedulingJavaSpring Boot
0 likes · 10 min read
Master Distributed Scheduling in Spring Boot with ElasticJob Lite
Top Architect
Top Architect
Jul 8, 2021 · Backend Development

Implementing Dynamic Add/Delete/Start/Stop Scheduled Tasks in Spring Boot

This article explains how to overcome Spring Boot's static @Scheduled limitation by customizing the task scheduler, creating wrapper classes and a registrar to dynamically add, remove, start, and stop cron‑based jobs, with full code examples and a database‑driven design.

Backend DevelopmentDynamic SchedulingJava
0 likes · 11 min read
Implementing Dynamic Add/Delete/Start/Stop Scheduled Tasks in Spring Boot
Beike Product & Technology
Beike Product & Technology
Mar 19, 2021 · Backend Development

Implementing a PHP Coroutine Task Scheduler for Concurrent RPC and MySQL Access

This article presents a PHP coroutine‑based Task Scheduler that enables high‑concurrency RPC calls and asynchronous MySQL queries, explains its design and implementation with code examples, compares performance against traditional synchronous and HttpMultiClient approaches, and discusses task dependency handling using DAG and topological sorting.

AsyncRPCconcurrency
0 likes · 19 min read
Implementing a PHP Coroutine Task Scheduler for Concurrent RPC and MySQL Access
360 Tech Engineering
360 Tech Engineering
Mar 28, 2019 · Backend Development

Implementing Java Scheduled Tasks with Spring and Cron Expressions

This article explains how to implement scheduled tasks in Java, compares built‑in JDK timers, Quartz, and Spring's task scheduler, and provides detailed steps for using Spring XML configuration, annotations, and dynamic code addition together with a guide to writing cron expressions.

BackendJavaScheduled Tasks
0 likes · 4 min read
Implementing Java Scheduled Tasks with Spring and Cron Expressions