<?xml version='1.0' encoding='UTF-8' ?> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"> <h:head> <title>Hello JSF 3.0</title> </h:head> <h:body> <h1>#{helloBean.message}</h1> </h:body> </html>Dosyayı İndir