Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Examples/MOXy/MeetInTheMiddle

< EclipseLink‎ | Examples‎ | MOXy
Revision as of 15:50, 15 June 2011 by Unnamed Poltroon (Talk) (Overview)

Overview

This set of examples is intended to introduce you to meet-in-the-middle mapping. This is when you are mapping an existing object model to an existing XML schema. This can commonly occur when you have an existing application that you wish to expose as a web service using a XML schema corresponding to some industry standard.

source.

  • RefreshMetadata - Update the metadata (in this example to include information about new extensions) without stopping the application.

Back to the top