summaryrefslogtreecommitdiff
path: root/java/demo/android/library/README
blob: 7046d5af689212166ec75ee72aa8a68a952c6707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This directory contains an Eclipse project for the library client.

The library client is an example of an Android front-end for an
enterprise-style application. It allows you to query and manipulate
a library of books by issuing Ice invocations to a remote server
implemented using JDBC and a SQL database.

Like the chat client, this program defaults to a ZeroC-hosted server
on "demo2.zeroc.com". If you prefer, you can run your own library
server; the Java source code for this server can be found in the
Database/library subdirectory.

Please refer to the release notes for instructions on configuring
your environment to use Ice in an Android project.