Table of Contents Previous Next
Logo
Server-Side Slice-to-Java Mapping : 12.2 Introduction
Copyright © 2003-2008 ZeroC, Inc.

12.2 Introduction

The mapping for Slice data types to Java is identical on the client side and server side. This means that everything in Chapter 10 also applies to the server side. However, for the server side, there are a few additional things you need to know, specifically:
• how to initialize and finalize the server-side run time
• how to implement servants
• how to pass parameters and throw exceptions
• how to create servants and register them with the Ice run time.
We discuss these topics in the remainder of this chapter.
Table of Contents Previous Next
Logo