- Integrate Trinidad with Facelets and Seam to get the most out of JSF
- Tackle web application issues with the help of Seam
- Create a panel-based Trinidad user interface using Trinidad forms and Facelet input components
- Create a wizard based on Trinidad components
- Create pop-up or main browser window dialogs using Trinidad dialog framework
- Work with Trinidad's table technology features including the use of JSF binding
- Get a grip on Trinidad's AJAX technology, or more adequately described, its partial page rendering technique (PPR)
- Deploy your web applications using Seam-gen
- Implement login, authorization, navigation, internationalization, and more
- Master all the major concepts of Trinidad
Chapter 1: In this chapter, we introduce you to the Trinidad component library. We give a general idea of this component library, which areas are covered by its components, and compare it to other libraries. Finally, the integration of Trinidad and Seam is discussed.
Chapter 2: In this chapter, we take a look at Facelets as a basic means to structure and build pages using Facelet page composition, Facelet composition components, and JSTL.
Chapter 3: In this chapter, we discuss the Trinidad tags and their attributes in a structured approach. You will gain an insight into the design of Trinidad allowing you to draw an efficient mental map of the library and make an effective selection and application of tags.
Chapter 4: In this chapter, we introduce you to the Trinidad's AJAX technology, called PPR (Partial Page Rendering). PPR is inspected from two points of view – the pure tag-based partial rendering and the pure Java-side partial rendering techniques.
Chapter 5: In this chapter, we develop the basic parts of the web application that serves as our Trinidad example. We present using Seam-gen to rapidly deploy after each change of any file.
Chapter 6: In this chapter, we deal with Trinidad's panelAccordion and showDetailItem components to show how they can be combined to build panel-based, panel-wise collapsible content.
Chapter 7: In this chapter, we discuss how to combine Trinidad's tags and Facelet composition components to build highly flexible and well-formatted forms including messaging support.
Chapter 8: In this chapter, we deal with Trinidad's tree components and models and exemplify their application. We present an effective shortcut that makes Trinidad's tree support an easy and yet powerful technology.
Chapter 9: In this chapter, we deal with Trinidad's table and treeTable components and exemplify their application. We apply the components in an increasingly refined way revealing most of their features, one at a time.
Chapter 10: In this chapter, we deal with Trinidad's chart component and show its application. You will learn to competently set up representation parameters, so effectively achieving the intended representation focus and thus graphically materializing hidden information in an appropriate way.
Chapter 11: In this chapter, we deal with Trinidad's components to implement a wizard and show their application. We present a solution to avoid an existing Facelet problem.
Chapter 12: In this chapter, we discuss Trinidad's pop-up window techniques. We revisit Seam conversations to address Trinidad's and Seam's specific necessities for pop-up dialogs. We enhance the web application with a couple of pop-up windows including wizard pop-up support.