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 Run As > Run on Server.
Select a Server and click Finish
Home page of the crudapp project should appear in Web Browser .
After that you can use CRUD application with "employee" database.
You can use internal JBDS Web Browser or your external Web Browser with the same link (http://localhost:8080/crudapp/home.seam).
Click on the Employees List link and observe that data from employee database is displayed.
Use Employees search parameters fields to filter the selected list.
Press Select opposite one of employees.
Press Edit to edit employee fields.
Enter Login and Password to login. (Use "crudapp-user"/"secret" for example)
Fill in firstname and press Save.
Database will be updated.