Top
Enhancing Your Application
In the previous tutorial, you learned how to create a web component that has input and output elements and how to bind these elements to variables and methods in your code.
Now you'll add some additional features to your project that move it a bit more in the direction of being a real-world web application. The application will:
- Duplicating Your Project
- Creating a Custom Guest Class
- Binding the Class's Instance Variables to the Form Elements
- Creating a Table to Display the Output
- Adding Dynamic Elements to Table Cells
- Binding the Dynamic Elements in the Table
- Creating the Guest Object
- Keeping Track of Multiple Guests
- Creating a Guest List
- Adding Guests to the Guest List
- Adding a Second Component
- Using a Repetition
- Adding the Finishing Touches
- Clearing the Guest List
- Adding a Dynamic Hyperlink
First Section