Write a JSF application that reports the values of the following system properties of the web server:
- The Java version ( java. version)
- The operating system name ( os. name)
- The operating system version ( os. version) Supply a bean that uses the getProperties method of the System class.