/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

openliberty.io
| | jsloop.net
3.7 parsecs away

Travel
| | Here is a basic server setup with JAX-RS 3 using Jersey and Jetty 11 for the server. JAX-RS is Java API specification for RESTful web services using annotations. The project structure is as follows.
| | mydeveloperplanet.com
3.3 parsecs away

Travel
| | This blog introduces jOOQ, Liquibase, and Testcontainers integration in a Spring Boot application. It covers setting up the application, adding Liquibase for database management, generating jOOQ code, integrating a repository, implementing controller methods, and using Testcontainers for integration testing. Additionally, it discusses running the application with Spring Boot Docker Compose support.
| | vanwilgenburg.wordpress.com
2.2 parsecs away

Travel
| | Earlier this year I wrote an article on how to run your integration tests with an embedded elasticsearch. When upgrading to elasticsearch 7 this method didn't work (yet). An alternative (and maybe even better) method is using Testcontainers to run elasticsearch in a Docker container. I will also show how you can leverage Karate to...
| | stephennimmo.com
11.9 parsecs away

Travel
| [AI summary] This article explains how to integrate Lombok and MapStruct in a Maven project to simplify code generation and mapping between Java bean types.