summaryrefslogtreecommitdiff
path: root/java/demo
Commit message (Collapse)AuthorAge
...
| * Bug 3201: freeze file system demo errataMichi Henning2009-03-04
| |
| * Fix 3755 - demo/Ice/callback has context parameter?Jose2009-03-02
| | | | | | | | | | | | | | | | commit c4721b46a7a1bea2b1c5004cb6021ffbfc69bbe3 Author: Jose Gutierrez <jose@zeroc.com> Date: Mon Mar 2 18:28:42 2009 +0100 Fix 3755 - demo/Ice/callback has context parameter?
| * bug 3535 - race condition in lifecycle demoMark Spruiell2009-02-27
| |
| * changing demos to use ice_staticId instead of hard-coded type idsMark Spruiell2009-02-25
| |
| * Added missing demo desciptions to READMEsDwayne Boone2009-02-20
| |
| * minor tweaks to various README/INSTALL filesMark Spruiell2009-02-12
| |
| * Edited serialize demo READMEs and added mention of serialization to CHANGES.Michi Henning2009-02-12
| |
| * Added demoscripts for serialize demoBenoit Foucher2009-02-11
| |
| * bug 3021 - replace StringBuffer with StringBuilderMark Spruiell2009-02-10
| |
| * Support for serializable and protobuf metadata (from cs_serial branch)Benoit Foucher2009-02-09
| |
| * increasing applet sizeMark Spruiell2009-02-04
| |
| * bug 3689 - add support for Java resources in IceSSLMark Spruiell2009-02-04
| |
| * bug 3618 - find db.jar in standard locationsMark Spruiell2009-02-04
| |
| * Fix for bug 3385 - only a single class definition per fileBenoit Foucher2009-02-03
| |
* | Merge branch 'R3_3_branch'Michi Henning2009-01-28
|\|
| * bug 3205 - add Vista note to IceGrid demo README filesMark Spruiell2009-01-26
| |
| * bug 3659 - updating applet demo READMEMark Spruiell2009-01-20
| |
| * bug 3200 - use ice_staticId in Freeze demosMark Spruiell2009-01-12
| |
| * fix copyright headers.Matthew Newhook2009-01-09
| |
* | http://bugzilla/bugzilla/show_bug.cgi?id=3481 - Generate better UUIDs in Java.Matthew Newhook2009-01-09
| | | | | | | | http://bugzilla/bugzilla/show_bug.cgi?id=3482 - Deprecate generateUUID in Java and C# (java only).
* | Fixed copyright headers.Matthew Newhook2009-01-09
| | | | | | | | | | | | | | | | | | | | Merge commit 'origin/R3_3_branch' Conflicts: java/demo/Database/library/Glacier2Session.ice java/demo/Database/library/Library.ice java/demo/Database/library/Session.ice
* | Merged R3_3_branchMatthew Newhook2009-01-09
| |
* | Merge commit 'origin/R3_3_branch'Matthew Newhook2009-01-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cs/demo/WCF/latency/Client.cs cs/demo/WCF/latency_m/Client.cs cs/demo/WCF/throughput/Client.cs cs/demo/WCF/throughput_m/Client.cs cs/demo/WCF/throughput_m/Service.cs java/demo/Database/library/BookI.java java/demo/Database/library/BookQueryResultI.java java/demo/Database/library/Client.java java/demo/Database/library/ConnectionPool.java java/demo/Database/library/DispatchInterceptorI.java java/demo/Database/library/Glacier2Session.ice java/demo/Database/library/Glacier2SessionManagerI.java java/demo/Database/library/Grammar.java java/demo/Database/library/Library.ice java/demo/Database/library/LibraryI.java java/demo/Database/library/Parser.java java/demo/Database/library/ReapThread.java java/demo/Database/library/RunParser.java java/demo/Database/library/SQLRequestContext.java java/demo/Database/library/Scanner.java java/demo/Database/library/Server.java java/demo/Database/library/Session.ice java/demo/Database/library/SessionFactoryI.java java/demo/Database/library/SessionI.java java/demo/Database/library/Token.java java/demo/Database/library/build.xml java/demo/Database/library/config.client
| * http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=3553. database demo uses ↵Matthew Newhook2009-01-09
| | | | | | | | wrong session destroy.
| * added Database demo.Matthew Newhook2009-01-09
| |
| * adding SSL support to applet demoMark Spruiell2009-01-06
| |
| * Removed RMI and WCF demos (now in articles.git repository).Michi Henning2009-01-06
| |
* | Merge branch 'R3_3_branch'Dwayne Boone2009-01-02
|\|
| * Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
| |
| * adding applet demoMark Spruiell2008-12-30
| |
| * Fixed bugs #3325, #3326 and #3327Bernard Normier2008-12-30
| |
| * Add more missing files.Michi Henning2008-12-02
| |
| * Added build.xml files.Michi Henning2008-12-02
| |
| * Merge branch 'wcf' into R3_3_branchMichi Henning2008-12-02
| |\
| | * Added README.Michi Henning2008-12-02
| | |
* | | Merged with R3_3_branchDwayne Boone2009-01-02
| | |
* | | The server now accepts anonymous clients.Matthew Newhook2008-12-11
| | |
* | | Merge branch 'R3_3_branch'Dwayne Boone2008-11-05
|\| |
| * | Bug 3385 - java class must match file nameDwayne Boone2008-10-31
| | |
| * | Bug 3323 - changed value demo class to interfaceDwayne Boone2008-10-29
| | |
| * | Bug 3486 - Remove unecessary "cpp:const"Dwayne Boone2008-10-28
| | |
* | | Fix bug with queryByAuthors. Multiple rows could be returned for ↵Matthew Newhook2008-10-06
| | | | | | | | | | | | multi-author books.
* | | adjust config to permit anonymous clients.Matthew Newhook2008-10-06
| | |
* | | added SSL support.Matthew Newhook2008-09-30
| | |
* | | added SSL support.Matthew Newhook2008-09-30
| | |
* | | fix configuration.Matthew Newhook2008-09-17
| | |
* | | use InnoDB storage engineMatthew Newhook2008-09-16
| | |
* | | add renter to the BookRentedException.Matthew Newhook2008-09-15
| | |
* | | fixed bug with fix by ISBN.Matthew Newhook2008-09-12
| | |
* | | added missing title grammar rule.Matthew Newhook2008-09-12
| | |