distributeme-core

DistributeMe core functionality

Лицензия

Лицензия

Категории

Категории

Сеть Other Универсальные библиотеки
Группа

Группа

net.anotheria
Идентификатор

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

distributeme-core
Последняя версия

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

2.3.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

distributeme-core
DistributeMe core functionality
Организация-разработчик

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

anotheria.net

Скачать distributeme-core

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

<!-- https://jarcasting.com/artifacts/net.anotheria/distributeme-core/ -->
<dependency>
    <groupId>net.anotheria</groupId>
    <artifactId>distributeme-core</artifactId>
    <version>2.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.anotheria/distributeme-core/
implementation 'net.anotheria:distributeme-core:2.3.8'
// https://jarcasting.com/artifacts/net.anotheria/distributeme-core/
implementation ("net.anotheria:distributeme-core:2.3.8")
'net.anotheria:distributeme-core:jar:2.3.8'
<dependency org="net.anotheria" name="distributeme-core" rev="2.3.8">
  <artifact name="distributeme-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.anotheria', module='distributeme-core', version='2.3.8')
)
libraryDependencies += "net.anotheria" % "distributeme-core" % "2.3.8"
[net.anotheria/distributeme-core "2.3.8"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.codehaus.jackson : jackson-mapper-asl jar 1.9.2
org.slf4j : slf4j-api jar 1.7.21
net.anotheria : configureme jar 2.4.0
net.anotheria : ano-util jar 2.1.8
net.anotheria : moskito-core jar 2.9.1
net.anotheria : ano-prise jar 2.2.1

provided (1)

Идентификатор библиотеки Тип Версия
com.google.code.findbugs : findbugs jar 3.0.1

test (3)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic jar 1.1.7
org.mockito : mockito-core jar 2.3.0
junit : junit jar 4.12

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

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

DistributeMe

What is DistributeMe

DistributeMe is a framework for automatic distribution of java code. DistributeMe operates directly on your java code, the annotated interface is processed by the DistributeMe apt preprocessor, which generates distribution related code.

Those are the core features of DistributeMe:

  • Automatic build time code distribution
  • Transparent remoting - you don't even need to know that the call is executed remotely.
  • Built with scaleability and high reliability in mind.
  • Various call interception points
  • Support for different user/call based failing strategies and behavior.
  • Support for different routing strategies, incl. loadbalancing, sharding, backup and failover instances.
  • Support for mobile agents (experimental).
  • Built-in fast decentralized publish/subscriber eventing.
  • DistributeMe consists of code generator which generates distribution code, that becomes part of your distribution package, the Registry which is a name / address resolving utility, and runtime utils used by the generated code.

DistributeMe is free and distributed under the MIT license. Please watch the underlying video for the explanation of the working principles.(Video will be addded)

net.anotheria

anotheria

anotheria solution gmbh

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

Версия
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0