background preloader

Api

Facebook Twitter

Overview (Servlet API Documentation) Help: Media Write API: Java Example - Upload Video. In this topic, you will learn how to use an HTML page to upload a video to your media library using Java and the Media Write API.

Help: Media Write API: Java Example - Upload Video

A servlet class handles the HTML form page, taking the video name, description, and file, and passes them into the create_video method. Note that the solution presented below depends on 3rd party libraries. It is offered as an example only, and is not supported by Brightcove. By downloading and examining the example code, you will learn how to programmatically upload video with Java and the Media Write API and customize the application as needed. Before you begin The sample consists of two files: The UploadVideo.java file, which defines a servlet class that takes input from a form and passes it to the Write API create_video method. To follow the code in this topic, you should be familiar with Java servlets and form handling. In this topic, you will learn about: The UploadVideo servlet class First, the servlet parses the incoming POST from the HTML form: /* STEP 1.

Collaborative Methods: Share API Java Library. I hope you guys are having fun playing with our APIs.

Collaborative Methods: Share API Java Library

To make things a bit easier, here is a Java library that you can use that takes care of all the nasty authentication and XML formatting bits. It could also be of use as reference for those of you developing libraries in other languages. Consider it alpha code, and feel free to fix any errors you might come across.

There are a few dependencies: commons httpclient, logging, codec, and json.jar. Coming soon, the ActionScript library. List of Java APIs. Official APIs[edit] Java Platform, Standard Edition (Java SE)[edit] Java Platform, Enterprise Edition (Java EE)[edit] Bundled APIs (part of standard download)[edit] Optional APIs (downloaded separately)[edit] Java Platform, Micro Edition (Java ME)[edit] Unofficial APIs (Released by third parties)[edit] This list is very incomplete, as the number of APIs available for the Java platform is overwhelming.

List of Java APIs

Rich Client Platforms Office_compliant libraries Apache POI Compression LZMA SDK, the Java implementation of the SDK used by the popular 7-Zip file archive software (available here) Game engines. Api: Overview (Java UNO Runtime Reference) Application programming interface. In computer programming, an application programming interface (API) specifies how some software components should interact with each other.

Application programming interface

Detailed explanation[edit] API in procedural languages[edit] In most procedural languages, an API specifies a set of functions or routines that accomplish a specific task or are allowed to interact with a specific software component. This specification is presented in a human readable format in paper books, or in electronic formats like ebooks or as man pages. For example, the math API on Unix systems is a specification on how to use the mathematical functions included in the math library.

The Unix command man 3 sqrt presents the signature of the function sqrt in the form: SYNOPSIS #include <math.h> double sqrt(double X); float sqrtf(float X); DESCRIPTION sqrt computes the positive square root of the argument. . . . . $ perldoc -f sqrt sqrt EXPR sqrt #Return the square root of EXPR. API in object-oriented languages[edit] API libraries and frameworks[edit] Creating 2D Action Games with the Game API. Oracle Technology Network > Java Software Downloads View All Downloads Top Downloads New Downloads What's New Java in the Cloud: Rapidly develop and deploy Java business applications in the cloud.

Creating 2D Action Games with the Game API

Essential Links Developer Spotlight Java EE—the Most Lightweight Enterprise Framework? Blogs Technologies Contact Us About Oracle Cloud Events Top Actions News Key Topics Oracle Integrated Cloud Applications & Platform Services. j3d_tutorial_ch1.pdf (application/pdf-objekt) API - Facebook Developers Wiki. Code FAQ. Services. Java Interface to flickr API.