| Anonymous | The Audium Builder is written in Java, however when you save and deploy and application, the Builder produces XML files which are then interpreted by the Audium Server. So the Builder does not include any Java code within the application itself, it is all done through XML. The DTDs for the XML files are stored in the dtds folder in AUDIUM_HOME.
The Audium Builder provides mechanisms for a developer to specify their own code to be executed at certain times within a call. The APIs used for this are detailed in the documentaion and Javadocs provided with the software.
One does not need to worry about the details of the Audium Java code because Audium handles those tasks. You only need to deal with the business logic specific to your application. |
| Please sign in to flag this as inappropriate. |