Giter VIP home page Giter VIP logo

bikingfx's Introduction

bikingFX

Abstract

This is a little companion project for biking2, which is live right at biking.michael-simons.eu. It uses the same API the AngularJS frontend uses, but for a JavaFX 8 / Java 8 application which was created from scratch after seeing several very interesting JavaFX sessions at JavaOne 2014.

The source code is presented as is, the application maybe has no real use for other people than me, but I think it shows some of things that are possible with and very easy to create with JavaFX.

This application is modularized for a time after JDK 8 and uses the "bach" build tool. It is included with the source code. All you have to do is bring JDK 16.

.bach/bin/bach clean build # Compile, test and packages the application
.bach/bin/bach info # prints out information about the build  
.bach/bin/bach --help # prints out a help what you can do with bach

bach orchestrates tools that are available in the JDK by default.

bach lives in .bach and it uses plain Java modules to describe the build. This is the one applied here: .bach/bach.info/module-info.java

I put the tools I want to use in bachs include list:

  • javac compiles Java sources
  • jar packages up all kinds of things (class files, resources etc.)
  • jlink creates a customized runtime image (this application and a VM)
  • jpackage creates an host specific executable from the above image as well as an installer.

junit sticks out, as it is not a JDK tool but another module that is used via Java's ToolProvider. "What?" I hear you saying, JUnit is a library? Yes, but it also comes with a console runner implementing ToolProvider and thus being usable by bach.

The blog post describing that project and part of the application got a little bit out of hand, it has become kind of epic, at least it's proportions:

"Getting started with JavaFX 8: Developing a REST client application from scratch"

bikingfx's People

Contributors

dependabot[bot] avatar michael-simons avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  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.