Small Talks/2023/May/Creating and deploying ZK Apps with Quarkus - Documentation
Summary
We will start by taking advantage of the Quarkus command to generate our project: To run ZK, we need Servlet support. As a result, in ZK 10 cloud mode, if multiple server nodes are running the same application, any of them can process actions and provide differential updates to a given client. Since we used an empty string, this is the equivalent of declaring an index page, which will be available directly from For the method content, we use the utility class to generate immutable components from a zul file. In this case, since we are creating the immutable components from a zul file, the easiest option to map actions is to use the annotation on a richlet method. You can consult the linked github project or the previous articles above to find out how to run a ZK 10 stateless application locally.