Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added -> Library: autumoui, Company: autumo #361

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added companies/autumo/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions companies/autumo/readme.md
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.
14 changes: 14 additions & 0 deletions companies/companies.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,19 @@
"libraryIds": [
"fxform2"
]
},
{
"id": "autumo",
"name": "autumo GmbH",
"summary": "Intelligence & IT Security Products and Services.",
"description": "autumo focuses on the development of security-related software and uses a range of modern technologies for its products, including JavaFX.",
"homepage": "https://www.autumo.ch",
"tags": "software development, consulting",
"createdOn": "2024-06-21",
"consulting": "true",
"freelancing": "true",
"libraryIds": [
"autumoui"
]
}
]
Binary file added libraries/autumoui/featured.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions libraries/autumoui/info.json
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)."
}
]
}
34 changes: 34 additions & 0 deletions libraries/autumoui/readme.md
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.
25 changes: 24 additions & 1 deletion libraries/libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -1148,5 +1148,28 @@
"groupId": "com.dooapp.fxform2",
"artifactId": "core",
"companyId": "dooapp"
}
},
{
"id": "autumoui",
"name": "autumo UI",
"summary": "Rapid Java FX dev-framework.",
"description": "autumo UI is a rapid Java FX development framework.",
"tags": "rapid, development, framework, javafx",
"license": "COMMERCIAL",
"homepage": "https://products.autumo.ch/modules/overview#at_ui",
"javadocs": "https://products.autumo.ch/javadoc/autumo-ui/index.html",
"documentation": "https://products.autumo.ch/modules/overview#at_ui",
"repository": "",
"githubAccount": "",
"githubProject": "",
"issueTracker": "https://issues.autumo.ch/",
"createdOn": "2024-06-21",
"modifiedOn": "2024-06-21",
"ensemble": "false",
"featuredImageName": "featured.png",
"logoAvailable": "false",
"groupId": "ch.autumo.commons",
"artifactId": "ch.autumo.ui",
"companyId": "autumo"
}
]
Binary file added people/m.gasche/photo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions people/m.gasche/readme.md
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.
21 changes: 21 additions & 0 deletions people/people.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,27 @@
"javafxmavenplugin"
]
},
{
"name": "Michael Gasche",
"email": "",
"companyId": "autumo",
"website": "https://autumo.ch",
"gitHub": "autumoswitzerland",
"blogId": "",
"linkedIn": "",
"twitter": "autumo",
"champion": false,
"rockstar": false,
"id": "m.gasche",
"createdOn": "2024-06-28",
"modifiedOn": "2024-06-28",
"libraryIds": [
"autumoui"
],
"companyIds": [
"autumo"
]
},
{
"name": "Michael Hoffer",
"email": "",
Expand Down