JBoss.orgCommunity Documentation
After you familiarized oneself with example of creating the CRUD Database Application with Seam, you can read this charter.
To run your CRUD Application you should do the following steps:
Run a project on the Server.
On Package Explorer View right click on the crudapp project, select →
Select a Server and click Finish
Home page of the crudapp project should appear in Web Browser .
After that you can use the CRUD application with the employee database.
You can use internal JBDS Web Browser or your external Web Browser with the same link (http://localhost:8080/crudapp/home.seam).
Hover the mouse over employee database is displayed.
in the very top menu and select from the expanded list. Observe that data from theUse Employees search parameters fields to filter the selected list.
Click the Action column of one of the employees.
button in thePress Edit to edit employee fields.
Enter Login and Password to login (for example, admin as the login and leaving the password field blank).
Fill in firstname and press Save.
Database will be updated.