毕业设计英文翻译——基于全球卫星定位系统GPS的软件开发

上传人:公**** 文档编号:473026522 上传时间:2022-12-24 格式:DOC 页数:18 大小:238.50KB
返回 下载 相关 举报
毕业设计英文翻译——基于全球卫星定位系统GPS的软件开发_第1页
第1页 / 共18页
毕业设计英文翻译——基于全球卫星定位系统GPS的软件开发_第2页
第2页 / 共18页
毕业设计英文翻译——基于全球卫星定位系统GPS的软件开发_第3页
第3页 / 共18页
毕业设计英文翻译——基于全球卫星定位系统GPS的软件开发_第4页
第4页 / 共18页
毕业设计英文翻译——基于全球卫星定位系统GPS的软件开发_第5页
第5页 / 共18页
点击查看更多>>
资源描述

《毕业设计英文翻译——基于全球卫星定位系统GPS的软件开发》由会员分享,可在线阅读,更多相关《毕业设计英文翻译——基于全球卫星定位系统GPS的软件开发(18页珍藏版)》请在金锄头文库上搜索。

1、本科生毕业设计(论文)英文翻译毕业设计题目:基于全球卫星定位系统GPS的软件开发学 院: 专业班级: 学生姓名: 指导教师: 2008年 4月 7日Deploying Wireless Java Applicationsby Qusay H. MahmoudOctober 2002 Developers usually build, test, and evaluate an application on a platform similar to the one on which it will be deployed and run. Development of wireless Jav

2、a applications is more challenging because they typically are developed on one platform (such as Solaris or MS Windows) but deployed on a totally different one (such as a cell phone or PDA). One consequence is that, while emulators enable developers to do some of their testing on the development pla

3、tform, ultimately they must test and evaluate the application in the very different environment of a live wireless network. The aim of this article is to show you the different ways you can download local and network applications to J2ME-enabled devices, for both testing and final deployment. After

4、a brief review of wireless Java applications and their development life-cycle, the article shows you how to: Deploy wireless applications remotely Download local and remotely deployed applications Download applications over the air Wireless Java ApplicationsWireless Java applications fall into two b

5、road categories: Local applications (also called stand-alone applications) perform all their operations on a handheld wireless device and need no access to external data sources through a wireless network. Examples include calculators and single-player games. Network applications consist of some com

6、ponents running on a wireless device and others running on a network, and thus depend on access to external resources. An example would be an email application, with a client residing on a wireless phone that interacts with a Simple Mail Transfer Protocol (SMTP) server to send messages. Although the

7、se two types of applications are different, they are deployed in the same way. The big difference shows up later: Local applications are easier to test than network applications. For example, a calculator application can run on a wireless phone even when it is not connected to any network, but an em

8、ail client wont work without a connection to the SMTP server that actually transmits the messages. Wireless Java Applications Development LifecycleThe development life-cycle of MIDlets and other wireless Java applications comprises three steps: Write the application. Use your favorite wireless appli

9、cation development environment and tools to develop the application. My favorite is the J2ME Wireless Toolkit. It has a simple and intuitive user interface that makes it easy to start developing wireless applications. More importantly, it includes several emulators for testing your applications. (So

10、me of what follows will assume you use this toolkit too. If you use another development environment, youll have to adapt what you read here to that environment.) Test the application in an emulation environment. Once the application compiles nicely, the best place to begin testing it is an emulator.

11、 The J2ME Wireless Toolkit comes with several, including Motorola i85s, PalmOS device, and RIM Blackberry. It is important to note, however, that these emulators do not simulate perfectly all of the features of the corresponding devices. They are merely skins with the appropriate dimensions, so the

12、following step is crucial.Download the application to a physical device and test it. Once you are happy with the applications performance on one or more emulators, download it to a real device and test it there. If its a network application, test it on a live wireless network to ensure that its perf

13、ormance is acceptable. This articles focus is on that last step: deploying and testing the application on a physical device. Deploying and Running Remote ApplicationsThe J2ME Wireless Toolkit enables you to run your local wireless application from within the development environment; the JAD and JAR

14、files are available on your own system (if youre using the J2ME Wireless Toolkit, in /apps/YourProject/bin). If you wish to market your wireless applications, however, you need to deploy them where users from all over the world can access them. Remote DeploymentTo deploy your wireless applications r

15、emotely: Upload your application files (JAD and JAR) to a remote web server. If your project is named games, for instance, upload the files: and from the bin directory of your project home (for example, /apps/games/bin). Note that the two files must end up in the same directory on the server.Reconfigure the web server so that it recognizes JAD and JAR files: For the JAD file type, set the file extension to .jad and the MIME type to . For the JAR file type, set the file extension to .jar and the MIME type to application/java-archive. How you configure the web server de

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 商业/管理/HR > 商业计划书

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号