Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Create A GUI JavaFx Currency Exchange With Clean Java Code
Rating: 3.8 out of 5(2 ratings)
166 students

Create A GUI JavaFx Currency Exchange With Clean Java Code

Build A Full Frontend Desktop JavaFx App Connected Into Remote API With Flexible And Maintainable Backend java Code
Last updated 8/2023
English

What you'll learn

  • Build A Desktop Application Using JavaFx
  • Write Clean , Maintainable And Flexible Java Code Backend
  • Interacting And Fetching Data From A Remote API (Application Programming Interface)
  • Creating GUI(Graphical User Interface) Using Scene Builder

Course content

6 sections31 lectures3h 35m total length
  • An Overview About The Course3:28
  • Downloading And Installing The Needed Tools6:03
  • Resources Course0:36

Requirements

  • Basic Java Programming Language
  • Basic OOP (Oriented Object Programing) Approach

Description

In this course we will create together a javaFx desktop application for Currency Exchange , we will create the graphical user interface using scene builder ,by the way scene builder is free and open source and it based on Drag & Drop user interface design allows for rapid development.

We will design the GUI (frontend) seperated from the java backend code.

For the frontend we will design a beautiful dashboard which gather different components(anchorPanes , imageViews , textFields , labels , buttons , lineChart and combobox)

We will see the apilayer website and various api provided for the currency exchange and understanding some end point and its parameter. we will test distinct http GET request using free tool (reqBin)

we will also try to focus in oriented object programming and  java for the backend with clean ,maintainable and flexible code , we will split each functionality alone in separate class :

  • classes to interact with remote API Connection.

  • controller class to interact with the view model (FXML file in our case).

  • models classes to create the objects fetched from the remote API.

  • services class for the business logic and different functionalities to deal with the user input .

  • class to implement an interface which contains all needed method in our project.

we will test the whole backend in main method and fix all the problems which we faced before to linked it with the frontend .

finally we will finalize our project by implementing all methods inside dashboard controller class , this class has a direct interaction with the user input ,and result output.


Who this course is for:

  • Who Is Interested To Build Javafx Desktop Application.
  • Who Is Interested To Improve You Java Backend Code Styling.