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

Difference between revisions of "EclipseLink/Examples/JPA/JSF Tutorial"

m (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...)
 
m (tutorial model gif)
Line 13: Line 13:
  
 
'''''Tutorial Object Model'''''
 
'''''Tutorial Object Model'''''
 +
 +
[[Image:Jpa_jsf_tutorial model.gif|Tutorial Object Model]]

Revision as of 14:32, 29 January 2008

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