Readme

Apache License 2.0 Maven Central javadoc build issues discussions

Purpose

The library provides the abstractions to create a Vaadin user interface with multiple bounded domains. The application can optionally declares ports to provide a REST interface for selected bounded domains.

Download and Documentation

You need to add JUnit 5 dependencies before using this library. If you are using Maven or Gradle, add the following dependency after declaring the JUnit 5 dependency. We recommend using assertJ assertion library to write more legible conditions.

The library can be included in Maven as

    <dependency>
      <groupId>net.tangly</groupId>
      <artifactId>apps</artifactId>
      <version>0.2.7</version>
    </dependency>

The library can be included in Gradle as

    testImplementation "net.tangly:apps:0.2.7"

The documentation can be found under apps documentation.

For any further questions, you can use the forum tangly-Discussions.