WASdev/sample.batch.wdt-demo

Name: sample.batch.wdt-demo

Owner: WASdev

Description: Resources for following the steps of the Writing a Java batch application on Liberty demo

Forked from: rmcmx/sample.batch.wdt-demo

Created: 2017-03-02 18:17:53.0

Updated: 2017-03-02 18:17:55.0

Pushed: 2017-03-02 18:42:57.0

Homepage: https://www.youtube.com/watch?v=C3AnK8JRR_U

Size: 6

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

sample.batch.wdt-demo

This sample makes use of the batch-1.0 and batchManagement-1.0 features of WebSphere Liberty. It is to be used when following the demo Writing a Java batch application on Liberty

The demo walks through the minimal steps and configuration required to create and run a batch job with a Chunk step. A Chunk step includes mandatory Reader and Writer artifacts, and the example adds the optional Processor artifact.

IMPORTANT: For following the steps on the demo, you need to have Eclipse with WebSphere Application Server Developer Tools, and WebSphere Liberty installed, for installing them go here.

Steps to set up and use this sample app

1.) Follow the steps on the Writing a Java batch application on Liberty demo

You can configure your Liberty server by following the steps on the demo or by copying and pasting the configuration below into the server.xml file:

ver description="batch server">
<featureManager>
    <feature>batchManagement-1.0</feature>
</featureManager>
<httpEndpoint httpPort="9080" httpsPort="9443" id="defaultHttpEndpoint"/>
<keyStore password="{xor}EzY9Oi0rJg=="/>
<basicRegistry>
    <user name="user" password="pass"/>
</basicRegistry>
rver>
Notice

© Copyright IBM Corporation 2017.

License
nsed under the Apache License, Version 2.0 (the "License");
may not use this file except in compliance with the License.
may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

ss required by applicable law or agreed to in writing, software
ributed under the License is distributed on an "AS IS" BASIS,
OUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
the License for the specific language governing permissions and
tations under the License.

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.