NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    • Spring: A lightweight open-source application framework.
      • Spring
        Multiexcerpt include
        nopaneltrue
        MultiExcerptNameExitDisclaimer
        PageWithExcerptwikicontent:Exit Disclaimer to Include
      • Spring Batch
        Multiexcerpt include
        nopaneltrue
        MultiExcerptNameExitDisclaimer
        PageWithExcerptwikicontent:Exit Disclaimer to Include
      • Spring Batch Reference
        Multiexcerpt include
        nopaneltrue
        MultiExcerptNameExitDisclaimer
        PageWithExcerptwikicontent:Exit Disclaimer to Include
    • Hibernate: An open source Java persistence framework
      Multiexcerpt include
      nopaneltrue
      MultiExcerptNameExitDisclaimer
      PageWithExcerptwikicontent:Exit Disclaimer to Include
    • Maven: Apache build manager for Java projects
      Multiexcerpt include
      nopaneltrue
      MultiExcerptNameExitDisclaimer
      PageWithExcerptwikicontent:Exit Disclaimer to Include
    • Eclipse: An Open Source IDE
      Multiexcerpt include
      nopaneltrue
      MultiExcerptNameExitDisclaimer
      PageWithExcerptwikicontent:Exit Disclaimer to Include

Loader Framework Code

The Loader Framework code is available in the NCI Subversion (SVN) repository. It is comprised of three Framework projects. Also at the time of this writing there are three projects in the repository that utilize the Loader Framework.

...

Spring Batch gives the Loader Framework some degree of recovery from errors. Like the other features of Spring, error handling is something you need to configure in the Spring config file. Basically, Spring will keep track of the steps it has executed and make note of any step that has failed. Those failed steps can be re-run at a later time. The Spring documentation provides additional information on this function. See ConfigureJob

Multiexcerpt include
nopaneltrue
MultiExcerptNameExitDisclaimer
PageWithExcerptwikicontent:Exit Disclaimer to Include
and ConfigureStep
Multiexcerpt include
nopaneltrue
MultiExcerptNameExitDisclaimer
PageWithExcerptwikicontent:Exit Disclaimer to Include
.

...