eu.toop:toop-demoui-dplib

Base POM to build the TOOP Playground DP and DC Services

Лицензия

Лицензия

Группа

Группа

eu.toop
Идентификатор

Идентификатор

toop-demoui-dplib
Последняя версия

Последняя версия

2.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Base POM to build the TOOP Playground DP and DC Services
Организация-разработчик

Организация-разработчик

toop.eu

Скачать toop-demoui-dplib

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/eu.toop/toop-demoui-dplib/ -->
<dependency>
    <groupId>eu.toop</groupId>
    <artifactId>toop-demoui-dplib</artifactId>
    <version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.toop/toop-demoui-dplib/
implementation 'eu.toop:toop-demoui-dplib:2.1.1'
// https://jarcasting.com/artifacts/eu.toop/toop-demoui-dplib/
implementation ("eu.toop:toop-demoui-dplib:2.1.1")
'eu.toop:toop-demoui-dplib:jar:2.1.1'
<dependency org="eu.toop" name="toop-demoui-dplib" rev="2.1.1">
  <artifact name="toop-demoui-dplib" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.toop', module='toop-demoui-dplib', version='2.1.1')
)
libraryDependencies += "eu.toop" % "toop-demoui-dplib" % "2.1.1"
[eu.toop/toop-demoui-dplib "2.1.1"]

Зависимости

compile (16)

Идентификатор библиотеки Тип Версия
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar
com.fasterxml.jackson.module : jackson-module-parameter-names jar
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 jar
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar
org.apache.logging.log4j : log4j-core jar
org.apache.logging.log4j : log4j-slf4j-impl jar
org.apache.logging.log4j : log4j-web jar
org.slf4j : jul-to-slf4j jar 1.7.30
eu.toop : toop-edm jar
eu.toop : toop-regrep jar
eu.toop : toop-kafka-client jar
org.apache.httpcomponents : httpcore jar
org.apache.httpcomponents : httpclient jar 4.5.13
com.typesafe : config jar 1.4.1
eu.toop : tc-api jar
eu.toop : tc-main jar

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1

Модули Проекта

Данный проект не имеет модулей.

toop-playground-ng

This project contains the n(ext) g(eneration) of the toop demo ui, using the EDM v2 components.

Prerequisites

  • Java Development Kit (JDK) 8+
  • Maven

Workflow

Before doing anything, run "mvn clean install" to compile the entire project.

DemoUI DC

To run the application, run "mvn jetty:run" from the toop-demoui-dc module and open http://localhost:8080/

To produce a deployable production mode WAR:

  • change productionMode to true in the servlet class configuration (nested in the UI class)
  • run "mvn clean package"
  • test the war file with "mvn jetty:run-war"

Travis will automatically deploy the DC on https://dc-freedonia.dev.exchange.toop.eu

DemoUI DP

To run the web application, run "mvn exec:java" from the toop-demoui-dpweb module and open http://localhost:9090/

To produce a deployable JAR of the web application, including all of the dependencies, run "mvn clean package".

The toop-demoui-dplib module contains a TOOP Data Provider that uses YAML files as a data source. It can take an EDMRequest as an input and produces an EDMResponse or an EDMErrorResponse in the output. This is used by the Data Provider WebApp.

Travis will automatically deploy the DP on https://dp-elonia.dev.exchange.toop.eu

eu.toop

toop.eu

Open Source Development for TOOP

Версии библиотеки

Версия
2.1.1
2.1.0-1
2.1.0
2.0.0
2.0.0-rc3
2.0.0-rc2
2.0.0-rc1
2.0.0-beta5
2.0.0-beta4