Deploying myfaces-components on nonstop, Running myfaces-components on nonstop – HP Integrity NonStop J-Series User Manual
Page 149

command prompt> mvn install
c.
After the successful build of myfaces-components, a new directory named target is
created in the <My SASH Home>\myfaces\samples\myfaces-components
directory. The application WAR file (myfaces-components-0.0.1-SNAPSHOT.war)
is created in the target directory.
This completes building of the myfaces-components application WAR file on your Windows system.
Deploying myfaces-components on NonStop
For information on how to deploy myfaces-components on your NonStop system, see
Sample Applications on NonStop” (page 331)
.
Running myfaces-components on NonStop
To run myfaces-components on your NonStop system, click the /<servlet
directory
>/myfaces-components-0.0.1-SNAPSHOT path under Applications in the NSJSP
Manager screen.
You can now access the following web pages of myfaces-components:
•
http://
directory>/myfaces-components-0.0.1-SNAPSHOT/date.faces
This page demonstrates the use of the t:inputDate tag from the MyFaces Tomahawk library.
The t:inputDate tag is a date component that can be used to enter date/time information
in a form.
•
http://
directory>/myfaces-components-0.0.1-SNAPSHOT/dataList.faces
This page demonstrates the use of the t:dataList tag from the MyFaces Tomahawk library.
The t:dataList tag renders its data as a HTML list element. The layout attribute defines
how each item is rendered. Legal values are: simple, unorderedList, and orderedList.
•
http://
directory>/myfaces-components-0.0.1-SNAPSHOT/newspaperTable.faces
This page demonstrates the use of the t:newspaperTable tag from the MyFaces Tomahawk
library. The t:newspaperTable tag is a data table that renders table text across several
columns (like a newspaper layout). The number of columns can be set using the
newspaperColumns
attribute.
•
http://
directory>/myfaces-components-0.0.1-SNAPSHOT/order.faces
This page demonstrates the use of t:inputSecret, t:inputText, t:validateEmail,
t:validateCreditCard
, and t:validateEqual tags from MyFaces Tomahawk library.
◦
t:inputSecret
:The inputSecret tag renders an HTML
tag. When the user types a string into this field, a row of asterisks is displayed instead
of the text the user types. The t:inputSecret tag extends the JSF inputSecret tag.
It supports conditional rendering based on user roles.
◦
t:inputText
: This tag extends the JSF inputSecret tag. It supports conditional
rendering based on user roles.
◦
t:validateEmail
: This tag is a custom validator that checks the syntax of an email
address using the Jakarta Commons validation library.
Installing MyFaces Framework
149