Skip to content

dooApp/jcromfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JCROMfx

JavaFX persistence made easy - JCROM fork with JavaFX properties support.

About

JCROMfx is a JCROM fork that enable the support of JavaFX properties.

JCROM is a lightweight framework for mapping Java objects to/from a Java Content Repository (JCR).

With JCROMfx you can map your beans with Java and/or JavaFX properties directly to a JCR.

Important note: JavaFX properties support has now been integrated by default into JCROM, so please consider using the original jcrom project directly.

How to use it?

Just follow the JCROM user guide. The only difference is that you can use your annotations directly on JavaFX properties.

Features

  • Support all JavaFX properties including ListProperty and MapProperty
  • Access the properties through the property getter if available or directly using reflection (this allow to use a lazy creation design pattern)

Releases

No releases published

Packages

No packages published

Languages