alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Java EE 6 example source code file (template.xhtml)

This example Java EE 6 source code file (template.xhtml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Java EE 6 tags/keywords

content-type, content-type, doctype, doctype, public, transitional//en, transitional//en, w3c//dtd, xhtml, xhtml

The Java EE 6 template.xhtml source code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
    xmlns:ui="http://java.sun.com/jsf/facelets"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core">

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <title>Numberguess
  <link href="style/main.css" rel="stylesheet" type="text/css"/>
  <ui:insert name="head"/>
</head>

<body>
  
  <div id="container">
    <div id="header">
  
    </div>

    <div id="sidebar">
    
    </div>
  
    <div id="content">
      <ui:insert name="content"/>
    </div>
    
    <br style="clear:both"/>
  </div>
   
</body>
</html>

Other Java EE 6 examples (source code examples)

Here is a short list of links related to this Java EE 6 template.xhtml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.