Skip to content

Create gui commandlet #1724

@hohwille

Description

@hohwille

Feature idea

As an IDEasy user, I want to have a simple commandlet to launch the dashboard.
For UX the most intuitive command would actually be

ide gui

this is shorter and IMHO more intuitive than ide dashboard.

Additional context

The commandlet should extend MvnBasedLocalToolCommandlet and via dependencies.json we should configure all versions to have java 25 as dependency.
Then we can run the gui via java -jar ....
What remains as a challenge is that we need all the dependencies of it.
To solve this in a generic way, we should use maven for that (download dependencies via POM, run via POM - maybe via mvn exec:java).
Code for that can be implemented in MvnBasedLocalToolCommandlet so it can be reused by other such commandlets later.

Metadata

Metadata

Assignees

Labels

GUIGraphical User Interface of IDEasy (aka dashboard) build with JavaFxenhancementNew feature or requestready-to-implement

Projects

Status

✅ Done

Relationships

None yet

Development

No branches or pull requests

Issue actions