Designing RMI Applications

Sketch a Rough Architecture

  1. Figure out what you are going to build. Do your requirements analysis.
  2. Find a basic use case that will motivate the rough architecture.
  3. Figure out what you can safely ignore for now (often scalability and security).
  4. Determine which design decisions are forced by the environment.
  5. Narrow down the servers to as few as possible.

José M. Vidal .

1 of 49