javaTV + MHP 学习资料

MHP官网: http://www.interactivetvweb.org/tutorials/mhp
SUN(Oracle)关于javaTV的官网: http://java.sun.com/javame/technology/javatv/index.jsp

其它: https://javatv-developers.dev.java.net

要去大阪做JavaTV项目了,先自学一下。
MHP学习总结:
1.xlet
  ① Do all the initialisation work in the initXlet() method, or in the startXlet() method if the initialisation uses a lot of resources.
  尽量把初始化的工作放在initXlet()方法或startXlet()方法里面做,不要放在构造方法里做,除非这些工作要花很多时间和资源。
  ② 

2.The Lifecycle Of MHP Applications

3.MHP API 
  MHP有一些他自己的API,在编写TV代码时我们应该尽量避免出错,因为人们能够允许PC机崩掉,但是不能容忍电视机程序出错,所以我们尽量考虑到可能出错的各个方面。
    API 1-----Graphics In MHP(MHP的图形)
   API 2-----Text Presentation(文字介绍)
   API 3-----Graphics In MHP(MHP的图形)

4.Signalling MHP Applications 发信号给MHP应用程序
5.How MHP Applications Are Loaded MHP的加载
6.Platform Profiles 平台介绍
7.Globally Executable MHP 全局执行MHP
8.MHP Security MHP的安全问题
9.MHP 1.1 MHP 1.1
10.DVB-HTML Applications 
11.The Internet Access Profile
12.The MHP Software Stack
13.Conformance Testing 一致性测试
14.Moving To MHP
15.Conformance Testing
16.Further Reading

你可能感兴趣的:(oracle,jsp,Security,sun,JavaME)