Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrebirth/jrebirth-tour
Presentation of JRebirth Application Framework in Dog Fooding way
https://github.com/jrebirth/jrebirth-tour
Last synced: about 16 hours ago
JSON representation
Presentation of JRebirth Application Framework in Dog Fooding way
- Host: GitHub
- URL: https://github.com/jrebirth/jrebirth-tour
- Owner: JRebirth
- License: apache-2.0
- Created: 2013-11-12T10:50:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T21:23:03.000Z (about 8 years ago)
- Last Synced: 2024-11-10T22:37:33.104Z (about 2 months ago)
- Language: Java
- Size: 12.8 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JRebirth-Tour
=====================Presentation of JRebirth Application Framework in Dog Fooding way
Latest slides are available on [Slideshare](http://fr.slideshare.net/SbastienBordes/javafx-unleashed-with-jrebirth-application-framework)
Download Binaries
-----------All binaries are stored on our binaries server : http://apps.jrebirth.org/jaf
Latest one are here : http://apps.jrebirth.org/jaf/2.2.0-SNAPSHOT/
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/JRebirth-Tour.git
cd JRebirth-Tour/org.jrebirth.af.presentation.jaf
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
```