Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmini/org.eclipsescout.rt.ui.fx
Community effort to provide a JavaFx renderer for Eclipse Scout
https://github.com/jmini/org.eclipsescout.rt.ui.fx
Last synced: 13 days ago
JSON representation
Community effort to provide a JavaFx renderer for Eclipse Scout
- Host: GitHub
- URL: https://github.com/jmini/org.eclipsescout.rt.ui.fx
- Owner: jmini
- License: epl-1.0
- Created: 2014-12-07T21:26:22.000Z (almost 10 years ago)
- Default Branch: releases/4.0.x
- Last Pushed: 2014-12-14T21:28:56.000Z (almost 10 years ago)
- Last Synced: 2024-10-06T03:04:48.632Z (about 1 month ago)
- Language: Java
- Size: 520 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
org.eclipsescout.rt.ui.fx
=========================This is a community effort to provide a JavaFX rendering engine for the [eclipse scout](http://eclipse.org/scout/) project.
To ensure compatibility with Eclipse Scout, this project uses a similar branching concept. Please switch to one of this branch to get the code:
* Luna: [releases/4.0.x](http://github.com/jmini/org.eclipsescout.rt.ui.fx/tree/releases/4.0.x)
* Mars: TBDDescription
-----------Branch **releases/4.0.x** contains the JavaFx renderer for the Luna version.
### org.eclipsescout.rt.ui.fx.target
Project containing the target file required to work on the JavaFx rendering layer.
Set `target_scout_fx_luna.target` as Target Platform.### org.eclipsescout.rt.ui.fx
Main RT plugin containing the JavaFx rendering layer for eclipse scout.
### org.eclipsescout.rt.ui.fx.test
Tests code for the main plugin.
### org.eclipsescout.demo.widgets.ui.fx
Test application: additional ui plugin for the [Eclipse Scout Widgets Demo Application](http://wiki.eclipse.org/Scout/Demo#Widgets) in order to start the JavaFx UI.
You will need to import the plugins from the [GitHub project](https://github.com/BSI-Business-Systems-Integration-AG/org.eclipsescout.demo/) (take the `4.0` branch):
* `org.eclipsescout.demo.widgets.client`
* `org.eclipsescout.demo.widgets.shared`### org.eclipsescout.rt.ui.fx.parent
Project containing the `pom.xml` used as parent.
### aggregator pom
The `pom.xml` file at the root of the repository is the aggregator pom.
This means that you can run `maven install` at the root of this repository to build the project.Be sure to have a `Java version` bigger than `1.8.0_20` (for Java Fx).
You can check the java version used by maven on the third line if you add the `-X` option when you run maven.Get in touch / bug tracker
--------------------------Use the [org.eclipsescout.rt.ui.fx issue tracker](http://github.com/jmini/org.eclipsescout.rt.ui.fx/issues) on GitHub.
Download
--------There is no download for this branch for the moment.
License
-------[Eclipse Public License - v 1.0](http://www.eclipse.org/legal/epl-v10.html)