• Operating Systems • Windows XP or Vista • Development Environments • Eclipse 3.4.1 (Ganymede) • Eclipse WTP 3.0.2 plugin (included in most Webtools packages) • JDK 6 (JRE alone is not sufficient)
Getting Started Developing widget application is quite simple with the JIL SDK. It is based on the industry standard Eclipse Software Development Environment. There is a JIL Widget Wizard to help you create your project in minutes. Using the JIL SDK
1 Preface ................................5 1.1. About this Document ...............5 1.2. Who this document is for...........5 1.3. Readers Comments ..................5 1.4. Related Documents..................6 2 Technical Overview ............
1. Introduction This document provides an overview of JIL’s mobile widget development environment. It describes how to use the SDK to create mobile widgets that conform to JIL’s specification, which are composed of HTML, CSS and Javascr ipt files. J
Preface ..................................5 About this Document ....................5 Who this document is for................5 Readers Comments .......................5 Related Documents ......................5 Design Objectives................
JIL Mobile Widget是目前手机终端上最重要的规范之一,它是由JIL(www.jil.org)组织制定,目前已经等到多家终端平台支持,包括OPhone、S60、WM、LIMO以及一些其他的私有平台。目前中国移动Mobile Market上已经开始销售Widget应用,本规范定义了JIL Mobile Widget最为重要的两侧,JIL widget格式规范以及JIL Widget API规范。
谷歌的potobuf不说了,它很牛B,但是对客户端对象不支持,比如Javascr ipt就读取不了。
Jil很牛,比Newtonsoft.Json要快很多,且支持客户端,此处只贴代码:
using Jil;
using System.Runtime.Serialization;
[Serializable]
class Employee
{
//[JilDirective(Name = "cid")]
public int Id { get; set; }
[IgnoreDat