netcell

Java ESB with an embedded business process modeling engine

License

License

Categories

Categories

Net
GroupId

GroupId

net.segoia
ArtifactId

ArtifactId

netcell
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

netcell
Java ESB with an embedded business process modeling engine
Project URL

Project URL

https://github.com/acionescu/netcell
Source Code Management

Source Code Management

https://github.com/acionescu/netcell

Download netcell

How to add to project

<!-- 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"]

Dependencies

compile (18)

Group / Artifact Type Version
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)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.0.2
0.0.1