quickstart
Overview
Commands
Command
Description
Generated Application Structure
rumi-quickstart/
βββ pom.xml # Maven build configuration
βββ src/
β βββ main/
β β βββ java/ # Generated and user code
β β β βββ org/rumi/quickstart/
β β β βββ messages/ # Generated message classes
β β β βββ state/ # Generated state classes
β β β βββ handlers/ # User message handlers
β β βββ resources/
β β βββ app.xml # Application configuration
β β βββ messages.adm # Message model definitions
β β βββ state.adm # State model definitions
β βββ test/
β βββ java/ # Test code
βββ README.md # Application-specific READMEKey Capabilities Demonstrated
After Generation
Next Steps
Related Documentation
Last updated

