Table of Contents Previous Next
Logo
A Hello World Application : 3.10 Summary
Copyright © 2003-2009 ZeroC, Inc.

3.10 Summary

This chapter presented a very simple (but complete) client and server. As we saw, writing an Ice application involves the following steps:
1. Write a Slice definition and compile it.
2. Write a server and compile it.
3. Write a client and compile it.
If someone else has written the server already and you are only writing a client, you do not need to write the Slice definition, only compile it (and, obviously, you do not need to write the server in that case).
Do not be concerned if, at this point, much appears unclear. The intent of this chapter is to give you an idea of the development process, not to explain the Ice APIs in intricate detail. We will cover all the detail throughout the remainder of this book.
Table of Contents Previous Next
Logo