home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / javaapp / jamba / dev / jambaobj.awx / TEMPLATE / JAMBA.TXT < prev    next >
Encoding:
Text File  |  1996-07-15  |  1.9 KB  |  41 lines

  1. ========================================================================
  2.                     JAMBA OBJECT WIZARD: $$root$$
  3. ========================================================================
  4.  
  5. The latest developer information can be found at: http://www.aimtech.com/developer.
  6. Here you will find information and samples for creating Active X controls that are used
  7. by the Jamba authoring component as well additional information for creating the Java
  8. based runtime objects.
  9.  
  10. AppWizard has created a $$root$$ project for you.  This project is the starting point
  11. for creating your own Jamba runtime object.  To create the corresponding Active X control
  12. for use by the Jamba authoring component, create a new project using the OLE Control wizard.
  13.  
  14. This file contains a summary of what you will find in each of the files that
  15. make up your JambaObj project.
  16.  
  17. $$JAMBA_CLASSNAME$$Obj.java
  18.     The Java source file for the Jamba object.  When compiled this will produce the class file
  19.     for your Jamba runtime object.
  20.     
  21. $$root$$.jtf
  22.     A sample Jamba output file for testing your object.  This file will contain a reference
  23.     to your Jamba object class.
  24.     
  25. $$root$$.html
  26.     A sample html file for testing your Jamba objct.  This file will reference the jtf file 
  27.     mentioned above.
  28.  
  29. /////////////////////////////////////////////////////////////////////////////
  30. Other Notes:
  31.  
  32. You must have the Jamba player classes installed on your system and specified in the Visual
  33. J++ directories path or your CLASSPATH in order to build the object.
  34.  
  35. For Visual J++ to place the $$JAMBA_CLASSNAME$$Obj.class file in the Project\Aimtech\Objects
  36. subdirectory you need to specify a period (.) for the output directory path prior to compilation.
  37.  
  38. When testing your object, use Aimtech.Player.Class for the Class File Name.
  39.  
  40. AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize.
  41.