mvvmFX Spring Boot

This module contains extensions to use mvvmFX with Spring-Boot

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

de.saxsys
ArtifactId

ArtifactId

mvvmfx-spring-boot
Last Version

Last Version

1.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

mvvmFX Spring Boot
This module contains extensions to use mvvmFX with Spring-Boot
Project Organization

Project Organization

Saxonia Systems AG

Download mvvmfx-spring-boot

How to add to project

<!-- https://jarcasting.com/artifacts/de.saxsys/mvvmfx-spring-boot/ -->
<dependency>
    <groupId>de.saxsys</groupId>
    <artifactId>mvvmfx-spring-boot</artifactId>
    <version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.saxsys/mvvmfx-spring-boot/
implementation 'de.saxsys:mvvmfx-spring-boot:1.8.0'
// https://jarcasting.com/artifacts/de.saxsys/mvvmfx-spring-boot/
implementation ("de.saxsys:mvvmfx-spring-boot:1.8.0")
'de.saxsys:mvvmfx-spring-boot:jar:1.8.0'
<dependency org="de.saxsys" name="mvvmfx-spring-boot" rev="1.8.0">
  <artifact name="mvvmfx-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.saxsys', module='mvvmfx-spring-boot', version='1.8.0')
)
libraryDependencies += "de.saxsys" % "mvvmfx-spring-boot" % "1.8.0"
[de.saxsys/mvvmfx-spring-boot "1.8.0"]

Dependencies

provided (3)

Group / Artifact Type Version
de.saxsys : mvvmfx jar 1.8.0
org.springframework : spring-context jar [5.0.0.RELEASE,)
org.springframework.boot : spring-boot jar [2.0.0.RELEASE,)

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.3.1
org.assertj : assertj-core jar 1.7.1
org.springframework.boot : spring-boot-starter jar 2.0.1.RELEASE
org.springframework.boot : spring-boot-autoconfigure jar 2.0.1.RELEASE

Project Modules

There are no modules declared in this project.

image

mvvmFX is an application framework which provides you necessary components to implement the MVVM pattern with JavaFX.

MVVM is the enhanced version of the Presentation Model pattern and was created by Microsoft engineers for WPF. JavaFX and WPF does have similarities like data binding and descriptive UI declaration (FXML/XAML). Because of this fact we adopted best practices of the development with the Microsoft technology and introduced new helpers to support the development of applications with JavaFX and MVVM.

Commercial Support Build Status

Howto

Maven dependency

Stable Release

This is the stable release that can be used in production.

<dependency>
		<groupId>de.saxsys</groupId>
		<artifactId>mvvmfx</artifactId>
		<version>1.8.0</version>
</dependency>

Bugfix Development Snapshot

Here we make bug fixes for the current stable release.

<dependency>
		<groupId>de.saxsys</groupId>
		<artifactId>mvvmfx</artifactId>
		<version>1.8.1-SNAPSHOT</version>
</dependency>

Development Snapshot

Here we develop new features. This release is unstable and shouldn't be used in production.

<dependency>
		<groupId>de.saxsys</groupId>
		<artifactId>mvvmfx</artifactId>
		<version>1.9.0-SNAPSHOT</version>
</dependency>

Snapshot repository

We use the Sonatype snapshot repository. Maybe you have to add this repository to your <repository> section of the pom.xml.

<repository>
		<id>sonatype-snapshots</id>
		<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
		<snapshots>
			<enabled>true</enabled>
		</snapshots>
</repository>

Get Help

The best way to get help with mvvmFX is to either ask questions on StackOverflow using the tag "mvvmfx" or to use our Google Groups mailing list. Additionally you can create issues, report bugs and add feature requests on the issue tracker at github.

Links

Versions

Version
1.8.0