Versions Compared

Key

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

...

To build and deploy BigBank to the single-VM server, do the following:

Build the BigBank source

...

To build BigBank, go to apps/bigbank/bigbank_loan and execute: mvn clean install
.

The build will produce the bigbank-loan-<version>.jar archive containing the loan services.

Start the server

...

Build the single-VM Fabric3 runtime in /servers/vm by executing:

...

Copy bigbank-loan-<version>.jar to the severs/vm/target/image/runtimes/vm/deploy directory.

Run the clients

...

From your IDE, launch one of the client located in bigbank-client src/main/java/org/fabric3/samples/bigbank/client. The client will submit a loan application an wait for it to be processed.

...