[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Subject: Re: [ebxml-dev] Implementation
// This is copy-left
and governed by GPL
public
whatDoINeedToUnderstandToEbxmlToImplement() throws EbxmlException
{
try {
Human sreeja = new Human();
if ( sreeja.doesUnderstand()
)
sreeja.implementsEbxml();
else
{
if (
sreeja.hasReadEbxmlSpecifications() )
sreeja.needToReadSomeMoreUntilUnderstood();
else
{
sreeja.gotoURL("http://ebxml.org/specs/index.htm");
sreeja.readEbxmlSpecifiations();
}
}
}
catch (EbxmlException ex) {
printStacktrace(ex);
}
}
Pae
|
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Powered by eList eXpress LLC