Learn about Simple Binary Encoding (SBE): how to set it up, define the message structure via XML, and use it for messages in Java.
Also find me here:
Baeldung Author
Yavuz Tas
Yavuz is a professional software developer since 2009. He has diverse experience in creating solutions for enterprise-level requirements, mostly specialized in back-end technologies using Java and Spring Framework. He is a strong follower of test-driven development and a seeker of code quality.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (3)
- Spring Boot (2)
- XML (1)
- Spring Data (1)
- Spring (1)
- Persistence (1)
- Jackson (1)
- Docker (1)
Spring Data Rest – Serializing the Entity ID
Filed under Spring Data
Different ways of serializing entity ids when using Spring Data Rest.
Starting Spring Boot Application in Docker With Profile
Filed under Docker, Spring Boot
How to start up an application with a specific profile using Docker.
Serialize and Deserialize Booleans as Integers With Jackson
Filed under Jackson
Learn how to serialize Boolean values into integers and numeric strings and how to deserialize them back
Guide to Using ModelMapper
Filed under Java
Learn how to map our data between differently structured objects using ModelMapper by creating custom class-to-class mappings with property mappers.
Where Should the Spring @Service Annotation Be Kept?
Filed under Spring
Learn where to put the @Service annotation so that Spring will auto-detect beans during component scanning.
Quick Guide to EntityManager#getReference()
Filed under Persistence
Learn how Hibernate’s EntityManager#getReference method works in various use cases.
The BeanDefinitionOverrideException in Spring Boot
Filed under Spring Boot
Learn about the BeanDefinitionOverrideException in Spring Boot, and how to work with it.
How to Print a Binary Tree Diagram
Filed under Java
Learn how to print a binary tree diagram.