Skip to content

Commit

Permalink
Merge pull request dlsc-software-consulting-gmbh#361 from autumoswitz…
Browse files Browse the repository at this point in the history
…erland/staging

Added -> Library: autumoui, Company: autumo
  • Loading branch information
dlemmermann authored Jul 22, 2024
2 parents a0bd32c + 11f6251 commit eaa0f8e
Show file tree
Hide file tree
Showing 10 changed files with 106 additions and 1 deletion.
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

0 comments on commit eaa0f8e

Please sign in to comment.