Learn how Groovy language supports pattern matching in Strings.
Also find me here:
Baeldung Author
Kevin Wittek
Testcontainers co-maintainer and Testcontainers-Spock author. Software Craftsman and testing fan. Oracle Developer Champion. Loves to play the electric guitar and is a musician in his second life. Found his own company during his university years, developing mobile apps and client-server applications, which lead to his discovery of Grails and the Groovy ecosystem. Fell in love with TDD because of Spock. Nowadays Kevin is working as a Senior Software Engineer at codecentric AG and focuses on topics such as software craftsmanship, infrastructure as code and continuous integration pipelines, trying to make the world a better place one container at a time.
Here's what I've written (so far):
Baeldung on Java
- All
- Java IO (2)
- Spring Data (1)
- Security (1)
- Java Array (1)
- Java (1)
- JPA (1)
- Groovy (1)
- Gradle (1)
Java Valhalla Project
Filed under Java
Learn about Project Valhalla – the current state of development and what it brings to the table for the day-to-day Java developer once it’s released.
Gradle: build.gradle vs. settings.gradle vs. gradle.properties
Filed under Gradle
Explore different configuration files of a Gradle Java project.
Removing the First Element of an Array
Filed under Java Array
Have a look at ways to remove the first element of an array in Java
Encrypting and Decrypting Files in Java
Use CipherInputStream and CipherOutputStream classes to encrypt and decrypt files in Java.
Implementing a FTP-Client in Java
Filed under Java IO
Learn how to easily interact with an external FTP server in Java.
Spring JPA – Multiple Databases
Filed under JPA, Spring Data
How to set up Spring Data JPA to work with multiple, separate databases.
Baeldung on Kotlin
- All
- Kotlin Classes and Objects (1)
Mapping of Data Objects in Kotlin
Filed under Kotlin Classes and Objects
Learn how to handle data objects in Kotlin, with practical examples.