blob: 2fe88b3ca2777da0be79a50c8b739c11e3844ff6 [file] [log] [blame]
<!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">
<ui:composition template="/WEB-INF/template.jsf">
<ui:define name="body">
<h1>About the Employee Example</h1>
<p>This example illustrates how EclipseLink can be used</p>
<h2>Interfaces</h2>
<h2>Links</h2>
<ul>
<a href="http://wiki.eclipse.org/EclipseLink/Examples/JPA/Employee">Wiki
page</a>
</ul>
</ui:define>
<ui:define name="eclipselink">
<ul>
<li><a href="/employee">JSF Interface</a></li>
<li><a href="/employee/persistence">REST Interface</a> (use REST client)</li>
<li><a href="">JS (TSA) Interface</a></li>
</ul>
</ui:define>
</ui:composition>
</html>