Tag

Fluent API

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Apr 5, 2024 · Backend Development

Master Spring Data JPA Query by Example: Practical Guide & Code Samples

This article introduces Spring Data JPA's Query by Example (QBE) feature, explains its benefits and limitations, and provides step‑by‑step code examples—including entity definition, repository setup, and various query scenarios—illustrated with SQL output and screenshots.

Fluent APIJavaQuery by Example
0 likes · 11 min read
Master Spring Data JPA Query by Example: Practical Guide & Code Samples
Java Architecture Diary
Java Architecture Diary
Jan 10, 2024 · Backend Development

Boost Your Java HTTP Calls with mica-http: Fast, Fluent, and Secure

This article introduces mica-http, a lightweight Fluent‑style HTTP client built on OkHttp, walks through dependency setup, synchronous and asynchronous usage, global logging, custom client and cookie management, presents performance benchmarks, and highlights its automatic resource handling for safe, high‑performance requests.

Fluent APIHTTPJava
0 likes · 7 min read
Boost Your Java HTTP Calls with mica-http: Fast, Fluent, and Secure
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jan 3, 2024 · Backend Development

Simplify Spring JDBC with the New Fluent JdbcClient API – A Hands‑On Guide

This article demonstrates how Spring 6.1’s new fluent JdbcClient API simplifies JDBC operations—showing environment setup, table creation, data‑source configuration, various placeholder and named‑parameter queries, custom result mapping, and CUD actions—while comparing it to the traditional JdbcTemplate approach.

DatabaseFluent APIJDBC
0 likes · 11 min read
Simplify Spring JDBC with the New Fluent JdbcClient API – A Hands‑On Guide
Selected Java Interview Questions
Selected Java Interview Questions
Dec 4, 2023 · Backend Development

Design and Implementation of a Java Rule Engine with AND/OR Logic

This article presents a Java-based rule engine design that separates rule definitions, data transfer objects, and execution logic, demonstrating AND/OR composition, abstract rule templates, concrete implementations, and a fluent API for building and executing complex rule chains.

AND/OR LogicFluent APIJava
0 likes · 8 min read
Design and Implementation of a Java Rule Engine with AND/OR Logic
Architect's Tech Stack
Architect's Tech Stack
Jan 20, 2021 · Fundamentals

Using a Generic Builder Pattern in Java to Simplify Object Creation

This article demonstrates how a universal Builder utility can replace verbose object construction in Java, allowing developers to instantiate a class and set multiple properties—including complex collections—in a single fluent chain, while also explaining the underlying implementation and usage examples.

Builder PatternFluent APIJava
0 likes · 7 min read
Using a Generic Builder Pattern in Java to Simplify Object Creation
Java Architecture Diary
Java Architecture Diary
Aug 1, 2019 · Backend Development

Mastering mica-http: Fluent HTTP Requests with OkHttp Wrapper

mica-http is a Java wrapper for OkHttp that offers a fluent‑style HTTP client, showing Maven/Gradle integration, global logging configuration, synchronous and asynchronous request examples, and advanced features like header, cookie, query, form handling, and response processing with Jackson and Jsoup.

Fluent APIHTTPHTTP Client
0 likes · 6 min read
Mastering mica-http: Fluent HTTP Requests with OkHttp Wrapper