asynchrmi 1.2 released

asynchrmi goes to version 1.2. This is the first production-ready release. Its core features seems to serve us well.

For those who used earlier snapshots, note that there is an interface change in the ChainBuilder. It now uses a common object called a ChainResult. In traditional Promise programming, each group of tasks typically feed the next step. When using asynchrmi we foung that we needed to gradually build up a data by successive layers of relation lookups. Only at the end do we have enough data to produce the actual result (i.e. a web page).

Maven dependency looks thus:

   <dependency>
     <groupId>net.windwards</groupId>
     <artifactId>asynchrmi</artifactId>
     <version>1.3-SNAPSHOT</version>
   </dependency>