Skip to main content
Jump to: navigation, search

EclipseLink/Examples/REST/GettingStarted

< EclipseLink‎ | Examples‎ | REST
Revision as of 10:49, 27 January 2011 by Ben.gelernter.oracle.com (Talk | contribs)

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

RESTful Service Example

In this example we will create a bare bones standards based RESTful service using EclipseLink JPA & JAXB.

  • Database Model - This is the database model that we will expose as a REST service.
  • Entity Model - We will interact with our database using JPA entities.
  • XML Binding - JAXB/MOXy will be used to apply an XML representation to our JPA entities.
  • RESTful Service - An EJB session bean will be used to implment the JAX-RS service.
  • RESTful Client - We will create a client to interact with our RESTful service.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.