uCosminexus Application Server, Application Development Guide

[Contents][Glossary][Index][Back][Next]

9. Developing Batch Applications

A batch application is a Java application running on a batch server. In batch applications, you can use some of the Java EE functionality, such as resource access, EJB access, and transaction management. This chapter describes the procedures and precautions from the creation until the execution of batch applications for developing the batch applications using Eclipse plug-ins.

Organization of this chapter
9.1 Flow of developing batch applications
9.2 Setting up the batch server environment
9.3 Creating a Java project
9.4 Adding and deleting the Cosminexus batch library in a Java project
9.5 Creating batch applications
9.6 Debugging batch applications
9.7 Executing batch applications
9.8 Forced termination of batch applications
9.9 Stopping the batch server