Programming Wireless Devices with the Java2 Platform, Micro Second Edition

Programming Wireless Devices with the Java2 Platform, Micro Second Edition pdf epub mobi txt 电子书 下载 2026

☆☆☆☆☆
出版者:Addison-Wesley Professional
作者:Antero Taivalsaari
出品人:
页数:464
译者:
出版时间:2003-06-10
价格:USD 49.99
装帧:Paperback
isbn号码:9780321197986
丛书系列:
图书标签:
  • Java
  • Wireless
  • Programming
  • Embedded Systems
  • Java2
  • Microedition
  • Mobile Development
  • Telecommunications
  • Networking
  • Software Development
想要找书就要到 小哈图书下载中心
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

具体描述

In the past five years, Sun has collaborated with major consumer device manufacturers and other companies to create a highly portable, secure, small-footprint Java application development environment for resource-constrained, wireless consumer devices such as cellular telephones, two-way pagers, and personal organizers. This work started with the development of a new, small-footprint Java virtual machine called the K Virtual Machine (KVM). Two Java Community Process (JCP) standardization efforts, Connected, Limited Device Configuration (CLDC) and Mobile Information Device Profile (MIDP), were then carried out to standardize the Java libraries and the associated Java language and virtual machine features across a wide variety of consumer devices. The first round of the CLDC and MIDP standardization efforts took place during the fall of 1999 and spring of 2000. Twenty-four companies participated in the CLDC 1.0 and MIDP 1.0 standardization efforts directly, and more than five hundred companies and individuals participated indirectly by sending feedback while the standardization efforts were in progress. Major consumer device companies such as Motorola, Nokia, NTT DoCoMo, Palm Computing, Research In Motion (RIM), and Siemens played a key role in these efforts. After their first release, the CLDC 1.0 and MIDP 1.0 standards have become very popular. The deployment of real-world, Java-enabled wireless devices began in 2000, and the deployments accelerated rapidly in 2001 and 2002, approaching exponential growth. It has been estimated that over 50 million devices supporting the CLDC and MIDP standards were shipped in 2002, and the number is likely to be at least twice as large in 2003. As a result of the widespread acceptance of these standards, major business opportunities are now emerging for Java application developers in the wireless device space. The second round of the CLDC and MIDP standardization efforts was started in the fall of 2001. The goal of the CLDC 1.1 and MIDP 2.0 efforts was to expand on the success of the original standards, refine the existing feature set, and introduce additional APIs, while keeping a close eye on the strict memory limitations that still constrain the design of wireless devices. More than 60 companies were directly involved in the development of the CLDC 1.1 and MIDP 2.0 specifications, reflecting the broad acceptance and adoption of these standards in the wireless industry. This book intends to make the results of the standardization work in the wireless Java technology area available to the wider software development community. At the high level, this book combines two Java Community Process Specifications, CLDC 1.1 (JSR 139) and MIDP 2.0 (JSR 118), and presents them as a single monograph in a way that the corresponding Java Community Process (JCP) Specifications cannot accomplish by themselves. We have added a general introduction to the Java 2 Platform, Micro Edition (J2ME ), provided more background material, and included a number of small applications to illustrate the use of CLDC and MIDP in the real world. We also provide some guidelines and instructions for getting started with Java 2 Platform, Micro Edition. A reference implementation of the software discussed in this book is available from Sun Microsystems under the Sun Community Source License (SCSL). Intended Audience The book is intended for software developers, content providers, and other professionals who want to develop Java software for resource-constrained, connected devices. The book is also targeted to consumer device manufacturers who want to build small Java Powered devices and would like to integrate a compact Java application development platform in their products. Objectives of This Book This book is the definitive statement, "from the source," about the key specifications for Java Powered wireless devices. As such, this book intends to provide an overview of Java 2 Platform, Micro Edition (J2ME ), provide a general introduction to the application development platforms defined by the J2ME standardization efforts, explain the technical aspects of the J2ME Connected, Limited Device Configuration version 1.1 (CLDC 1.1), explain the technical aspects of the J2ME Mobile Information Device Profile version 2.0 (MIDP 2.0), provide sample programs to illustrate the use of CLDC and MIDP, and help you get started in writing your own J2ME applications. How This Book Is Organized The topics in this book are organized as follows: Chapter 1, "Introduction," provides a context for Java 2 Micro Edition and the CLDC and MIDP specifications. Chapter 2, "Overview of Java 2 Platform, Micro Edition (J2ME(TM))," provides an overview of Java 2 Micro Edition, its key concepts and components. Chapter 3, "Goals, Requirements, and Scope," defines the goals, requirements, and scope of the CLDC and MIDP standardization efforts. Chapter 4, "Connected Limited Device Configuration," introduces the CLDC standardization effort and summarizes the supported Java programming language and virtual machine features compared to the Java 2 Platform, Standard Edition. Chapter 5, "CLDC Libraries," introduces the Java class libraries defined by the CLDC Specification. Chapter 6, "Mobile Information Device Profile," introduces the MIDP standardization effort. Chapter 7, "MIDP Application Model," introduces the MIDlet application model defined by the MIDP Specification. Chapter 8, "MIDP User Interface Libraries," introduces the user interface libraries defined by the MIDP Specification. Chapter 9, "MIDP High-Level User Interface - Screen," introduces the part of the MIDP high-level user interface revolving around the Screen class. Chapter 10, "MIDP High-Level User Interface - Form," introduces the part of the MIDP high-level user interface revolving around the Form class. Chapter 11, "MIDP Low-Level User Interface Libraries," introduces the low-level user interface libraries defined by the MIDP Specification. Chapter 12, "MIDP Game API," introduces the game API defined by the MIDP Specification. Chapter 13, "MIDP Sound API, introduces the sound API defined by the MIDP Specification. Chapter 14, "MIDP Persistence Libraries," introduces the record management system (RMS) defined by the MIDP Specification. Chapter 15, "MIDP Networking and Serial Communications," introduces the libraries for networking and serial communications defined by the MIDP Specification. Chapter 16, "Secure Networking," introduces the protocols for secure networking defined by the MIDP Specification. Chapter 17, "Event-Driven Application Launch," introduces the protocols for launching MIDlets defined by the MIDP Specification. Chapter 18, "Security for MIDlet Suites," introduces the security protocols for MIDlet suites defined by the MIDP Specification. Chapter 19, "MIDlet Deployment," introduces the mechanisms for transferring a MIDlet to a wireless device. Chapter 20, "Additional MIDP APIs," introduces some additional MIDP application programming interfaces (APIs), such as Timers. Chapter 21, "Summary," summarizes the messages of this book. "References" provides bibliographic references. Appendix A, "CLDC Application Programming Interface," contains the application programming interface documentation in Almanac format for CLDC. Appendix B, "MIDP Application Programming Interface," contains the application programming interface documentation in Almanac format for MIDP. Related Literature and Helpful Web Pages The Java Language Specification, Second Edition , by James Gosling, Bill Joy, Guy Steele and Gilad Bracha. Addison-Wesley, 2000, ISBN 0-201-31008-2 The Java Virtual Machine Specification, Second Edition, by Tim Lindholm and Frank Yellin. Addison-Wesley, 1999, ISBN 0-201-43294-3 Programming Wireless Devices with the Java 2 Platform, Micro Edition, First Edition, by Roger Riggs, Antero Taivalsaari, and Mark VandenBrink. Addison-Wesley, 2001, ISBN 0-201-74627-1 MIDP 2.0 Style Guide by Cynthia Bloch and Annette Wagner. Addison-Wesley, 2003, ISBN 0-321-19801-8 Connected, Limited Device Configuration Specification, version 1.0[a href="http://jcp.org/en/jsr/detail?id=30" target="New">http://jcp.org/en/jsr/detail?id=30 Connected, Limited Device Configuration Specification, version 1.1http://jcp.org/en/jsr/detail?id=139 Mobile Information Device Profile Specification, version 1.0http://jcp.org/en/jsr/detail?id=37 Mobile Information Device Profile Specification, version 2.0http://jcp.org/en/jsr/detail?id=118 Java 2 Micro Edition Product Web Pagehttp://java.sun.com/products/j2me/ Connected, Limited Device Configuration (CLDC) Product Web Pagehttp://java.sun.com/products/cldc/ Mobile Information Device Profile (MIDP) Product Web Pagehttp://java.sun.com/products/midp/ J2ME Wireless Toolkit Product Web Pagehttp://java.sun.com/products/j2mewtoolkit/ Web Pages for This Book Addison-Wesley Page www.awprofessional.com/titles/0321197984 Sun Microsystems Page http://java.sun.com/docs/books/j2mewireless-2ndEd/index.html 0321197984P07102003

