Java TV: Difference between revisions

Content deleted Content added
Amareto2 (talk | contribs)
unwf
Amareto2 (talk | contribs)
use refs
Line 7:
 
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]].
<ref>[http://java.sun.com/javame/technology/javatv/ Java ME Technology - Java TV API] - includes Sun's Reference Implementation</ref><ref>[http://java.sun.com/javame/reference/apis/jsr927/ Java TV API 1.1 (JSR-927) online Javadocs]</ref><ref>[http://www.interactivetvweb.org/tutorials/javatv/ The JavaTV tutorial]</ref>
 
==Criticisms==
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]]. Another point of confusion is that in platforms supported as of 2008, examples such as the SvcDispXlet example in this [http://java.sun.com/developer/technicalArticles/javatv/apiintro/ online introduction] to Java TV circa 2001 are still not deployable because it uses AWT widgets such as java.awt.Button . Most such platforms and BD-J implement Personal Basis Profile with no AWT widgets, as opposed to Personal Profile which includes the widgets.
 
==Notes==
== External links ==
{{reflist}}
* [http://java.sun.com/javame/technology/javatv/ Java ME Technology - Java TV API] - includes Sun's Reference Implementation
* [http://java.sun.com/javame/reference/apis/jsr927/ Java TV API 1.1 (JSR-927) online Javadocs]
* [http://www.interactivetvweb.org/tutorials/javatv/ The JavaTV tutorial]
 
{{Java (Sun)}}