Friends of OpenJDK

Creating a JavaFX World Clock App from Scratch

D.openjdk
Carl Dea
This is a quick tour of advanced topics on how I created a sci-fi looking World Clock application using zero (NO) 3rd party Java library dependencies (Just pure Java). The advance topics you'll get to explore are the following: Animation WebView Custom UI styling Scene Builder tool Jlink Integration of external Weather & Map Service APIs

Additional information

Type devroom

More sessions

2/6/21
Friends of OpenJDK
Simon Ritter
D.openjdk
Java is changing faster than ever with new features being added every six months. Despite being over 25 years old, Java is still adapting to ensure it remains one of the most popular platforms on the planet. Find out in this session how to take advantage of many of these exciting new features.
2/6/21
Friends of OpenJDK
Stephen Chin
D.openjdk
Foojay is all about the community helping to take Java forward, so as an attendee of the Friends of OpenJDK FOSDEM devroom you are already on your way towards making the Java community better! But what can we all encourage our friends and colleagues to do in order to make the Java community more vibrant, active, and welcoming. In this presentation, you will learn all of the insider secrets on how to support the worldwide community of 12 million Java developers.
2/6/21
Friends of OpenJDK
Zoran Sevarac
D.openjdk
Most software developers are not also data scientists or machine learning experts.
2/6/21
Friends of OpenJDK
Marc Hoffmann
D.openjdk
Even though it is 25 years old, Java is still a modern and one of the most used programming languages. For this, the language, the APIs, and the runtime have been dramatically improved over the years. As a Java developer since the early 1.0 days, the presenter has collected extensive information over the years and has finally put it together on the Java Version Almanac website: https://javaalmanac.io. In this session, we take a look behind the scenes of the Java Version Almanac and touch on some ...
2/6/21
Friends of OpenJDK
Gerrit Grunwald
D.openjdk
At Azul, we have spent some time to create a little API that should help you to discover builds of OpenJDK from different distributions in a general way. In this session, we will give you a short introduction on what the Disco API is and how it can help you finding the JDK/JRE of your choice. At the moment the API can help you getting builds of OpenJDK from the following distributions: AdoptOpenJDK, Corretto, Dragonwell, Liberica, Oracle OpenJDK, SAP Machine, and Zulu.
2/6/21
Friends of OpenJDK
Marco Vermeulen
D.openjdk
SDKMAN is the Software Development Kit Manager. It is fast becoming the defacto standard for installing JDKs and other JVM related SDKs on the CLI. It's a Free and Open Source tool with the primary purpose to making developers' lives less painful! This talk will begin with a demo of how SDKMAN can be used in your daily workflow. We will show you how to install multiple Candidate Versions side by side and how to switch between them. We will also look at some of the other functionalities that it ...
2/6/21
Friends of OpenJDK
Christian Stein
D.openjdk
Java build tools were developed before Java modules were around -- Bach builds (on(ly)) Java modules!