Dev Ref Save

Project README

Keikai Developer Reference Example Project

Keikai, effortlessly build spreadsheet-driven web apps.

This project contains the sample code of Keikai Developer Reference.

GitHub last commit

How you can use Keikai

Please read various use cases in blog.

For Newcomers

If you are new to run Keikai, we recommend you to read Tutorial first to know some basic ideas.

How to Run This Project

Clone the project and launch your command line interface in the folder with pom.xml. Execute the following commands based on your OS.

Maven installed

Tomcat (support JSP/JSF)

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

Jetty

mvn jetty:run

It starts faster than Tomcat, but JSP/JSF doesn't work.

No Maven installed yet

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.

Try Freshly Release

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:

  1. check the latest freshly version at evaluation repo
  2. change the keikai version in pom.xml
  3. run the project according to How to Run This Project

Naming Convention

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.

Related resources. Welcome to check them out:

Website

Demo

Document

Blog

Open Source Agenda is not affiliated with "Dev Ref" Project. README Source: keikai/dev-ref
Stars
93
Open Issues
1
Last Commit
3 weeks ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating