Lights, Camera, Action: GitHub Actions with Java (Part 2)
When picking a build distribution with the current version of GitHub Actions setup-java@v2 you really only have two choices: zulu or …

Carl Dea is a Lead Developer and Software Engineer at Deloitte. He has authored Java books and has been developing software for 20+ years with many clients, from Fortune 500 companies to nonprofit organizations. He has written software ranging from mission-critical applications to e-commerce applications. Carl has been using Java since the very beginning (when Applets were cool) and is a JavaFX enthusiast (fanboy) dating back to when it used to be called F3/JavaFX script. He greatly loves sharing and advocating Java based technologies.
1 views

Carl Dea
13,774 viewsWhen picking a build distribution with the current version of GitHub Actions setup-java@v2 you really only have two choices: zulu or …

Carl Dea
14,320 viewsLearn how to create a GitHub Action job that will build and test a Java-based project using Maven or Gradle.

Dig a little deeper in our exploration of Project Panama and learn how to talk to third party libraries such as SDL & OpenGL.

Carl Dea
7,499 viewsLearn the basics of using jshell. Next, combine that with learning how to run a JavaFX application file from a terminal command prompt!

JavaFX Skins for Android, iOS; BlockHound, for detecting cases of blocking, JEP 411, the SecurityManager deprecation, recent Snyk/Azul …

Carl Dea
5,892 viewsLearn how to make WebService calls (RESTful) from your JavaFX application to retrieve weather data based on geographic locations.

Carl Dea
48,735 viewsFor the beginner to developing JavaFX applications with IntelliJ IDE, this article can help to avoid pitfalls and hit the ground running.

Carl Dea
5,426 viewsIn this part, I will fast forward my progress of the JFX World Clock and jump into building and creating an installer that you can …

Carl Dea
7,306 viewsBuilding Java apps using the new module system can be a challenge, here I will show you how I was able to build a modern MVC based JavaFX …

Carl Dea
6,600 viewsJoin Carl Dea in his JavaFX clock tutorial series where he shows you how he animates the clock face's hands using basic trigonometry.