HTML and CSS Reference
In-Depth Information
<managed-property>
<property-name>population</property-name>
<value>82000000</value>
</managed-property>
<managed-property>
<property-name>cities</property-name>
<list-entries>
<value>#{cairo}</value>
<value-class>com.jsfprohtml5.countrynavigator.model.City</value-class>
<value>#{alexandria}</value>
<value-class>com.jsfprohtml5.countrynavigator.model.City</value-class>
<value>#{aswan}</value>
<value-class>com.jsfprohtml5.countrynavigator.model.City</value-class>
</list-entries>
</managed-property>
</managed-bean>
<managed-bean>
<managed-bean-name>cairo</managed-bean-name>
<managed-bean-class>com.jsfprohtml5.countrynavigator.model.City</managed-bean-class>
<managed-bean-scope>none</managed-bean-scope>
<managed-property>
<property-name>name</property-name>
<value>Cairo</value>
</managed-property>
<managed-property>
<property-name>population</property-name>
<value>8000000</value>
</managed-property>
</managed-bean>
<!-- Other configuration data is not shown ... -->
</faces-config>
CountryNavigator application is a maven web application: you can download from the topic sources and then
build the application using mvn install command. Finally, you can deploy the final countryNavigator-1.0-SNAPSHOT.war
on GlassFish version 4.0 to check how it works. in order to run maven command correctly, you have to make sure that
JaVa_home points to the Java 7 directory installed in your operating system.
Note
RichFaces
RichFaces is an open-source JSF component library that has many different capabilities. RichFaces includes two main
tag libraries:
a4j tag library, which provides the Ajax functionality and common utilities.
rich tag library, which provides a set of self-contained rich components that are completely
integrated with Ajax.
 
 
Search WWH ::




Custom Search