摘要: 原文:https://blog.codecentric.de/en/2012/03/transactions-in-spring-batch-part-3-skip-and-retry/This is the third post in a series about transactions in Spring Batch, you find the first onehere, it’s about the basics, and the second onehere, it’s about restart, cursor based reading and listeners.Today’ 阅读全文
posted @ 2013-09-26 09:45 tree.liang 阅读(2255) 评论(0) 推荐(0) 编辑
摘要: 原文 https://blog.codecentric.de/en/2012/03/transactions-in-spring-batch-part-2-restart-cursor-based-reading-and-listeners/This is the second post in a series about transactions in Spring Batch, you find the first onehere, it’s about chunk based transaction handling, batch job vs. business data, a fai 阅读全文
posted @ 2013-09-26 09:41 tree.liang 阅读(716) 评论(0) 推荐(0) 编辑
摘要: 原文https://blog.codecentric.de/en/2012/03/transactions-in-spring-batch-part-1-the-basics/This is the first post in a series about transactions in Spring Batch, you find the second onehere, it’s about restarting a batch, cursor based reading and listeners, and the third onehere, it’s about skip and re 阅读全文
posted @ 2013-09-26 09:39 tree.liang 阅读(1567) 评论(0) 推荐(0) 编辑
摘要: 原文 http://www.smooks.org/mediawiki/index.php?title=V1.5:Smooks_v1.5_User_GuideIntroductionSmooks is an extensible framework for building applications for processing XML and non XML data (CSV, EDI, Java etc) using Java.While Smooks can be used as a lightweight platform on which to build your own cust 阅读全文
posted @ 2013-09-26 09:27 tree.liang 阅读(2988) 评论(0) 推荐(0) 编辑
摘要: PrefaceThe ProblemNowadays we use general purpose applications or libraries to communicate with each other. For example, we often use an HTTP client library to retrieve information from a web server and to invoke a remote procedure call via web services.However, a general purpose protocol or its imp 阅读全文
posted @ 2013-09-26 09:05 tree.liang 阅读(771) 评论(0) 推荐(0) 编辑