《Programming Wireless Devices with the Java2 Platform, Micro Second Edition》是一部专注于现代技术发展中一个重要领域的专业书籍,旨在帮助读者深入理解和掌握无线通信系统的开发与实现。该书主要围绕Java2平台展开,强调其在微秒级精度计算方面的独特优势,为读者提供详细的理论框架和实践指导。在内容安排上,该书结构清晰,从基础知识到高级应用逐步推进,使学习过程更为系统化。 本书详细介绍了Java2平台在无线设备开发中的核心功能,解释其如何通过编程实现对信号传输、数据传输以及设备控制的精确调控。读者将能够深入学习无线通信协议的应用场景,包括蜂窝网络、Wi-Fi和蓝牙等技术领域,同时还将探讨在实际项目中如何运用这些知识进行系统设计与优化。书中提供了丰富的案例研究,通过真实项目分析,帮助读者理解理论与实践之间的差距,从而提升自身解决复杂问题的能力。 书籍内容不仅涵盖技术细节,还注重培养读者的逻辑思维和问题解决能力。每章均配有详细的解释、代码示例以及实验方案,使用户能够更直观地掌握相关概念和操作方法。这些资源不仅适用于计算机科学专业的学生,也适合对无线技术感兴趣的工程师和技术人员。 此外,《Programming Wireless Devices with the Java2 Platform, Micro Second Edition》强调实用性与可应用性,强调如何将所学知识转化为实际项目。这不仅帮助读者增强对无线设备开发的理解,还能提升他们在现代科技环境下工作效率。书中还特别关注性能优化和系统架构设计,通过具体案例分享,展示了如何在不同应用场景中实现高效、稳定的无线通信解决方案。 作者通过深入分析市场需求与技术前沿,为读者提供了一份全面且权威的参考资料。这本书不仅是一本技术手册,更是一次学习和思考的机会,它引导读者了解最新的发展趋势,并为未来创新奠定坚实基础。在探索无线设备开发过程中,此书将成为不可或缺的重要工具。 通过对内容的细致描述,可以看出该书不仅覆盖了Java2平台在无线领域的应用,还结合现代技术需求,提供了全面而深入的知识体系。这种设计不仅满足了学习者的学术需求,也为实际项目开发提供了有力的支持。整体来看,这本书以其详细性和实用性,值得各层次读者参考。

作者简介

目录信息

读后感

评分☆☆☆☆☆

评分☆☆☆☆☆

评分☆☆☆☆☆

评分☆☆☆☆☆

评分☆☆☆☆☆

用户评价

评分☆☆☆☆☆

评分☆☆☆☆☆

评分☆☆☆☆☆

评分☆☆☆☆☆

评分☆☆☆☆☆

本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度,google,bing,sogou 等

© 2026 qciss.net All Rights Reserved. 小哈图书下载中心 版权所有