distributeme-registry

parent for all distributeme projects

License

License

Categories

Categories

Net Other General Purpose Libraries
GroupId

GroupId

net.anotheria
ArtifactId

ArtifactId

distributeme-registry
Last Version

Last Version

2.3.8
Release Date

Release Date

Type

Type

war
Description

Description

distributeme-registry
parent for all distributeme projects
Project Organization

Project Organization

anotheria.net

Download distributeme-registry

How to add to project

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

Dependencies

compile (14)

Group / Artifact Type Version
net.anotheria : distributeme-core jar 2.3.8
net.anotheria : distributeme-support jar 2.3.8
net.anotheria : ano-maf jar 2.3.0
net.anotheria : moskito-web jar 2.9.1
net.anotheria : moskito-aop jar 2.9.1
net.anotheria : moskito-core jar 2.9.1
net.anotheria : moskito-webui jar 2.9.1
net.anotheria : moskito-inspect-embedded jar 2.9.1
net.anotheria : moskito-notification-providers jar 2.9.1
org.moskito : moskito-control-agent-http-endpoint jar 1.2.2
net.anotheria : ano-util jar 2.1.8
net.anotheria : ano-tags jar 2.1.1
org.slf4j : slf4j-api jar 1.7.21
ch.qos.logback : logback-classic jar 1.1.7

provided (2)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.1.0
com.google.code.findbugs : findbugs jar 3.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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

Versions

Version
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