ICE 3.4.2
[php5-ice-freebsdport.git] / java / demo / Ice / swing / README
blob4cd502dda797fb70aadbd11294a284e5f97430b7
1 This demo illustrates how to write a swing application which invokes
2 ordinary (twoway) operations, as well as how to make oneway, datagram,
3 secure, and batched invocations.
5 To run the demo, first start the hello server:
7 $ cd ../hello
8 $ java Server
10 In a separate window, start the swing client:
12 $ java Client