stechy1
JCHJava Community | Help. Code. Learn.
•Created by Jean on 12/29/2024 in #java-help
How do you test GUI on a modern JavaFX application?
Hello, I'm using jUnit 5 for small tests and TestFX for integration tests and it works like a charm 😊
7 replies
JCHJava Community | Help. Code. Learn.
•Created by Hype_the_Time on 12/12/2024 in #java-help
In Project Annotation Proccessor
Hi, if you have some code used in a production code and also in annotations processor, you can extract it to a separated module...
270 replies
JCHJava Community | Help. Code. Learn.
•Created by Aze on 11/1/2024 in #java-help
Gradle, Ebean: Service loader didn't find a SpiContainerFactory?
I hope I will not get banned by posting this link 🙂
https://www.baeldung.com/java-spi
13 replies
JCHJava Community | Help. Code. Learn.
•Created by Aze on 11/1/2024 in #java-help
Gradle, Ebean: Service loader didn't find a SpiContainerFactory?
Hello, do you know how the SPI works?
Providing a class in your jar is just one part. As a second part, you have to configure META-INF/services to inform java about your class...
13 replies