Simplest
JavaFX 2
Framework

Perfect RIA Pattern
Easy to use
Built according to KISS principle
Lightweight (lower than 100kb)
Free & Open Source Library
JRebirth JavaFX 2 Framework provides a really simple way to write sophisticated and powerful RIA's applications. By leveraging the best of previous RIA framework, we can deliver the ultimate one to work cleanly and efficiently with this awesome API. Check our overview page to see a diagram illustrating features and layers. Have also a look to the demo application which is a JavaFX 2 presentation introduced at ToulouseJUG.

Download

 

3 minute Tutorial

JRebirth4JFX

JRebirth4JFX #JRebirth Demo is repaired to be compatible with JavaFX2.1 runtime http://t.co/XaUi51Yv Slideshow of the #JavaFX #ToulouseJug Presentation

2 days ago via web

JRebirth4JFX

JRebirth4JFX #JRebirth Continuous Integration Server is broken due to a bad upgrade, the hdd who stored the backup is dead a few minutes after format

2 days ago via web

JRebirth4JFX

JRebirth4JFX Reminder: #JRebirth is available on #GitHub Fork it, send us some pull requests, ask new features by filling an issue https://t.co/6UjvxHN3

about 1 month ago via web

JRebirth4JFX

JRebirth4JFX Now this account will be used to announce JRebirth news, 0.6.0 version still actively in development, send us some requests or feedback

about 1 month ago via web

JRebirth4JFX

JRebirth4JFX [JFX-Presentation] http://t.co/mnRfvCUr Sebastien Bordes - Extract Presentation Core files

about 1 month ago via GitHub Service Hooks

JRebirth4JFX

JRebirth4JFX [JRebirth] http://t.co/9pLEa9fK Sebastien Bordes - (Re-)Add Presentation Core module (base classes to create a JavaFX2 slides presentati...

about 1 month ago via GitHub Service Hooks

JRebirth4JFX

JRebirth4JFX [JRebirth] http://t.co/T2T6492e Sebastien Bordes - Correct usage of generics into WaveData

about 1 month ago via GitHub Service Hooks

JRebirth4JFX

JRebirth4JFX [JRebirth] http://t.co/3h0D6am7 Sebastien Bordes - Refactor resources access (lower memory footprint) Begin to refactor waves processing

about 1 month ago via GitHub Service Hooks

JRebirth4JFX

JRebirth4JFX [JFX-Presentation] http://t.co/WQJ2CseT Sebastien Bordes - Upgrade prez due to core refactor (resources & waves)

about 1 month ago via GitHub Service Hooks

JRebirth4JFX

JRebirth4JFX [JFX-Presentation] http://t.co/iABpumxE Sebastien Bordes - Works now with core 0.6.0-SNAPSHOT

2 months ago via GitHub Service Hooks

Command Line Tutorial

For Maven Gurus, here you have command line to type to do the job

Full Auto

mvn archetype:generate -DinteractiveMode=false -DarchetypeCatalog=http://www.jrebirth.org/uploads/catalogs/jrebirth-catalog.xml -DarchetypeGroupId=org.jrebirth -DarchetypeArtifactId=archetype -DarchetypeVersion=0.5.0-SNAPSHOT -DarchetypeRepository=http://repo.jrebirth.org/jrebirth-snapshot-local -DgroupId=org.jrebirth -DartifactId=sample -Dversion=1.0.0-SNAPSHOT -Dpackage=org.jrebirth.sample

Interactive pre-filled

mvn archetype:generate -DarchetypeCatalog=http://www.jrebirth.org/uploads/catalogs/jrebirth-catalog.xml -DgroupId=org.jrebirth -DartifactId=sample -Dversion=1.0.0-SNAPSHOT -Dpackage=org.jrebirth.sample

Full Interactive

mvn archetype:generate -DarchetypeCatalog=http://www.jrebirth.org/uploads/catalogs/jrebirth-catalog.xml

Special Thanks

YourKit, used for Memory & CPU Java profiling.