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

Difference between revisions of "Stardust/Knowledge Base/Integration/Data"

(New page: == Data ==)
 
(Articles providing details)
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Data ==
+
== Data ==
 +
 
 +
The standard Data Types supported are:
 +
 
 +
*Content Repository Types
 +
 
 +
:*Document
 +
 
 +
:*Document List
 +
 
 +
:*Folder
 +
 
 +
:*FolderList
 +
 
 +
*Java Enterprise Beans
 +
*Hibernate Objects
 +
*XML
 +
*Primitives
 +
*Serializables
 +
*Structured Data, XSD<br>
 +
 
 +
== Articles providing details  ==
 +
 
 +
*[[Stardust/Knowledge_Base/Integration/Data/Hibernate Data Examples|Hibernate Data Type Examples]]
 +
*Tips for working with the Message Transformation Application<br>
 +
*[[Stardust/Knowledge_Base/Integration/Data/Structured_Data_to_Java_Conversion_with_JAXB|Conversion of Structured Data to Java objects via JAXB]]

Latest revision as of 05:14, 28 June 2013

Data

The standard Data Types supported are:

  • Content Repository Types
  • Document
  • Document List
  • Folder
  • FolderList
  • Java Enterprise Beans
  • Hibernate Objects
  • XML
  • Primitives
  • Serializables
  • Structured Data, XSD

Articles providing details

Back to the top