Versions Compared

Key

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

...

Look for the SessionBeanDemo entry.

To test the migrates Session Bean application run the following commands from the <session_home> directory:

maven run-g:stateless - for the stateless client
maven run-g:stateful - for the stateful client

The following example shows the results of the stateless session client.

...