
Facilitates separation of business logic from view logic through controllers, enabling UI-independent state management and unit testing. Offers comprehensive examples and detailed documentation.
repositories {
mavenCentral()
}
dependencies {
implementation("at.florianschuster.control:control-core:$version")
}see changelog for versions
A Controller is an
ui-independent class that controls the state of a view. The role of a Controller is to separate
business-logic from view-logic. A Controller has no dependency to the view, so it can easily be
unit tested.
Controller.Check out the control skill to implement and test control with your AI agents.
visit my website.
repositories {
mavenCentral()
}
dependencies {
implementation("at.florianschuster.control:control-core:$version")
}see changelog for versions
A Controller is an
ui-independent class that controls the state of a view. The role of a Controller is to separate
business-logic from view-logic. A Controller has no dependency to the view, so it can easily be
unit tested.
Controller.Check out the control skill to implement and test control with your AI agents.
visit my website.