Table of Contents Previous Next
Logo
Chapter 10
Copyright © 2003-2008 ZeroC, Inc.

Chapter 10 

Client-Side Slice-to-Java Mapping

10.1 Chapter Overview

In this chapter, we present the client-side Slice-to-Java mapping (see Chapter 12 for the server-side mapping). One part of the client-side Java mapping concerns itself with rules for representing each Slice data type as a corresponding Java type; we cover these rules in Section 10.3 to Section 10.10. Another part of the mapping deals with how clients can invoke operations, pass and receive parame­ters, and handle exceptions. These topics are covered in Section 10.11 to Section 10.13. Slice classes have the characteristics of both data types and inter­faces and are covered in Section 10.14. In Section 10.15, we show how you can customize the Slice-to-Java mapping using metadata. Section 10.16 lists the command-line options for the Slice-to-Java compiler Finally, Section 10.17 covers the use of Slice checksums in the Java mapping.

Table of Contents Previous Next
Logo