https://github.com/cathive/fx-inject
javax.inject annotations and CDI Integration for JavaFX applications
https://github.com/cathive/fx-inject
Last synced: about 1 year ago
JSON representation
javax.inject annotations and CDI Integration for JavaFX applications
- Host: GitHub
- URL: https://github.com/cathive/fx-inject
- Owner: cathive
- License: apache-2.0
- Created: 2013-10-29T15:26:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-02T12:58:01.000Z (over 11 years ago)
- Last Synced: 2025-04-15T00:08:02.393Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 1.09 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
fx-inject
=========
[](https://travis-ci.org/cathive/fx-inject)
Introduction
------------
This library provides some useful classes that help you to use JSR-330
(javax.inject) annotations within your JavaFX applications.
A compiled and ready-to-use version of this library can be found in the
Sonatype OSS Maven Repository (oss.sonatype.org).
Modules
-------
- fx-inject-core
- Public API and core components
- fx-cdi
- CDI-aware JavaFX application base class and infrastructure that allows you to use the fx-inject
annotationsand core components in conjunction with a CDI provider such as JBoss WELD - fx-cdi-examples
- Example apps that demonstrate how to use the annotations and core components that can be
found in the fx-inject-core module in conjunction with fx-cdi