com.holon-platform.vaadin7:holon-vaadin-navigator

Holon Vaadin View Navigator

License

License

Categories

Categories

Vaadin User Interface Web Frameworks ORM Data
GroupId

GroupId

com.holon-platform.vaadin7
ArtifactId

ArtifactId

holon-vaadin-navigator
Last Version

Last Version

5.2.4
Release Date

Release Date

Type

Type

jar
Description

Description

com.holon-platform.vaadin7:holon-vaadin-navigator
Holon Vaadin View Navigator
Project URL

Project URL

https://holon-platform.com
Project Organization

Project Organization

The Holon Platform

Download holon-vaadin-navigator

How to add to project

<!-- https://jarcasting.com/artifacts/com.holon-platform.vaadin7/holon-vaadin-navigator/ -->
<dependency>
    <groupId>com.holon-platform.vaadin7</groupId>
    <artifactId>holon-vaadin-navigator</artifactId>
    <version>5.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.holon-platform.vaadin7/holon-vaadin-navigator/
implementation 'com.holon-platform.vaadin7:holon-vaadin-navigator:5.2.4'
// https://jarcasting.com/artifacts/com.holon-platform.vaadin7/holon-vaadin-navigator/
implementation ("com.holon-platform.vaadin7:holon-vaadin-navigator:5.2.4")
'com.holon-platform.vaadin7:holon-vaadin-navigator:jar:5.2.4'
<dependency org="com.holon-platform.vaadin7" name="holon-vaadin-navigator" rev="5.2.4">
  <artifact name="holon-vaadin-navigator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.holon-platform.vaadin7', module='holon-vaadin-navigator', version='5.2.4')
)
libraryDependencies += "com.holon-platform.vaadin7" % "holon-vaadin-navigator" % "5.2.4"
[com.holon-platform.vaadin7/holon-vaadin-navigator "5.2.4"]

Dependencies

compile (1)

Group / Artifact Type Version
com.holon-platform.vaadin7 : holon-vaadin jar 5.2.4

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0

test (6)

Group / Artifact Type Version
com.holon-platform.core : holon-test jar 5.2.3
org.mockito : mockito-core jar 2.23.0
org.slf4j : jul-to-slf4j jar
ch.qos.logback : logback-classic jar 1.2.3
org.junit.jupiter : junit-jupiter-api jar 5.4.2
org.junit.jupiter : junit-jupiter-engine jar 5.4.2

Project Modules

There are no modules declared in this project.

Holon Vaadin 7 module

Latest release: 5.2.4

This is the Vaadin 7 compatible module of the Holon Platform Vaadin integration, which represents the platform support for the Vaadin web applications framework, focusing on the user interface components and data binding features.

The module main features are:

  • A Java API to build (using fluent builders), manage and use the web application UI components.
  • Integration with the platform foundation architecture, such as the Property model and the Datastore API, the authentication, authorization and localization support.
  • A powerful and easy to use View navigator to manage the web application virtual pages
  • Spring and Spring Boot integration

See the module documentation for details.

Just like any other platform module, this artifact is part of the Holon Platform ecosystem, but can be also used as a stand-alone library.

See the platform documentation for further details.

Other Vaadin platform versions

The Holon Platform Vaadin module si also available for:

Code structure

See Holon Platform code structure and conventions to learn about the "real Java API" philosophy with which the project codebase is developed and organized.

Getting started

System requirements

The Holon Platform is built using Java 8, so you need a JRE/JDK version 8 or above to use the platform artifacts.

Vaadin version 7.7 or higher is required.

Releases

See releases for the available releases. Each release tag provides a link to the closed issues.

Obtain the artifacts

The Holon Platform is open source and licensed under the Apache 2.0 license. All the artifacts (including binaries, sources and javadocs) are available from the Maven Central repository.

The Maven group id for this module is com.holon-platform.vaadin7 and a BOM (Bill of Materials) is provided to obtain the module artifacts:

Maven BOM:

<dependencyManagement>
    <dependency>
        <groupId>com.holon-platform.vaadin7</groupId>
        <artifactId>holon-vaadin-bom</artifactId>
        <version>5.2.4</version>
        <type>pom</type>
        <scope>import</scope>
    </dependency>
</dependencyManagement>

See the Artifacts list for a list of the available artifacts of this module.

Using the Platform BOM

The Holon Platform provides an overall Maven BOM (Bill of Materials) to easily obtain all the available platform artifacts:

Platform Maven BOM:

<dependencyManagement>
    <dependency>
        <groupId>com.holon-platform</groupId>
        <artifactId>bom</artifactId>
        <version>${platform-version}</version>
        <type>pom</type>
        <scope>import</scope>
    </dependency>
</dependencyManagement>

See the Artifacts list for a list of the available artifacts of this module.

Build from sources

You can build the sources using Maven (version 3.3.x or above is recommended) like this:

mvn clean install

Getting help

Examples

See the Holon Platform examples repository for a set of example projects.

Contribute

See Contributing to the Holon Platform.

Gitter chat Join the contribute Gitter room for any question and to contact us.

License

All the Holon Platform modules are Open Source software released under the Apache 2.0 license.

Artifacts list

Maven group id: com.holon-platform.vaadin7

Artifact id Description
holon-vaadin Core artifact
holon-vaadin-navigator View navigation support
holon-vaadin-spring Spring integration
holon-vaadin-spring-boot Spring Boot integration
holon-starter-vaadin Spring Boot starter
holon-starter-vaadin-undertow Spring Boot starter using Undertow as embedded servlet container
holon-vaadin-bom Bill Of Materials
documentation-vaadin Documentation
com.holon-platform.vaadin7

Holon Platform

The Holon Platform is a Java development ecosystem to create and maintain high quality, enteprise-grade web applications and services.

Versions

Version
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.2.0-rc2
5.2.0-rc1
5.2.0-alpha2
5.2.0-alpha1
5.1.2
5.1.1
5.1.0
5.0.2
5.0.1
5.0.0