dsb-launcher

This launcher extends the default Petals ESB kernel one and allows developers to specify the main server class and the JARs of the kernel in a configuration file 'launcher.cfg' under the Petals 'conf' directory. A sample is available in src/test/resources folder.

License

License

GroupId

GroupId

org.ow2.petals.dsb
ArtifactId

ArtifactId

dsb-launcher
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

dsb-launcher
This launcher extends the default Petals ESB kernel one and allows developers to specify the main server class and the JARs of the kernel in a configuration file 'launcher.cfg' under the Petals 'conf' directory. A sample is available in src/test/resources folder.
Project Organization

Project Organization

PetalsLink Labs

Download dsb-launcher

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.ow2.petals : petals-kernel-api jar 2.1.0
org.ow2.petals : petals-jmx jar 1.8
org.ow2.petals : petals-topology jar 1.7.0
commons-io : commons-io jar 1.2

provided (1)

Group / Artifact Type Version
findbugs : annotations jar 1.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Petals Distributed Service Bus

Petals Distributed Service Bus is an OW2-Petals Entreprise Service Bus (http://petals.ow2.org) extension which targets ease of use, ease of extension, monitoring, management and Internet-Friendly communication protocols.

Build

  • To build the modules, just launch 'mvn install'
  • To also build the distributions and the installer, add -Pdistributions to your maven command 'mvn install -Pdistributions'

Doc

Check http://research.petalslink.org/display/petalsdsb/

org.ow2.petals.dsb

PetalsLinkLabs

Versions

Version
1.0.0