A quick introduction to the Gatling performance tool and how to record a simple test scenario with it.
Baeldung Author
baeldung
This is the standard author on the site. Most articles are published by individual authors, with their own profiles, but when multiple people have a strong contribution, we publish collectively here.
Here's what I've written (so far):
Spring Boot Support for jOOQ
Filed under Spring Boot, Spring Persistence
A quick guide to Spring Boot support for jOOQ
Introduction to WireMock
A quick and practical guide to stubbing REST APIs with WireMock.
REST API Testing with Cucumber
A quick on on REST API testing with Cucumber.
Guide to Spring @Autowired
Filed under Spring
A guide to the most commonest usage of Springs @Autowired annotation and qualifiers
Multiple Buckets and Spatial View Queries in Spring Data Couchbase
Filed under NoSQL, Spring Data
Learn how to configure Spring Data Couchbase to support multiple buckets and use the repository to write spatial view queries against multi-dimensional data.
JavaServer Faces (JSF) with Spring
Filed under Spring MVC
A quick introduction into setting up JSF and the Spring Framework. It showcases how Spring beans can be accessed from JSF pages and JSF managed beans.
New Features in Java 8
Filed under Java
A short intro into the new features of Java 8; the focus is on default and static interface methods, static method references, and Optional.
Introduction to Java 8 Streams
Filed under Java
A quick and practical introduction to Java 8 Streams.
Purging Expired Tokens Generated By The Registration
A quick writeup on how to clean up the expired verification registration tokens that are left behind by the registration process.
Introduction to Spring REST Docs
This article introduces Spring REST Docs, a test-driven mechanism to generate documentation for RESTful services that is both accurate and readable.
XML Serialization and Deserialization with Jackson
This short tutorial shows how the Jackson library can be used to serialize Java object to XML and deserialize them back to objects.
Spring Security – Run-As Authentication
Filed under Spring Security
Set up a Spring Security application to allow a user to execute logic as another principal with different privileges.
Returning Image/Media Data with Spring MVC
Filed under Spring MVC
The article shows the alternatives for returning image (or other media) with Spring MVC and discusses the pros and cons of each approach.
Intro to WebSockets with Spring
Filed under Spring
A quick intro to using WebSockets with Spring from a JS client.
Spring HTTP/HTTPS Channel Security
Filed under Spring Security
The article briefly demonstrates how to protect sensitive data by configuring HTTPS and discuss further configuration details of the channel security feature.
Mockito’s Mock Methods
Filed under Testing
This tutorial illustrates various uses of the standard static mock methods of the Mockito API.
Introduction to PowerMock
Filed under Testing
This article demonstrates the use of the PowerMockito extension to Mockito’s capabilities, including the mocking of static, final, and private methods.
Guide to the Fork/Join Framework in Java
Filed under Java Concurrency
An intro to the fork/join framework presented in Java 7 and the tools to help speed up parallel processing by attempting to use all available processor cores.
An Intro to Spring HATEOAS
A quick intro to using Spring HATEOAS to add Hypermedia to a practical Spring API.