Skip to main content

Eclipse Web Tools Platform 3.1 M3
New and Noteworthy

Back

Dali Java Persistence Tools

    Dali now provides rich UI and validation for the configuration of EclipseLink's multi-tenancy support. Multi-tenancy allows multiple application tenants to share the same schema using tenant descriptor columns. The current functionality supports "striped" database data known as the "Single Table" strategy.

    EclipseLink Multi-tenancy


Additional JAXB validation and content assist

    Dali has added validation and content assist for the majority of the JAXB mapping constructs including:
    • XmlElement(s)
    • XmlElementRef(s)
    • XmlAnyElement
    • XmlAnyAttribute
    • XmlId
    • XmlIdRef
    • XmlMixed
    • XmlTransient
    • XmlEnum
    • XmlEnumValue
    • XmlSchemaType
    • XmlMimeType
    • XmlJavaTypeAdapter
    • and others...

Back to the top