
172 12. Rolling out a ROApp
down. The circle indicates the semantic scenario implemented inside the
pre-implemented ROServer.
12.4 Application Layer: RealObjectApplication
Extends RemoteObjectsServer
The first step toward writing your own RealObjectApplication is simply to
extend the server to your own application class. The generalized construc-
tion looks something like this:
public class RealObjectApplication
// or specific app name like LondonChase
extends RealObjectsServer
// implements RemoteObjectsServer // implicitly
implements RemoteObjectsApplication
// or specific app name like RemoteLondonChase
{ ... }
We are implementing a simplified version of ...