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/January 28 2011"

(New page: =Dali Weekly Meeting= ===Attendees=== * ==Agenda== ===New Topics=== * JAXB Demo for Blaise ** Schema/namespace selection ** Schema related code completion and validation ** Explorer...)
 
(New Topics)
 
Line 15: Line 15:
 
** Explorer Content
 
** Explorer Content
 
** Type level completion and validation
 
** Type level completion and validation
 +
** Feedback
 +
*** copy schema into project when doing class gen
 +
*** need a way to make these things portable
 +
*** validation for public field and public property have the same name
 
* JAXB context
 
* JAXB context
 
** What should the priority be for different types of JAXB context definition?  What are most users using?
 
** What should the priority be for different types of JAXB context definition?  What are most users using?
*** Annotated XmlType(currently supported)
+
*Top of the priority list
*** jaxb.index
+
** transitively referenced, see also, xmlelement annotation type=foo.class, foo.class should be included in the context
*** references to other classes(context by reference)  See Also
+
** root elements
*** ObjectFactory
+
* Next
*** defined context if other methods are not used
+
** jaxb.index
 +
** create jaxb.index in the proj wizard, and outside
 +
 
 +
* User
 +
** XML Centric
 +
** JAXB JAX-RS
 +
*** Objects are core...derive XML representation from their POJO's
 +
*** Rich UI
 +
** Meet in the middle
  
 
===Old Topics===
 
===Old Topics===

Latest revision as of 12:33, 14 February 2011

Dali Weekly Meeting

Attendees

Agenda

New Topics

  • JAXB Demo for Blaise
    • Schema/namespace selection
    • Schema related code completion and validation
    • Explorer Content
    • Type level completion and validation
    • Feedback
      • copy schema into project when doing class gen
      • need a way to make these things portable
      • validation for public field and public property have the same name
  • JAXB context
    • What should the priority be for different types of JAXB context definition? What are most users using?
  • Top of the priority list
    • transitively referenced, see also, xmlelement annotation type=foo.class, foo.class should be included in the context
    • root elements
  • Next
    • jaxb.index
    • create jaxb.index in the proj wizard, and outside
  • User
    • XML Centric
    • JAXB JAX-RS
      • Objects are core...derive XML representation from their POJO's
      • Rich UI
    • Meet in the middle

Old Topics

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