タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

springに関するbaby-babyのブックマーク (1)

  • jBatchとSpringBatchの比較 - Qiita

    違い jBatchは仕様(JSR-352)、SpringBatchは実装 jBatchの実装は3つ存在。RI(GlassFish)、JBeret(WildFly)、SpringBatch。 基的機能は jBatchも、SpringBatchも同じ。 SpringBatchの方が高機能。 もともとSpringBatchが存在して、それを参考にして仕様化したのがjBatch。仕様化した後、SpringBatch3.0にてjBatchへ対応した。 機能 jBatchの機能をベースとして記載。SpringBatchの機能は太字で記載。 ジョブ ジョブはステップの入れ物。ジョブはXMLで記述。 <?xml version="1.0" encoding="UTF-8"?> <job id="SimpleBatch" xmlns="http://xmlns.jcp.org/xml/ns/javaee"

    jBatchとSpringBatchの比較 - Qiita
  • 1