Mail Archive Home | zeus List | January 2001 Index
| <-- Date Index --> | <-- Thread Index --> |
Brett,
Do you plan to write a marshaler class that will marshal/unmarshal
the Data Object using setter and getter methods?
This would be very usefull for configuration of EE services.
In EE the configuration object must extends TargetAccessPoint which
implies that it cannot be generated by the Zeus framework.
However, the Zeus framework could generate a Data Object interface
and provide a marshaler for it.
let say that myDTD contains
<!ELEMENT foo (description)>
<!ELEMENT a (#PCDATA)>
Zeus would generate
public interface Foo {
public void setA(String a);
public String getA();
}
public MyDTDMarshaler {
public void marshal(Reader r, Foo f){...}
public void unmarshal(Writer w, Foo f){...}
}
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@xxxxxxxxxxx
with the text "unsubscribe zeus" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-zeus@xxxxxxxxxxxx
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 1999-2005, ObjectWeb Consortium | contact | webmaster.