https://github.com/apache/geronimo-batchee
Apache Geronimo BatchEE JBatch implementation
https://github.com/apache/geronimo-batchee
geronimo http java javaee network-server web-framework
Last synced: 3 months ago
JSON representation
Apache Geronimo BatchEE JBatch implementation
- Host: GitHub
- URL: https://github.com/apache/geronimo-batchee
- Owner: apache
- License: apache-2.0
- Created: 2019-05-09T16:16:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-20T04:08:03.000Z (4 months ago)
- Last Synced: 2025-10-21T00:33:57.364Z (3 months ago)
- Topics: geronimo, http, java, javaee, network-server, web-framework
- Language: Java
- Homepage: https://geronimo.apache.org/
- Size: 1.71 MB
- Stars: 7
- Watchers: 12
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF licenses this file to You under the Apache License, Version 2.0
// (the "License"); you may not use this file except in compliance with
// the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
= Apache JBatch
Apache BatchEE is a project providing an implementation of JBatch (aka jsr-352) and a set of useful extension for this specification.
The JBatch implementation is based on a fork of the Reference Implementation provided by IBM but it has now a set of enhancements.
== Get started
To learn more about BatchEE you can visit its http://batchee.incubator.apache.org/modules.html[modules page].
If you want to learn about JBatch extensions please visit our http://batchee.incubator.apache.org/extensions.html[extensions page].
If you are more interested in a GUI solution, have a look at our http://batchee.incubator.apache.org/gui.html[gui] page.
Finally if you want to control your batches from Maven just open the maven plugin page.