FxObjects 0.1 发布,让JavaFX更easy
程序员文章站
2022-05-31 10:50:06
...
FxObjects是一个开源的JavaFX企业级应用部署框架。它的核心思想就是让企业级JavaFX应用的部署更容易,更简洁,更快速。
0.1特性:
- JavaFX objects to XML round tripping a breeze (zero code)
- Makes asynchronous calls really easy
- Consolidated commands for Http calls with option to plug in request and response builders, content processors and token based substitutable url templates and finally callbacks to update the UI.
- Controller framework provides controller chain to organize your UI into pages and modules
- Provides Model View Presenter implementation for the very first time in JavaFX to make your UI lean, mean and clean and easily testable with JUnit and jMock.
下载 FxObjects-0.1 (10 MB),包括FxObjects jars (3), 示例 (8) 以及用户手册。
下载FxObjects-0.1 Runtime Jars (70KB)
上一篇: H5跳转App的某个指定页面