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/Development/DBWS/BootstrapBuilderFromXMLEntityMappings

< EclipseLink‎ | Development‎ | DBWS
Revision as of 09:04, 30 July 2013 by David.mccann.oracle.com (Talk | contribs) (Bootstrap DBWSBuilder from XMLEntityMappings)

Bootstrap DBWSBuilder from XMLEntityMappings

DBWSBuilder currently builds an EclipseLink object relational (OR) project from the DDL meta-model returned from the DDLParser. This project is then used to build the various files (XSD, WSDL, etc) required for the web service. This processing is complex and hard to maintain. JPAMetadataGenerator (Metadata Generation from DDL meta-model) can generate and XMLEntityMappings instance from the DDL meta-model; the XMLEntityMappings instance contains an OR project, and DBWSBuilder should be bootstrapped from this as opposed to creating the project.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.