Keikai, effortlessly build spreadsheet-driven web apps.
This project contains the sample code of Keikai Developer Reference.
Please read various use cases in blog.
If you are new to run Keikai, we recommend you to read Tutorial first to know some basic ideas.
Clone the project and launch your command line interface in the folder with pom.xml
. Execute the following commands based on your OS.
mvn clean verify org.codehaus.cargo:cargo-maven3-plugin:run -Dcargo.maven.containerId=tomcat9x -Dcargo.maven.containerUrl=https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/9.0.45/tomcat-9.0.45.zip
See Codehaus Cargo Maven 3 Plugin Getting Started
mvn jetty:run
It starts faster than Tomcat, but JSP/JSF doesn't work.
Run the Maven wrapper below which will download everything needed for you during starting up:
- Linux / Mac
./mvnw [SAME_GOAL_ABOVE]
- Windows
mvnw.cmd [SAME_GOAL_ABOVE]
After the server starts up, visit http://localhost:8080/dev-ref with your browser. You will be seeing a list of examples, these examples are explained in Keikai Developer Reference.
After finishing trying it out, you can press Ctrl+c
to stop the server.
Freshly release contains the latest features and bug fixes that are under development. It's built for testing and evaluation. Welcome to try it and give us feedback.
The steps are:
- check the latest freshly version at evaluation repo
- change the keikai version in
pom.xml
- run the project according to How to Run This Project
We create the folder and file names according to the section name of Developer Reference. So that you can easily identify a section and its corresponding example zul.