Persistance Queue Implementation

Posted by Winter on Stack Overflow See other posts from Stack Overflow or by Winter
Published on 2010-05-19T17:25:54Z Indexed on 2010/05/19 17:30 UTC
Read the original article Hit count: 166

I was reading an article on Batch Processing in java over at JDJ http://java.sys-con.com/node/415321 . The article mentioned using a persistence queue as a Batch Updater instead of immediately sending an individual insert or update to the database. The author doesn't give a concrete example of this concept so I googled Persistence Queue but that didn't come up with much. Does anyone know of a good example of this?

© Stack Overflow or respective owner

Related posts about java

Related posts about persistence