Please note that JavaScript and style sheet are used in this website,
Due to unadaptability of the style sheet with the browser used in your computer, pages may not look as original.
Even in such a case, however, the contents can be used safely.
WebOTX Batch Server (WebOTX BS) is the Java batch application platform which executes Java batch application efficiently.
This platform is based on the open source software "Spring Batch" framework. WebOTX Batch server offers various functions such as job execution control, operation monitoring function,and so on.
Product OverviewsBy utilizing resident Java VM for job execution, it is possible to reduce Java VM starting overhead. The multiple batch applications can be executed at the same time by means of multithreading. This reduces the amount of memory usage.
"Spring Batch" framework has general batch control logic such as commit processing function, checkpoint restart processing function and I/O (File, Database etc.) classes for various resources. Therefore, by developing only the business logic, batch application developer can develop the complete batch applications.
By unifying the Java language development of batch and online processing, it is possible to share the application program in batch processing and online processing.
When a Java VM process shuts down abnormally, another Java VM process continues to execute the batch processing.
WebOTX Batch Server outputs OS log when it detects the delay of the batch processing or the indication of memory shortage. Therefore the operator can handle the issues early on.