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

Difference between revisions of "Dali Project/Weekly Meeting/February 11 2011"

(New page: =Dali Weekly Meeting= ===Attendees=== * ==Agenda== ===New Topics=== * Should we have a base MOXy Platform to help with JAXB wizards, Library Validation, model validation, etc, if it...)
 
(Agenda)
Line 11: Line 11:
  
 
* Should we have a base MOXy Platform to help with JAXB wizards, Library Validation, model validation, etc, if it doesn't support any MOXy specific annotations or the MOXy mapping file?
 
* Should we have a base MOXy Platform to help with JAXB wizards, Library Validation, model validation, etc, if it doesn't support any MOXy specific annotations or the MOXy mapping file?
 +
** XJC should be shipped with Eclipse
 +
** Users may need to have XJC on classpath anyway to support dynamic JAXB
 +
** Shaun and others are in favor of the light MOXy platform
 
* Performance/UI responsiveness:  What should we do about building JPA projects
 
* Performance/UI responsiveness:  What should we do about building JPA projects
 +
** May want to provide a preference -eg  Map dependent JARs- (default: on) in maintenance for a quick fix
 +
** IN new wizard, default pref to off for new projects
 
* Any validation we might be missing for XmlAnyAtrribute and XmlMixed
 
* Any validation we might be missing for XmlAnyAtrribute and XmlMixed
 +
** Blaise not here today
  
  

Revision as of 11:35, 11 February 2011

Dali Weekly Meeting

Attendees

Agenda

New Topics

  • Should we have a base MOXy Platform to help with JAXB wizards, Library Validation, model validation, etc, if it doesn't support any MOXy specific annotations or the MOXy mapping file?
    • XJC should be shipped with Eclipse
    • Users may need to have XJC on classpath anyway to support dynamic JAXB
    • Shaun and others are in favor of the light MOXy platform
  • Performance/UI responsiveness: What should we do about building JPA projects
    • May want to provide a preference -eg Map dependent JARs- (default: on) in maintenance for a quick fix
    • IN new wizard, default pref to off for new projects
  • Any validation we might be missing for XmlAnyAtrribute and XmlMixed
    • Blaise not here today


Old Topics

  • JAXB Demo for Blaise
    • Schema/namespace selection
    • Schema related code completion and validation
    • Explorer Content
    • Type level completion and validation
  • JAXB context
    • What should the priority be for different types of JAXB context definition? What are most users using?
      • Annotated XmlType(currently supported)
      • jaxb.index
      • references to other classes(context by reference) See Also
      • ObjectFactory
      • defined context if other methods are not used

Next Meeting


Action Items

  • Shaun will continue to investigate WAB, bundle root changes, etc.
  • OSGi JPA spec support - need to investigate this to see what things we may need to support for OSGi
  • Allow for sync options for the persistence.xml at the project level

Back to the top