Middleware
Beehive
|
Note: The samples featured on this page work only for Oracle Beehive Release 2 (2.0.1.0) |
This page demonstrates how to create JavaScript clients with the BDK.
This section covers the following topics:
The BDKJSExample contains the following JavaScript functions. BDKJSExample runs each of these methods in succession:
Example1Authentication()
Example2Identifiers()
Example3CreateObject()
Example4Projections()
Example5CreateContent()
Example5CreateSimpleContent()
The BDKJSExample sample,
js_bdk_sample.zip
, consists of the following file:
Base64.js
BDKJSExample.htm
BeehiveUtils.js
jquery-1.3.1.js
json2.js
style.css
To run the BDKJSExample sample, copy the files of the BDKJSExample sample to the
htdocs directory of your Apache HTTP server, then open
BDKJSExample.htm in a browser.