Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrebirth/jfx-presentation
JavaFX 2 Presentation Demo
https://github.com/jrebirth/jfx-presentation
Last synced: about 2 months ago
JSON representation
JavaFX 2 Presentation Demo
- Host: GitHub
- URL: https://github.com/jrebirth/jfx-presentation
- Owner: JRebirth
- Created: 2012-02-22T13:08:54.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T07:47:50.000Z (almost 8 years ago)
- Last Synced: 2024-03-26T08:27:20.020Z (10 months ago)
- Language: Java
- Homepage: www.jrebirth.org/demo.html
- Size: 11.7 MB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JFX-Presentation
=====================Presentation of JavaFX 2 in Dog Fooding way
Latest slides are available on [Slideshare](https://www.slideshare.net/SbastienBordes/la-revolution-javafx-at-breizhcamp-2012)
Download Binaries
-----------All binaries are stored on our binaries server : http://apps.jrebirth.org/breizhcamp
Latest one are here : http://apps.jrebirth.org/breizhcamp/javafx2-2.0.0.zip
Build it
-----------Requires [Git](http://git-scm.com/), [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) and [Maven](http://maven.apache.org/).
git clone https://github.com/JRebirth/JFX-Presentation.git
cd JFX-Presentation/org.jrebirth.af.presentation.javafx2
mvn clean installHow to Build Snaphot Versions
---------------------You can build __RELEASE__ versions by simply using [Maven Central](http://search.maven.org) or [JCenter](jcenter.bintray.com) repositories to grab all dependencies.
As this project depends on 2 others repositories, if you want to build __SNAPSHOT__ version you have 2 options:
* Use [oss.jfrog.org](http://oss.jfrog.org) repository into your maven settings to grap SNAPSHOT dependencies
* Build yourself [JRebirth-RIA-POM](https://github.com/JRebirth/JRebirth-RIA-POM) and [JRebirth](https://github.com/JRebirth/JRebirth) repositories
__Maven Settings.xml file to use oss.jfrog.org__
``` xml
false
central
libs-release
https://oss.jfrog.org/artifactory/libs-release
snapshots
libs-snapshot
https://oss.jfrog.org/artifactory/libs-snapshot
false
central
plugins-release
https://oss.jfrog.org/artifactory/plugins-release
snapshots
plugins-snapshot
https://oss.jfrog.org/artifactory/plugins-snapshot
artifactory
artifactory
```