Skip to content

How to use Toast in your project

Sallah Kokaina edited this page Mar 13, 2017 · 8 revisions

TOAST TK Examples

Toast comes with a set of examples that you can find in the Example Project Home Page.

Integrate Toast in a Maven Project

This part explains how to integrate toast in an existing project.

  1. Toast is built with Java8. It's the JDK required in the target project.
  2. Update the project pom.xml with the repository and the toast runtime depedency:
  • Toast Runtime dependency
<dependency>
  <groupId>io.toast-tk</groupId>
  <artifactId>toast-tk-runtime</artifactId>
  <version>0.1.4</version>
</dependency>
  1. Create a scenario: wiki page
  2. Create required ActionAdapters and Actions: wiki page
Clone this wiki locally