Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guigarage/DataFX
https://github.com/guigarage/DataFX
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guigarage/DataFX
- Owner: guigarage
- Created: 2017-01-16T18:52:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T08:16:18.000Z (over 5 years ago)
- Last Synced: 2024-03-26T20:10:16.645Z (8 months ago)
- Language: Java
- Size: 2.58 MB
- Stars: 114
- Watchers: 14
- Forks: 31
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeJavaFX - DataFX - DataFX is a JavaFX frameworks that provides additional features to create MVC based applications in JavaFX by providing routing and a context for CDI. (Frameworks)
README
![ScreenShot](http://www.guigarage.com/wordpress/wp-content/uploads/2014/05/datafx_logo.png)
What you’ve stumbled upon here is a project that intends to make retrieving, massaging, populating, viewing, and editing data in JavaFX UI controls easier. It’s all that boring kludge work you have to do between getting user requirements and delivering a rich user experience.
### Overview ###
The road between a JavaFX Application and a back-end system contains different areas. We hope that this projects helps developers crossing at least some of these areas:
* Firstly, by providing various data source adapters to ensure convenience around populating JavaFX controls such as ListView, TreeView, TableView and your custom controls or layout components. This is achieved by abstracting away the implementation details surrounding data source retrieval and massaging, such that data can be rapidly loaded and seen on screen. We also provide convenience around features such as sorting, filtering, on-demand loading and write-back support for data that changed locally.
* Secondly, by providing various control cell factories to ensure convenience around viewing and editing data in JavaFX controls such as ListView, TreeView and TableView. We do this by abstracting away the implementation details for a number of common JavaFX cell factories such that they can be easily installed and used in your user interface.
* Thirdly, by providing a framework that handles flow and contexts and that integrates very well with FXML. This part helps you maintening state between different user actions, and managing the possible flows in a client application.![ScreenShot](http://www.javafxdata.org/img/overview_apis.png)