{{theTime}}

Search This Blog

Total Pageviews

fastJar ant target

ant tips: fastJar syntax: "fastJar jarfile="test.zip" basedir="../jars" zipDirs="."

No comments:

Saga Design Pattern

The Saga design pattern is a way to manage distributed transactions in a microservices architecture. In a microservices environment, where d...