December 1999
Intermediate to advanced
992 pages
22h 3m
English
I mentioned earlier in the chapter that DDbE was in fact implemented as a Java library. The DDbE command-line application is just a simple application built on top of the DDbE Java library. Knowing this, you can integrate DDbE into your own Java applets and applications without too much trouble. Listing 29.7 contains the source code for the DDbE Java application, which should give you a pretty good idea how easy it is to put the DDbE library to work.
import com.ibm.DDbE.Models.DDModel; import com.ibm.DDbE.InterfacesEvents.*; import com.ibm.DDbE.Utilities.Parameter; import com.ibm.DDbE.Utilities.FileStringRW; import com.ibm.DDbE.Utilities.ExampleGenerator; ... |
Read now
Unlock full access