Simon Martinelli14 articles
About a testing framework that stands out for its ability to run browserless testing, offering several advantages over traditional end-to-end testing approaches, such as Selenium, Playwright, or Cypress.
-
The Best Way to Handle Phone Numbers
Processing phone numbers seems complicated at first glance because of the many different formats.
-
Foojay Podcast #53: JCON Report, Part 5 – CQRS, JOOQ, GraphQL, API, Vaadin, OpenRewrite, ErrorProne, Gateways, Proxies,…
In this episode you’ll hear Simon Martinelli, Nicolas Fränkel, Marcus Hellberg, Rick Ossendrijver, and Abdel Sghiouar.
- Frank Delporte,
- Marcus Hellberg,
- Nicolas Frankel,
- Simon Martinelli
-
Foojay Podcast #46: JUG Switzerland
In this episode, Frank and the Foojay Podcast leave the European Union and step over the border of Switzerland, the country where the Red Cross was started, and many international institutions have their headquarters.
- Frank Delporte,
- Simon Martinelli
-
Video: Spring Boot Testcontainers Support for Local Development
With Spring Boot 3.1, Testcontainers support for local development was added. This video will show you how this works and how to use it.
- Simon Martinelli
-
Video: Spring Boot Docker Compose Support
In Spring Boot 3.1, Docker Compose support was added to simplify local development with external resources.
-
Durable Subscription with JMS and Spring Boot
When using the publish-subscribe domain with JMS, we often want to use durable subscriptions. But how can this be done with Spring Boot?
-
Testing Spring Boot JMS with ActiveMQ Artemis and Testcontainers
Testcontainers is a fantastic way to start resources as containers. Even if there is no pre-made container, you can always use GenericContainer to run virtually any container image.
- Simon Martinelli
-
Video: Vaadin Drag & Drop Support. It’s so easy!
In this video I show how simple it can be to add drag and drop to a Vaadin application!
-
Vaadin, OAuth2, and Keycloak
Security matters! Learn how to configure Vaadin and Spring Security to use OAuth2 with Keycloak on Foojay.io Today!
-
How to Deploy a Vaadin Application to Google Cloud App Engine
Deploying to Google App Engine is straight-forward using the Maven plugin, but you must analyze the log files and probably configure the Java version, the instance size, and session affinity.