Remote Batch Invocation

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,

Album, Artist, Music, Track

the implementations are here,

Album, Artist, Music, Track

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)

The zipped package for fowler example

The zipped package for benchmarks