summaryrefslogtreecommitdiff
path: root/java/demo/Ice
Commit message (Collapse)AuthorAge
* Removed demos.Matthew Newhook2015-03-18
| | | | Moved demoscript to distribution.
* Modified the gradle plugin to automatically add the Ice slice dir to the ↵Dwayne Boone2015-03-13
| | | | includes
* Several changes for clean.Matthew Newhook2015-03-11
| | | | expanded all gradle build files.
* ICE-6170 - fixed behavior of batch requestsBenoit Foucher2015-03-10
|
* ICE-6201 remove java applet demoDwayne Boone2015-03-09
|
* Fixed ICE-6269: tolerate null values for structs and enumsBenoit Foucher2015-02-17
|
* ICE-6267 - change http to httpsMark Spruiell2015-01-21
|
* Fix another bug with hello demos.Matthew Newhook2015-01-13
|
* Fix bug with oneway invocations in the android hello demo.Matthew Newhook2015-01-13
| | | | | Aligned java GUI demos with the changes to the android demo. Fixed bug with the applet demo.
* ICE-6344 made demo configuration more consistent between mappingsDwayne Boone2015-01-07
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed ICE-6202 - fixed demo/Ice/minimal endpointsBenoit Foucher2014-12-18
|
* Some README updatesDwayne Boone2014-12-18
|
* Additional fix for ICE-6169, fixed applet demoBenoit Foucher2014-12-18
|
* ICE-6169 - Fix hello demos to only create new proxies if settings have changedJoe George2014-12-17
|
* Do not generate server.jar for swing demoDwayne Boone2014-12-15
|
* updating applet READMEMark Spruiell2014-12-15
|
* Fixed (ICE-6090) - Ice/minimal demo WebSocket instructions are wrongJose2014-12-08
|
* ICE-6075 allow applet demo to be built with IBM JDKDwayne Boone2014-12-05
|
* SSL configurations winrt leftoversJose2014-11-26
|
* Add bzip2 to manifest class paths for java tests/demosDwayne Boone2014-11-20
|
* Some README fixesDwayne Boone2014-11-18
|
* Changes to get android builds to work properly from demo distributionDwayne Boone2014-11-14
| | | | | Support for local only builds for java demos Support for install of gradle slice builder plugin
* ICE-5888 - Change nexus repo location to repo.zeroc.com/nexusJoe George2014-11-13
|
* Fixed java applet demo build to use proguard to create Hello.jar file.Dwayne Boone2014-11-13
|
* Some fixes to java demo builds and expect scriptsDwayne Boone2014-11-13
|
* Remove all of the intellij stuff.Matthew Newhook2014-11-13
|
* - Add as documented src/main/slice to the gradle slice plugin.Matthew Newhook2014-11-12
| | | | - Simplifications and cleanup to the gradle build files.
* Simplified gradle structure.Matthew Newhook2014-11-10
|
* Fixed java demo distribution buildDwayne Boone2014-11-07
|
* - Renamed gradle projects to camel case which enables task abbreviation.Matthew Newhook2014-11-07
| | | | | - Demo builds now produce a runnable jar. - Fixes to expect.py and READMEs for this change.
* Lots of small changes and cleanups as suggested by IntelliJ.Matthew Newhook2014-11-06
|
* Java builds against bindist now automatically detect if jars have version ↵Dwayne Boone2014-11-04
| | | | included
* ICE-5799 - Replace BareBonesBrowserLaunch with Desktop.browseJoe George2014-10-29
|
* Update IML filesDwayne Boone2014-10-29
|
* More gradle changes.Matthew Newhook2014-10-23
| | | | | Moved android stuff to its own package. Moved java tests to src/main/java/test subdirectory.
* Fixed demo dist to allow gradle build of java demosDwayne Boone2014-10-22
|
* Use output.classesDir.Matthew Newhook2014-10-20
|
* Removed java/src/IceInternal directory.Matthew Newhook2014-10-20
| | | | Removed eclipse .classpath/.project.
* Down with ant. From the gradle to the grave.Matthew Newhook2014-10-20
|
* Renamed Ice.BackgroundIO to Ice.ThreadInterruptSafeMatthew Newhook2014-09-29
| | | | Fixed some warnings.
* Simplified creation of Admin facets in IceBox; simplified test for Admin ↵Bernard Normier2014-09-17
| | | | enabled (Ice.Admin.Enabled if defined, otherwise check Ice.Admin.Endpoints and no other property)
* - C#, Java: Removed Outgoing, fixed generated code to make synchronousMatthew Newhook2014-09-03
| | | | | | | | | | | requests using AMI. - Java: AsyncResult is now an interface. - Added --arg to allTests.py. - Fixed operations, adapterDeactivation and metrics test to work with background IO. - Added Collocated interrupt test. - Added support for batch oneway requests using AMI. - Added test in operations for batch oneway requests using AMI.
* java latency demo fixesMark Spruiell2014-08-18
|
* minor Java editsMark Spruiell2014-08-15
|
* - Cleaned up all demos.Matthew Newhook2014-08-14
| | | | | | - Fixed all demo warnings. - Fixed applet and swing demo to use invocation timeout, not connect timeouts.
* Created Eclipse project for every demoJoe George2014-08-14
|
* Fixed (ICE-5586) - Integrate IceWS to the Ice core libraryJose2014-08-12
|
* ICE-1593 Handling thread interrupts in JavaMatthew Newhook2014-08-07
| | | | | | | | | | | | | - 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.
* ICE-4234 - Update Ice to use current Java threading constructsMatthew Newhook2014-07-23
| | | | | | | - Use ScheduledThreadPoolDispatcher not IceUtilInternal.Timer. - Use Ice timer in glacier2, Freeze impl. - Align C++, C# with java changes. - Database demo now supports mariadb.