bgmf / poc

Simple maven module for some proof-of-concept- and test-stuff (most of them related to JavaFX).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The POC and Tests project

This is a simple project to collect tests/examples I've done, either out of pure interest or in response to some forum (e.g. German Java-Forum) and/or StackOverflow posts.

Sub Modules

  • shared - interfaces and such stuff - TODO: integrate into the other projects
  • simple-tests-fx - simple projects to test some aspects of JavaFX
  • guice-fx - simple project to show, how to build a simple JavaFX project with Guice (DI)
  • kotlin-java-mix - while using JavaFX to start a Stage, this is just a showcase for a Maven project setup where both Java and Kotlin are set up together in one project, also this one could be extended for the use of Guice and TornadoFX
  • spring-boot-fx - as the guice-fx module, this is intended to show how to use Spring Boot (DI) with JavaFX

Sub Modules - ideas

  • serviceloader-plugin-fx - a poor man's plugin solution based on Java's ServiceLoader (see here).

About

Simple maven module for some proof-of-concept- and test-stuff (most of them related to JavaFX).

License:Apache License 2.0


Languages

Language:Java 89.8%Language:CSS 8.6%Language:Kotlin 1.6%