Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This exercise is designed to help you compare the process of designing an application with Concourse versus other databases. You are provided with the Twitter interface and the fully functional TwitterCLI command line code. To complete this exercise, you need to:

  • Implement the Twitter interfa
    interface using Concourse
  • .
  • Change
  • line 22

...

  • of
  • TwitterCLI.java

...

  • to point to
  • use
  • your implementation
  • .

 

  • Run
  • TwitterCLI.java

...

    .

The Twitter interface

The Twitter interface defines actions that mimic a subset of Twitter. You should implement this interface using Concourse.

...