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:32, 29 January 2008 by Rick.sapir.oracle.com (Talk | contribs) (tutorial model gif)

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

Tutorial Object Model

Back to the top