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

(New page: ==Overview== In this example we will create a standards based REST service using EclipseLink JPA & JAXB. * '''Getting Started''' - We'll buil...)
 
(Overview)
Line 1: Line 1:
 
==Overview==
 
==Overview==
  
In this example we will create a standards based REST service using EclipseLink JPA & JAXB.
+
In these examples we will create standards based REST services using EclipseLink JPA & JAXB.
  
 
* '''[[EclipseLink/Examples/REST/GettingStarted|Getting Started]]''' - We'll build a bare bones RESTful service using EclipseLink.
 
* '''[[EclipseLink/Examples/REST/GettingStarted|Getting Started]]''' - We'll build a bare bones RESTful service using EclipseLink.

Revision as of 15:10, 24 August 2010

Overview

In these examples we will create standards based REST services using EclipseLink JPA & JAXB.

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

Back to the top