Tagged articles

backend validation

3 articles · Page 1 of 1
Java Tech Enthusiast
Java Tech Enthusiast
Nov 7, 2025 · Backend Development

Build Dynamic Forms with SpringBoot and JSON Schema: A Complete Guide

Learn how to create flexible, low‑code dynamic forms by leveraging JSON Schema with SpringBoot on the backend and Vue3 on the frontend, covering schema definition, validation, storage, API design, and automatic UI rendering, plus advanced tips for versioning, low‑code builders, and multi‑platform support.

Dynamic FormsJSON schemaVue3
0 likes · 10 min read
Build Dynamic Forms with SpringBoot and JSON Schema: A Complete Guide
IT Services Circle
IT Services Circle
Jul 14, 2024 · Backend Development

Understanding MyBatis Dynamic SQL, OOM Incidents, and the Importance of Backend Parameter Validation

This article explains MyBatis dynamic SQL, recounts a first‑hand OOM incident caused by missing backend validation, and shares practical lessons on parameter checking, balancing reusable versus specialized interfaces, and adopting defensive programming to build more reliable backend systems.

Defensive ProgrammingDynamic SQLMyBatis
0 likes · 11 min read
Understanding MyBatis Dynamic SQL, OOM Incidents, and the Importance of Backend Parameter Validation