Versions Compared

Key

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

...

No Format
bgColor#000000
borderStylesolid
E:\session>maven run:stateful
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

run:stateful:
    [java] Submitting new loan application...
    [java] -> submit count is now = 1
    [java] Submitting new loan application...
    [java] -> submit count is now = 2
    [java] Submitting new loan application...
    [java] -> submit count is now = 3
    [java] Submitting new loan application...
    [java] -> submit count is now = 4
    [java] Submitting new loan application...
    [java] -> submit count is now = 5
    [java] 5 loan applications were submitted.
BUILD SUCCESSFUL
Total time: 2 seconds
Finished at: Wed Nov 02 10:11:51 EST 2005

If you run the stateless client again you will see now one customer with a denied loan application.

No Format
bgColor#000000
borderStylesolid

E:\session>maven run:stateless
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

run:stateless:
    [java] Customers with denied loan applications:
    [java] - Customer1
BUILD SUCCESSFUL
Total time: 2 seconds
Finished at: Wed Nov 02 10:12:21 EST 2005

Back to Top

The Geronimo environment
Anchor
Geronimo
Geronimo

...