org.wso2.ei:scheduled-tasks

WSO2 Micro Integrator

License

License

GroupId

GroupId

org.wso2.ei
ArtifactId

ArtifactId

scheduled-tasks
Last Version

Last Version

1.1.0-alpha
Release Date

Release Date

Type

Type

pom
Description

Description

WSO2 Micro Integrator
Project Organization

Project Organization

WSO2

Download scheduled-tasks

How to add to project

<!-- https://jarcasting.com/artifacts/org.wso2.ei/scheduled-tasks/ -->
<dependency>
    <groupId>org.wso2.ei</groupId>
    <artifactId>scheduled-tasks</artifactId>
    <version>1.1.0-alpha</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.ei/scheduled-tasks/
implementation 'org.wso2.ei:scheduled-tasks:1.1.0-alpha'
// https://jarcasting.com/artifacts/org.wso2.ei/scheduled-tasks/
implementation ("org.wso2.ei:scheduled-tasks:1.1.0-alpha")
'org.wso2.ei:scheduled-tasks:pom:1.1.0-alpha'
<dependency org="org.wso2.ei" name="scheduled-tasks" rev="1.1.0-alpha">
  <artifact name="scheduled-tasks" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.ei', module='scheduled-tasks', version='1.1.0-alpha')
)
libraryDependencies += "org.wso2.ei" % "scheduled-tasks" % "1.1.0-alpha"
[org.wso2.ei/scheduled-tasks "1.1.0-alpha"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • org.wso2.micro.integrator.task.server.feature

WSO2 Micro Integrator

Build Status License

WSO2 Micro Integrator is the integration runtime of WSO2 Enterprise Integrator (EI), which is an open-source, hybrid integration platform. Please refer to the official documentation for further information.

The Micro Integrator runtime is lightweight, fast, scalable, and supports centralized ESB-style integration architectures as well as decentralized microservices architectures:

  • Centralized integration architecture esb integration architecture

  • Decentralized integration architecture microservices architecture

Developers can create integrations graphically by using WSO2 Integration Studio and deploy them in the Micro Integrator runtime.

Summary

Why Micro Integrator?

The Micro Integrator provides developers with a flawless experience in developing, testing, and deploying integration solutions. The Micro Integrator developer experience is especially tuned for;

  • Integration developers who prefer a config-driven approach to integration (centralized or decentralized).
  • Integration developers who are looking for a solution to integrate brownfield (i.e. legacy systems) solutions with new microservices-based solutions.
  • Existing WSO2 EI and integration middleware users who want to move into cloud-native or microservices architectures.

The Micro Integrator offers an enhanced experience for container-based architectures by simplifying Docker/Kubernetes deployments.

Refer the developer guide in the documentation for details.

Getting Started

See the following topics to get started with the product:

See the Tutorials and Examples to try out the main integration use cases. You can also find more resources in the WSO2 Library.

Contributing

If you are planning on contributing to the development efforts of WSO2 Micro Integrator, you can do that by checking out the latest development version. The master branch holds the latest unreleased source code.

Building from the source

Please follow the steps below to build WSO2 Micro Integrator from the source code.

  1. Clone or download the source code from this repository (https://github.com/wso2/micro-integrator).
  2. Run the maven command mvn clean install from the root directory of the repository.
  3. The generated Micro Integrator distribution can be found at micro-integrator/distribution/target/wso2mi-<version>.zip.

Please note that the product can be build using only JDK 8 but the integration tests can be run in either JDK 8 or 11.

Building the Docker image

You can build the Docker image for the Micro Integrator by setting the docker.skip system property to false when running the maven build. This builds and pushes the micro-integrator Docker image to the local Docker registry.

mvn clean install -Ddocker.skip=false

License

WSO2 Micro Integrator is licensed under the Apache License.

Copyright

(c) 2020, WSO2 Inc. All Rights Reserved.

org.wso2.ei

WSO2

Welcome to the WSO2 source code! For info on working with the WSO2 repositories and contributing code, click the link below.

Versions

Version
1.1.0-alpha