Queuing jobs in a processing chain in Java
问题 I am currently designing a correlation engine in java which is extracting data from pdf files and correlating (raising alerts where necessary) it structured data from a relational database. Focusing on the processing of the pdf files the system consists of: A component which is performing the custom extraction from the pdf. A component which parses the sometimes unordered unclean data into the required data structures A normalisation component which will normalises the values for comparison