forked from dlsc-software-consulting-gmbh/jfxcentral-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request dlsc-software-consulting-gmbh#361 from autumoswitz…
…erland/staging Added -> Library: autumoui, Company: autumo
- Loading branch information
Showing
10 changed files
with
106 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
autumo focuses on the development of security-related software and uses a | ||
range of modern technologies for its products, including JavaFX. The company | ||
also offers a framework for the rapid development of JavaFX applications. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"path": "featured.png", | ||
"title": "autumo UI Demo (FX)", | ||
"description": "Demo app for autumo UI (Rapid Java FX development framework)." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# autumo UI | ||
|
||
autumo UI is a rapid Java FX development framework. | ||
|
||
## Features | ||
|
||
- HTML views | ||
- Provides a classic MVC structure | ||
- Creates log-files within a proper application data directory structure with | ||
[SLF4J](https://www.slf4j.org/) and [log4j2](https://logging.apache.org/log4j/2.x/) in every OS | ||
- Installer component for creating application installers with several steps | ||
(e.g. license agreement, basic setting, etc.); steps are configurable | ||
- Registration view and application component for seamless integration with | ||
the registration module | ||
- Check for product update view that can be configured with simple online XML | ||
files on any public web-server | ||
- Full application configuration handling for macOS, Windows and Linux/UNIX | ||
- Includes the autumo base library [autumo-commons](https://products.autumo.ch/javadoc/autumo-commons/index.html) with many features and | ||
ready-to-use components (Console app framework/tools, caching, sms- and | ||
phone-call-API, configuration & database manager, logging, mailing and many | ||
utilities) | ||
- Developer guide included | ||
- ...and much more to easily code a Java FX application with little code. | ||
|
||
## Purchase (with or w/o support), Download & Demo | ||
Go [here](https://products.autumo.ch/modules/overview#at_ui). | ||
|
||
## Quickstart (after Download) | ||
|
||
- Make sure to reference the libraries in the `lib`-directory within your project | ||
or install them with the `maven-install.sh|bat`-script to your local maven-repository. | ||
- Subclass `ch.autumo.ui.fx.BaseApp`. | ||
- Read Java API documentation for this module [here](https://products.autumo.ch/javadoc/autumo-ui/index.html) and [here](https://products.autumo.ch/javadoc/autumo-commons/index.html). | ||
- See directory `etc` for further information and developer guide. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Michael has worked as a software engineer, project manager, consultant and CEO and has over 20 years of experience in the Java world. He decided to develop his own toolset and build better Java products. His fascination for concurrency and distributed systems has been unbroken since his diploma thesis, which is also reflected in autumo's products. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters