Getting started with myfaces, Prerequisites, Nonstop system – HP Integrity NonStop J-Series User Manual
Page 150: Windows system
![background image](/manuals/397993/150/background.png)
◦
t:validateCreditCard
: This tag allows you to validate various credit cards, including
Amex, Visa, Mastercard, and Discover, using the Jakarta Commons validation library.
◦
t:validateEqual
: This tag allows you to validate user input by comparing it with
another backing bean property. This is useful, for example, when validating a password
or an e-mail address twice.
•
http://
directory>/myfaces-components-0.0.1-SNAPSHOT/tabbedPanes.faces
This page demonstrates the use of the t:panelTabbedPane and t:panelTab tags from
the MyFaces Tomahawk library.
◦
t:panelTabbedPane
: This tag generates a panel container with a number of tabs. This
component can be fully customized using CSS style attributes.
◦
t:panelTab
: This tag renders an individual panel tab as a HTML button. It must be
contained within a t:panelTabbedPane tag.
•
http://
directory>/myfaces-components-0.0.1-SNAPSHOT/popup.faces
This page demonstrates the use of the t:popup tag from the MyFaces Tomahawk library.
The t:popup tag renders a browser pop-up window, which displays a number of possible
mouse or keyboard events, including onclick, ondblclick, onmouseover, onkeypress,
onkeydown, and onkeyup.
Configuring MyFaces Applications on NonStop Systems
There is no specific configuration for MyFaces framework. However, NonStop Platform
Configurations are applicable. For more information, see
“NonStop Platform Configurations”
.
Getting Started with MyFaces
This section describes how to develop a web application using the MyFaces framework. It describes
the steps required to build a basic MyFaces sample called SkinSelector on your Windows system
and deploy it on your NonStop system.
Prerequisites
Before getting started, make sure that you have the following software installed on the NonStop
and Windows system.
NonStop System
The following software must be installed on the NonStop system:
•
NonStop iTP WebServer version 7.x or later
•
NSJSP version 6.1
•
NSJ version 6.0
Windows System
The following software must be installed on your Windows system:
•
JDK version 1.5 or later
•
Eclipse Galileo IDE version 3.5.2 or a later
150
MyFaces Framework