Skip to content

Strider221B/InventoryManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

InventoryManager

Uses view created in HTML, JavaScript and integrates it to a JavaFX backend. View tables are created using - DataTables.

The purpose of the code base is to try create an app which can be reused across platforms. To achieve this the following has been done:

  • View - in HTML, CSS, JavaScript and jQuery
  • Business Logic - JavaScript
  • Backend:
    1. Windows/Linux - JavaFX Webview
    1. Android - Android Webview

You will see that the DataTable and JQuery is directly added as code files in the repository instead of using it from a CDN. That's because I want to load the files from within JavaFX and the computer running the application need not need to have a working internet connection.

This has been load tested with 10,000 records and page loads in 10 seconds.

About

Uses view created in HTML, JavaScript and integrates it to a JavaFX backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published