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

< EclipseLink‎ | Examples‎ | MOXy
Revision as of 15:38, 15 June 2011 by Unnamed Poltroon (Talk) (New page: == Introduction == This example leverages EclipseLink JAXB (MOXy)'s concepts of externalized metadata represented as a MetadataSource ([[EclipseLink/Examples/MOXy/MetadataRepository|Metada...)

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

Introduction

This example leverages EclipseLink JAXB (MOXy)'s concepts of externalized metadata represented as a MetadataSource (MetadataRepository example), and extensible models (Extensible example). The MetadataSource will be used to define the metadata for the extensions. In EclipseLink 2.3 the ability for a JAXBContext to be "refreshed" was introduced. This means that without stopping the application the metadata can be updated to include information about new extensions.

Back to the top