Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Examples/JPA/JSF Tutorial

< EclipseLink‎ | Examples‎ | JPA
Revision as of 14:29, 29 January 2008 by Rick.sapir.oracle.com (Talk | contribs) (New page: <div style="border:1px solid #999999;background-color:#ffffff;align:center"> <table border="0" cellpadding="5" align="center"><tr><td width="20">image:Catnicon.gif</td><td>This page is...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Catnicon.gifThis page is under construction.

Tutorial: Build a Web Application (JSF) Using JPA

Introduction

This tutorial will walk you through the basic steps of developing, packaging, and deploying a Web application using the EclipseLink.

In this application, a Java Server Faces (JSF) presentation layer will make use of JPA for persistence outside of an EJB 3.0 container.

This figure shows the object model that this tutorial uses.

Tutorial Object Model

Back to the top