Recent Posts

Push V3: One Message From Your Server to Every Surface

Author: Shai Almog Original post on Foojay: Read More Push notifications should be application infrastructure, not a pile of expiring certificates and provider-specific JSON. What is Codename One? Codename One is an open-source framework for building native iOS, Android, desktop, and web apps from a single Java or Kotlin codebase. Learn more at codenameone.com. This week we merged Push V3 …

Read More »

Embedding DuckDB in a Maven App (and Using It for Things That Aren’t Databases)

Author: Geertjan Wielenga Original post on Foojay: Read More DuckDB is described as “SQLite for analytics,” which is true: it’s an in-process database engine that runs inside your application, with no server to install or manage. What’s less obvious from that description is that you can get value out of it without ever creating a database at all. Because it …

Read More »

Sheetmusic4J 0.0.3: ABC Notation, Guitar Pro, Engraving Improvements

Author: Frank Delporte Original post on Foojay: Read More Last week I introduced Sheetmusic4J, a Java(FX) library to render and interact with sheet music. That first 0.0.1 release was really a question more than a product: is there any interest in a native Java(FX) sheet music library before I invest more time in it? So I shared it on social …

Read More »