[jboss-dev-forums] [Design of JBoss jBPM] - Re: semantic element creation

koen.aers@jboss.com do-not-reply at jboss.com
Tue Jul 3 10:29:35 EDT 2007


Hi Matthew,

I opt for the semantic element constructor. This guy is the master, the xml and notation element are nothing but observers of this master. 
The initialize in the xml adapter is used to make sure the values of the different attributes on the model are being set on the xml, so you have to implement this initialization step as well. 
The getDefaultValue() in the adapter serves only to remove attributes in the xml that have their default value. e.g. if the default value of an attribute is 'abc', specifying this in the getDefaultValue() method will make sure that the attribute disappears from the xml if the model has the value 'abc' for this particular property.

Regards,
Koen

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059998#4059998

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059998



More information about the jboss-dev-forums mailing list