Module :: Lookup Service

Infrastructure for providing secured micro services, that are dynamically discoverable and searchable over ipv6 networks.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

au.net.zeus.jgdms
Идентификатор

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

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

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

3.1.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Module :: Lookup Service
Infrastructure for providing secured micro services, that are dynamically discoverable and searchable over ipv6 networks.
Ссылка на сайт

Ссылка на сайт

https://pfirmstone.github.io/JGDMS/services/reggie/

Скачать reggie

Имя Файла Размер
reggie-3.1.0.pom 1 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/au.net.zeus.jgdms/reggie/ -->
<dependency>
    <groupId>au.net.zeus.jgdms</groupId>
    <artifactId>reggie</artifactId>
    <version>3.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/au.net.zeus.jgdms/reggie/
implementation 'au.net.zeus.jgdms:reggie:3.1.0'
// https://jarcasting.com/artifacts/au.net.zeus.jgdms/reggie/
implementation ("au.net.zeus.jgdms:reggie:3.1.0")
'au.net.zeus.jgdms:reggie:pom:3.1.0'
<dependency org="au.net.zeus.jgdms" name="reggie" rev="3.1.0">
  <artifact name="reggie" type="pom" />
</dependency>
@Grapes(
@Grab(group='au.net.zeus.jgdms', module='reggie', version='3.1.0')
)
libraryDependencies += "au.net.zeus.jgdms" % "reggie" % "3.1.0"
[au.net.zeus.jgdms/reggie "3.1.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • reggie-dl
  • reggie-service

JGDMS - Java/Jini Global Distributed Micro Services.

Build instructions

From command or shell prompt:

$ mvn -f JGDMS/pom.xml package

For unit tests:

$mvn -f JGDMS/pom.xml test

After successfully testing the above, integration and regression tests can be run by:

$ cd qa

$ ant run-all

$ ant jtreg

The regression tests ($ ant run-all) take approximately 24 hours to complete.

The jtreg tests take about half an hour to complete, you'll need to manually install jtreg, refer to http://openjdk.java.net/jtreg/

This software is forked from Apache River trunk, it is designed with internet security in mind and provides:

  • ObjectInput and ObjectOutput implementations for hardening deserialization in the presence of untrusted input.
  • TLSv1.3 Stateless Encrypted endpoints for RPC communication over untrusted networks.
  • IPv6 Multicast Discovery using X500 distinguished names with various integrity checking hash functions provided.
  • Unicast Discovery over a TLSv1.3 connection with an SHA-224, SHA-256, SHA-384 or SHA-512 hash function to validate data sent and received at both ends prior to sending a response.
  • Dynamically granting DownloadPermission and DeSerialization permission to trusted authenticated lookup services during unicast discovery.
  • Lookup Service registrar to search services available from various arbitrary third parties.
  • Lookup method that allows authentication of third parties, using a bootstrap proxy, prior granting DownloadPermission and DeSerialization permission for service utilisation.
  • Invocation and Method constraints.

Discussion forum:

https://groups.google.com/forum/#!forum/river-secure-ipv6-discovery

Notables:

  • Worlds fastest, highly scalable, Java security policy provider.
  • RFC3986URLClassLoader is much faster than Java's built in URLClassLoader.
  • RFC3986 compliant Uri.
  • Atomic Serialization outperforms standard Java.
  • JERI (Jini Extensible Remote Invocation) outperforms java RMI.
  • Unnecessary DNS calls have been eliminated.
  • Hi performance lookup service method delays or avoids unnecessary codebase downloads.

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

Версия
3.1.0
3.0.1-RC-07