The example we use in the paper is from Fowler's Patterns of Enterprise Application Architecture.
There are 4 interfaces in this example, they are as follow,
the implementations are here,
The client end is coded using RBI, which looks like this,
AlbumClient(RBI form)
which is going to be translated into plain java code,
AlbumClient(translated code, in plain Java)