Skip to main content



      Home
Home » Archived » Eclipse Process Manager (Stardust) » Using Structure Data Type (SDT) in Java Applications(Use of SDT in Stardust using POJOs)
Using Structure Data Type (SDT) in Java Applications [message #741976] Thu, 20 October 2011 00:07 Go to next message
Eclipse UserFriend
My Structure Data Type defines also attributes. How can attributes be handled in a POJO Application?

[Updated on: Thu, 20 October 2011 06:30] by Moderator

Re: Using Structure Data Type (SDT) in Java Applications [message #741978 is a reply to message #741976] Thu, 20 October 2011 00:08 Go to previous message
Eclipse UserFriend
Find general documentation on how SDTs are used in Java Application here ...
https://infinity.sungard.com/documentation/ipp/6.0/topic/ag.carnot.docs.dev/html/handbooks/programming/pg-structured-data.html

The Java representation of SDTs are Maps of Maps, Lists, primitve data types and/or Date objects.

For example the simple structure ...

User (firstname, lastname)

... would be represented in Java as a Map with two key/value pairs.

firstname = "John"
lastanme = "Doe"

If the SDT also defines attributes, you just need to add an @ prefix to your key.

firstname = "John"
lastanme = "Doe"
@gender = "male"

[Updated on: Thu, 20 October 2011 05:25] by Moderator

Previous Topic:Invalid JAXP setup, javax.xml.transform.TransformerConfigurationException
Next Topic:Tomcat runs of out memory in a RAD scenario
Goto Forum:
  


Current Time: Sat Jul 19 11:44:43 EDT 2025

Powered by FUDForum. Page generated in 0.05489 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top