Git Product home page Git Product logo

javafx-weaver's Introduction

Maven Central Build Status

JavaFX-Weaver

An opinionated view on how to do dependency injection and FXML view handling in JavaFX.

Complementary Blog Posts:

Features:

Getting Started

Spring Boot

Add the Spring Boot Starter dependency to your project and you are all set:

with Maven:

<dependency>
    <groupId>net.rgielen</groupId>
    <artifactId>javafx-weaver-spring-boot-starter</artifactId>
    <version>1.3.0</version>
</dependency>

with Gradle:

implementation 'net.rgielen:javafx-weaver-spring-boot-starter:1.3.0'

Manual Setup

Add javafx-weaver-core or `javafx-weaver-spring`as a dependency to your project.

with Maven:

<dependency>
    <groupId>net.rgielen</groupId>
    <artifactId>javafx-weaver-core</artifactId>
    <version>1.3.0</version>
</dependency>

with Gradle:

implementation 'javafx-weaver-spring-boot-starter:1.3.0'

Using FxWeaver

For now, refer to the JavaDocs and the Spring Boot based FxWeaver Sample and Feature Demo Project.

More documentation to come.

License

The project is licensed under Apache License V2.0.

Contributing

Feel free to open issues and pull requests on GitHub. This is a side project of mine, so please don’t expect enterprise grade support.

You can find me on Twitter as well: @rgielen

javafx-weaver's People

Contributors

rgielen avatar jamesmcnee avatar mrustiik avatar

Stargazers

Hiram Kamau avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.