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/REST

< EclipseLink‎ | Examples
Revision as of 15:28, 24 August 2010 by Blaise.doughan.oracle.com (Talk | contribs) (Overview)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Overview

In this series of examples we will use a number of standard Java EE technologies to create RESTful data access services:

  • Getting Started - We'll build a bare bones RESTful service using EclipseLink.

Back to the top