netcell

Java ESB with an embedded business process modeling engine

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

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

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

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

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

0.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

netcell
Java ESB with an embedded business process modeling engine
Ссылка на сайт

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

https://github.com/acionescu/netcell
Система контроля версий

Система контроля версий

https://github.com/acionescu/netcell

Скачать netcell

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

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

Зависимости

compile (18)

Идентификатор библиотеки Тип Версия
net.segoia : cfg-engine jar 0.0.1
net.segoia : script-dao jar 1.0.0
org.apache.commons : commons-dbcp2 jar 2.1
org.apache.commons : commons-pool2 jar 2.4.2
org.postgresql : postgresql jar 9.4-1200-jdbc41
commons-collections : commons-collections jar 3.2.1
org.apache.velocity : velocity jar 1.6.2
net.segoia : distributed-processor jar 0.0.2
org.apache.velocity : velocity jar 1.6.2
org.apache.httpcomponents : httpclient jar 4.0.1
net.segoia : netcell-commons jar 0.0.1
net.segoia : netcell-client jar 0.0.1
org.quartz-scheduler : quartz jar 1.8.5
com.unboundid : unboundid-ldapsdk jar 2.3.1
com.datastax.cassandra : cassandra-driver-core jar 2.1.5
net.segoia : commons jar 0.0.4
org.xerial.snappy : snappy-java jar 1.1.1.7
net.jpountz.lz4 : lz4 jar 1.3.0

test (1)

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

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

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

Description

Netcell is a Java based ESB ( enterprise service bus ) with an embedded business process modeling engine.

Features

  • Allows definition and execution of complex business process flows
  • Distributed - more nodes can be started as a cluster
  • Provides a Java Swing GUI - see netcell-gui
  • Component based - all operations are encapsulated as customizable components that can be (re)used while orechestrating different execution flows
  • Out of the box customizable data access connectors ( Postgresql, MySql, Oracle, Cassandra, Http client, ... )
  • Scheduled job execution mechanism
  • Apache Velocity based dynamic command building - Commands to third party systems can be dynamically built and executed employing velocity templates
  • Easy integration - see netcell-client

Examples, installation and configuration

See netcell-node

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

Версия
0.0.2
0.0.1