Friends of OpenJDK Today

Video series “JavaFX In Action”, Part 2

November 22, 2024

Author(s)

  • Avatar photo
    Frank Delporte

    Frank Delporte (@frankdelporte) is a Java Champion, Java Developer, Technical Writer at Azul, Blogger, Author of "Getting started with Java on Raspberry Pi", and Pi4J Contributor. Frank blogs about his ... Learn more

In July, we published the first part, which included four interviews with Pedro Duque Vieira, Daniel Zimmermann, Christopher Schnick, and Robert Ladstätter.

In this part, we have four new interviews for you! Learn more about JavaFX combined with Scala, Swing, React, trains, scientific research, banking, and more...

Maciej Gorywoda about FxCalculator

Maciej Gorywoda is the product marketing manager for the IntelliJ Scala team at JetBrains. As a Scala Ambassador, he teaches Scala and makes its community more beginner-friendly. He is also self-publishing a fantasy novel.

FxCalculator is a calculator for your Android phone. It’s got all the usual buttons with numbers and operators, and parentheses, as well as buttons for storing the partial results of your calculations in the memory. It also has an advanced editor mode, under the “Fx” button.

In this mode, you can write an expression with your virtual keyboard as if you were writing simple programming code. You can use variables and functions, combine them, and write custom ones. They’re stored on the phone so they can be actually useful to you more than once.

More info in this blog post.


Ramiro Domínguez Ayub about the Televic Generic Update Tool

Ramiro Domínguez Ayub is a Java developer with a lot of experience in Java backend development. His roots are in Cuba, but after living in Spain and visiting Bruges a few times, he permanently moved to Belgium. Since then, he has joined Televic Rail, working on passenger information systems for trains. When he joined Televic, he started using JavaFX to develop the Televic Generic Update Tool (TGUT).

This tool is used internally at Televic Rail by the R&D, Quality, and production teams to test devices, check installed hardware en software in a train system, perform multiple simultaneous updates, etc. Based on an XML configuration file, the available devices and software packages get visualized for each project so it becomes impossible to apply wrong updates to devices.

The same tool and configuration files are used by the end-customer to update and maintain the Televic devices (speakers, amplifiers, passenger emergency panels, LED displays, TFT screens, servers,…) which are installed in a train.

Thanks to the thread handling in the Java backend of the application, it’s possible to perform a lot of those updates at the same time and visualize the progress in the JavaFX UI. This way updating e.g. 30 TFT screens at the same time becomes a quick job that’s fully managed by TGUT.

More info in this blog post.


Christoph Schwentker about JabRef

Christoph Schwentker is a (Kotlin) software developer at System Integration Laboratory GmbH (SIL) in Germany. He is one of the main maintainers of the JabRef project.

JabRef was founded in 2003 and has since been used by many students and researchers. Its mission is to advance knowledge and improve scientific research. JabRef values open access to information and believes modern science can be built on an open institutional structure.

JabRef is developed as free, open-source software and saves your data in a simple text-based file format with no vendor lock-in.

More info in this blog post.


Ulas Ergin: How JavaFX helps to migrate from Swing to React UIs, all combined in one Java app

Ulas Ergin has over 25 years of experience on large-scale enterprise systems in the banking sector, including core-banking migration, cloud transformation, and digitalization projects. He has led several teams within different domains. Currently, he manages a multicultural department in the Netherlands, Ukraine, and Turkey.

At Credit Europe Bank two tools are used, which are created with JavaFX.

The first one is an internal tool used by the developer team to define and setup certain procedures which are used within the applications and for their deployment. This tool is fully created in JavaFX, and was at the same time a research project to gain confidence in the power of Java and JavaFX to build a user interface application.

Based on the knowledge gained from the development of the developer tool, the decision was made to use JavaFX as the foundation to migrate an old application. This resulted in a new internal tool, used by the banking team and in the call centers. The screens of the old Swing application are integrated into this new tool, and are gradually transformed into React views.

JavaFX components bind everything together and provide the main layout, menus, login screens, etc. The React views are integrated into this application with JxBrowser, a Chromium web browser that is fully integrated as a JavaFX component. For the call center team, the call manager was also integrated in this app, so they have all their tools available in one screen.

More info in this blog post.

Topics:

Related Articles

View All

Author(s)

  • Avatar photo
    Frank Delporte

    Frank Delporte (@frankdelporte) is a Java Champion, Java Developer, Technical Writer at Azul, Blogger, Author of "Getting started with Java on Raspberry Pi", and Pi4J Contributor. Frank blogs about his ... Learn more

Comments (0)

Your email address will not be published. Required fields are marked *

Highlight your code snippets using [code lang="language name"] shortcode. Just insert your code between opening and closing tag: [code lang="java"] code [/code]. Or specify another language.

Save my name, email, and website in this browser for the next time I comment.

Subscribe to foojay updates:

https://foojay.io/feed/
Copied to the clipboard