Explore how to implement page-based and cursor-based pagination in a Spring Boot application using GraphQL.
Also find me here:
Baeldung Author
Wynn Teo
I’m Wynn, a Full-stack Developer with a 10+ years of experience. I began my journey in the tech world during my university days in Singapore, and coding has been my passion ever since. I enjoy learning, especially when it comes to all things tech. The journey of gaining knowledge is what keeps me going.
Here's what I've written (so far):
Baeldung on Java
- All
- JPA (10)
- Spring Data (6)
- Persistence (6)
- Java Concurrency (6)
- Web Services (4)
- Java Numbers (4)
- JSON (4)
- Spring Boot (3)
- Networking (3)
- Java List (3)
- Java IO (3)
- Java Array (3)
- Java (3)
- HTTP Client-Side (3)
- Core Java (3)
- Algorithms (3)
- Testing (2)
- Spring (2)
- Java String (2)
- Java Dates (2)
- Jackson (2)
- Data (2)
- Spring Cloud (1)
- Security (1)
- REST (1)
- NoSQL (1)
- Java Map (1)
- Java Collections (1)
- Cloud (1)
One Reader with Multiple Processors and Writers in Spring Batch
Filed under Spring Boot
Learn how to configure a Spring Batch job using a single reader but multiple processors and writers.
How to Return anydata on GraphQL Mutation
Filed under Web Services
Explore how to return anydata from a GraphQL mutation using unions and custom logic.
Converting a String to a SOAPMessage
Filed under Web Services
Learn how to convert a SOAP XML string into a Java SOAPMessage object.
Sanitize HTML Code to Prevent XSS Attacks
Filed under Security
Explore how to sanitize HTML input in Java applications to prevent XSS attacks.
How to Configure GraphQL/REST APIs Using Apache Camel
Filed under REST
Learn how to integrate both REST and GraphQL endpoints into an Apache Camel application
A Guide to RestFB
Filed under HTTP Client-Side, Web Services
Explore how to use RestFB to interact programmatically with Facebook services, such as handling authentication, retrieving user profiles, posting to pages
Converting a cURL Request to an HTTP Request in Java
Filed under HTTP Client-Side
Explore how to translate a simple cURL command into Java code using various libraries and tools.
Send and Receive Serialized Object in Socket Channel
Filed under Java IO
Learn how to set up a client-server system using Java NIO’s SocketChannel to send and receive serialized objects.