Newsletter sign-up
View all newsletters

Enterprise Java Newsletter
Stay up to date on the latest tutorials and Java community news posted on JavaWorld

Sponsored Links

Optimize with a SATA RAID Storage Solution
Range of capacities as low as $1250 per TB. Ideal if you currently rely on servers/disks/JBODs

Harness Offsprings to divide, parallelize and conquer

Here's how to quickly turn your apps into a scalable, high-performance data-processing solution

  • Print
  • Feedback

Page 5 of 5

Second, add a bean declaration for this implementation class to the project's Spring context file. For example:

<bean id="barrierArray" class="net.sourceforge.offsprings.splitter.impl.BarrierArrayImpl" singleton = "false" />

Third, add a value to the barriers property of the splitterFactory in the defaultSplitterContext.xml file referencing the newly created bean. For example:

<value>barrierArray</value>
  • Print
  • Feedback

Resources