站内搜索: 请输入搜索关键词
当前页面: 图书首页 > 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

Summary

In this chapter we have explored using Web services to integrate a PDA application with the enterprise. For PDAs with more limited memory and processing capacity, we have seen that Web services are possible, but a preferable technique is to use a proxy on the server. The proxy does as much of the work as possible on the PDA's behalf, and exchanges information with the PDA using a very simple protocol.

For more powerful PDAs, such as the PocketPC, we can use SOAP directly to access server-side functionality.

    [ directory ] Previous Section Next Section