JRebirth JavaFX 2 Application 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
demo applications
which were used as
JavaFX 2
presentations.
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.7.2-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