Tag

API Validation

0 views collected around this technical thread.

macrozheng
macrozheng
May 9, 2025 · Backend Development

Master Spring Boot Parameter Validation: From Bean Validation to Global Exception Handling

This tutorial walks through the need for robust API parameter validation in Spring Boot, introduces the Bean Validation specification and its implementations, explains key constraint annotations, demonstrates a quick start with Maven dependencies, shows how to build DTOs and controllers, and details a unified global exception handling strategy for clean error responses.

API ValidationBean ValidationException Handling
0 likes · 22 min read
Master Spring Boot Parameter Validation: From Bean Validation to Global Exception Handling
macrozheng
macrozheng
Nov 4, 2020 · Backend Development

Mastering Spring Boot: Build Clean, Validated, and Unified Backend APIs

Learn how to construct robust Spring Boot backend APIs by integrating essential dependencies, applying concise parameter validation with Validator and BindResult, handling exceptions globally, creating custom error types, and standardizing responses through a unified ResultVO, all while simplifying code and improving maintainability.

API ValidationGlobal Exception HandlingSpringBoot
0 likes · 20 min read
Mastering Spring Boot: Build Clean, Validated, and Unified Backend APIs
FunTester
FunTester
Jan 18, 2020 · Operations

Business Validation Demo for Like/Unlike API in Performance Testing

The article demonstrates how to perform business‑level validation of a resource's like/unlike API during performance testing, including Java methods for the operations, a Groovy load‑testing script, and explanations of error handling within the testing framework.

API ValidationGroovyJava
0 likes · 6 min read
Business Validation Demo for Like/Unlike API in Performance Testing
360 Tech Engineering
360 Tech Engineering
Feb 15, 2019 · Backend Development

Using JSON Schema for API Response Validation

This article introduces JSON Schema, explains its role in defining and validating JSON data structures, shows how to obtain implementations for various languages, and provides practical examples and configuration items for validating API responses in backend testing scenarios.

API ValidationBackendJSON Schema
0 likes · 7 min read
Using JSON Schema for API Response Validation
360 Quality & Efficiency
360 Quality & Efficiency
Feb 1, 2019 · Backend Development

Using JSON Schema for API Response Validation

This article introduces JSON Schema, explains how to obtain implementations for various languages, demonstrates its usage for validating API responses, and details the most common configuration keywords and examples to help developers efficiently enforce JSON data formats.

API ValidationBackendJSON Schema
0 likes · 8 min read
Using JSON Schema for API Response Validation