站内搜索: 请输入搜索关键词
当前页面: 图书首页 > Java Development on PDAs Building Applications for PocketPC and Palm

Java Development on PDAs Building Applications for PocketPC and Palm

[ directory ] Previous Section Next Section

The ImageViewer Client Application

Now that we have tested the ImageService with a desktop client, we will write a PDA client. We will start with a Palm version, and then move on to a PocketPC version. In each case the client will allow the user to

  • View a list of names of images available on the server.

  • View a list of names of images available on the client.

  • Select an image name and view the image.

  • Store a remote image on the client.

Before we start writing the Palm version of the ImageViewer application, we will explore some options for accessing a Web service from the Palm.

    [ directory ] Previous Section Next Section