Recent Posts

How to Create a Spring Boot Fraud Scoring Service

Author: Geertjan Wielenga Original post on Foojay: Read More Most Java teams who want a machine learning model in production end up standing up a Python service and calling it over HTTP. That works, but it buys you, as a Java developer, a second runtime, a second deployment pipeline, a network hop on every prediction, and a team boundary that …

Read More »

HTTP QUERY Method Explained: RFC 10008, Ecosystem Adoption, and a Quarkus Implementation

Author: Hüseyin Akdoğan Original post on Foojay: Read More When you build a search API, you usually start with HTTP GET, the natural choice for a read operation: it is safe, idempotent, and cacheable. Then the search form grows, filters multiply, and nested criteria appear. Since using GET means placing the query inside the URI, a length limit problem emerges. …

Read More »

Introducing Sheetmusic4J, a Java(FX) Library to Render and Interact with Sheet Music

Author: Frank Delporte Original post on Foojay: Read More I’m building MelodyMatrix with my son, an application to look at and play along with music. The app already shows a song in different views: falling blocks, chords, guitar views, and many more. Now we want a Learn section, a view that helps someone practice piano by following the actual sheet …

Read More »