| Commit message (Collapse) | Author | Age |
|
|
|
| |
Moved demoscript to distribution.
|
| |
|
| |
|
|
|
|
|
| |
- Demo builds now produce a runnable jar.
- Fixes to expect.py and READMEs for this change.
|
| |
|
|
|
|
|
| |
Moved android stuff to its own package.
Moved java tests to src/main/java/test subdirectory.
|
|
|
|
| |
Removed eclipse .classpath/.project.
|
| |
|
|
|
|
| |
Fixed some warnings.
|
| |
|
|
|
|
|
|
| |
- Fixed all demo warnings.
- Fixed applet and swing demo to use invocation timeout, not connect
timeouts.
|
| |
|
|
- Added Ice.BackgroundIO property to perform all IO in a non-user
thread. This makes Ice for Java interrupt safe. This is implemented
by the QueueRequestHanbler.
- EndpointHostResolver now uses an executor instead of a thread.
- Added java/demo/Ice/interrupt and java/test/Ice/interrupt.
- Made several changes that must be ported to C++ & C#.
- InvocationTimeout exceptions can hang forever.
- Connection establishment is always asynchronous.
- RequestHandler.requestTimeout and asyncRequestTimeout have been
renamed to requestCancel and asyncRequestCancel.
|