Java TV
Appearance
Java TV is the software framework used for a set-top box, for which the software is written in Java. It currently is deployed only on the Connected Device Configuration, specifically for iTV applications development.
The API includes the Xlet in javax.tv.xlet . Other packages of the public API include
- javax.tv.graphics - provides a simple rendering canvas
- javax.tv.locator - provide a locator in the style of a URL for services and media, such as service:/SERV1
- javax.tv.service - define a mechanism for service information (SI) database and APIs representing the SI elements; which amounts to TV channel and media available for playback.
While the framework is general, Sun currently provides support only on Java Platform, Micro Edition. The framework is quite general but for some subjects, such as locators, it is in effect superseded by other locator standards on platforms such as BD-J.
External links
- Java ME Technology - Java TV API - includes Sun's Reference Implementation
- Java TV API 1.1 (JSR-927) online Javadocs
- The JavaTV tutorial