Menu

#5 Wanted: A way to set complex properties via duml

open
nobody
None
5
2008-09-02
2008-09-02
dumlMaster
No

As we move forward we are definitely looking more into sending non-XML
based content back to the browser for various reasons -- in order to drive
this forward in a backward compatible way it would be great to create an
API that enabled some new things and made some existing things easier. To
this end, we could either:

a) Repurpose the executeScript tag (akin to table API call changes that
have already been made)
b) Repurpose the properties tag to allow it to contain content --
something like:
<iam:property name="peopleData">
<--
[{
id: 1,
'firstName': 'Brian',
'middleName': 'Michael',
'lastName': 'Kardell'
},
{
id: 1,
'firstName': 'Joe',
'middleName': 'The Man',
'lastName': 'Koberstein'
}]
-->
</iam:property>

c)Create a new tag.
Delete comment Comment 1 by bkardell, Jun 26, 2008
This is a bad example because it would appear to be about people, but actually it
has to do with field data (firstName, middleName and lastName).

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.