Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

1. Start the geronimo server and open the admin console on a browser window with the url
http://localhost:8080/consoleImage Removed.

2. Click on the Embedded DB => DB Manager on the Console Navigation portlet.

...

Code Block
SQL
SQL
borderStylesolid
insert into ACCOUNTCME values (1, 'Phani',2000);
insert into ACCOUNTCME values (12, 'Nag',2000);

After inserting the rows, table will look like the below screen shot.

...

1. Open a browser window and hit the URL as http://localhost:8080/ContainerManagedJPA-WEB/Image Removed
This page displays a html form with input fields for Debit Account Number, Credit Account Number and Amount to be Transferred. Enter the values as given in the below screen shot and click on the Submit button.

...