Sat, 14 Jun 2008 09:54:36 +0200 Jaroslav Tulach Sample code with various attempts to fight with reentrant code
Sat, 14 Jun 2008 09:54:34 +0200 Jaroslav Tulach Merge: Geertjan's edits
Sat, 14 Jun 2008 09:54:33 +0200 Jaroslav Tulach many fixes, but mainly up to 700
Sat, 14 Jun 2008 09:54:32 +0200 Jaroslav Tulach Enough of logging, Jesse will anyway advice to delete this part
Sat, 14 Jun 2008 09:54:32 +0200 Jaroslav Tulach Advanced usage of logging
Sat, 14 Jun 2008 09:54:31 +0200 Jaroslav Tulach Racecondition tests
Sat, 14 Jun 2008 09:54:29 +0200 Jaroslav Tulach Deadlock tests: removing ulinks, adding one picture, rewording a bit, adding new examples
Sat, 14 Jun 2008 09:54:28 +0200 Jaroslav Tulach Onward! Towards deadlock tests.
Sat, 14 Jun 2008 09:54:28 +0200 Jaroslav Tulach Deadlocks on this and internal lock explained
Sat, 14 Jun 2008 09:54:22 +0200 Jaroslav Tulach Examples from JavaBeans specification moved out of the XML text
Sat, 14 Jun 2008 09:54:22 +0200 Jaroslav Tulach Consistency between type and runtime system
Sat, 14 Jun 2008 09:54:21 +0200 Jaroslav Tulach Reviewed and cleaned up till sidemeanings
Sat, 14 Jun 2008 09:54:19 +0200 Jaroslav Tulach Clean messages in the API examples
Sat, 14 Jun 2008 09:54:18 +0200 Jaroslav Tulach Consistency needs its own tests
Sat, 14 Jun 2008 09:54:15 +0200 Jaroslav Tulach How to use wrapping against reexport issues shown in the project
Sat, 14 Jun 2008 09:54:14 +0200 Jaroslav Tulach Remove import from own package
Sat, 14 Jun 2008 09:54:13 +0200 Jaroslav Tulach Maybe we could show the transitivity problem by create a new API that uses something unrelated from String package, like StringBuffer and switches to StringBuilder, but I am not really sure, so I am putting this to branch
Sat, 14 Jun 2008 09:54:12 +0200 Jaroslav Tulach Showing transitive change on the project
Sat, 14 Jun 2008 09:54:01 +0200 Jaroslav Tulach Closing the right sample code section
Sat, 14 Jun 2008 09:53:57 +0200 Jaroslav Tulach Way simplified internals of the AServerInfo class
Sat, 14 Jun 2008 09:53:57 +0200 Jaroslav Tulach review2: Note about Tune and DVB Central. Finished example with AServerInfo
Sat, 14 Jun 2008 09:53:51 +0200 Jaroslav Tulach AServerInfo projectized, except the final advice to create the "clonning factory"
Sat, 14 Jun 2008 09:53:51 +0200 Jaroslav Tulach review2: ExtIcon example used to demonstrate the beauty of query pattern. two sections merged into one, a bit of reordering. Please review.
Sat, 14 Jun 2008 09:53:49 +0200 Jaroslav Tulach Do not use innerclass
Sat, 14 Jun 2008 09:53:48 +0200 Jaroslav Tulach How to eliminate cyclic dependencies
Sat, 14 Jun 2008 09:53:48 +0200 Jaroslav Tulach How to write extension point
Sat, 14 Jun 2008 09:53:46 +0200 Jaroslav Tulach Fixing broken build
Sat, 14 Jun 2008 09:53:45 +0200 Jaroslav Tulach LookupListener demo
Sat, 14 Jun 2008 09:53:44 +0200 Jaroslav Tulach Showing use of service loader
Sat, 14 Jun 2008 09:53:43 +0200 Jaroslav Tulach MockServices
Sat, 14 Jun 2008 09:53:43 +0200 Jaroslav Tulach Lookup all and one in code
Sat, 14 Jun 2008 09:53:42 +0200 Jaroslav Tulach Project to show usage of lookup
Sat, 14 Jun 2008 09:53:42 +0200 Jaroslav Tulach support for download binaries from inside a build, tested on Lookup's JAR
Sat, 14 Jun 2008 09:53:38 +0200 Jaroslav Tulach Finished re-reading of "classes vs. interfaces"
Sat, 14 Jun 2008 09:53:37 +0200 Jaroslav Tulach Compute with added method converted to separate project
Sat, 14 Jun 2008 09:53:37 +0200 Jaroslav Tulach Finished review of "are abstract classes useful?", up to line 1600
Sat, 14 Jun 2008 09:53:34 +0200 Jaroslav Tulach Moving class based InstanceProvider to own project
Sat, 14 Jun 2008 09:53:33 +0200 Jaroslav Tulach Moving InstanceProvider into external sample files
Sat, 14 Jun 2008 09:53:33 +0200 Jaroslav Tulach Merge: Patrick's comments from Mar22
Sat, 14 Jun 2008 09:53:31 +0200 Jaroslav Tulach more polishing after the re-org
Sat, 14 Jun 2008 09:53:28 +0200 Jaroslav Tulach Fixed "Give creator more rights"
Sat, 14 Jun 2008 09:53:25 +0200 Jaroslav Tulach Extracting Hello example to real sources
Sat, 14 Jun 2008 09:53:08 +0200 Jaroslav Tulach Making the docbook compilable
Sat, 14 Jun 2008 09:53:07 +0200 Jaroslav Tulach Using code snippets from real sources to demonstrate the subclassing vs. delegation
Sat, 14 Jun 2008 09:53:07 +0200 Jaroslav Tulach As the purpose of buffer is to "buffer", let's modify our example to delegate to appendable methods directly only if the appendable is too big
Sat, 14 Jun 2008 09:53:06 +0200 Jaroslav Tulach Tests rewritten to new version, just the Writer version 2.0 does not yet implement Appendable
Sat, 14 Jun 2008 09:53:06 +0200 Jaroslav Tulach Nonsubclassable Writer example
Sat, 14 Jun 2008 09:53:05 +0200 Jaroslav Tulach Reflection will save to world!
Sat, 14 Jun 2008 09:53:04 +0200 Jaroslav Tulach CrytoWriter and when it is broken
Sat, 14 Jun 2008 09:53:03 +0200 Jaroslav Tulach Useless imports
Sat, 14 Jun 2008 09:53:03 +0200 Jaroslav Tulach Demo for writer throwing an exception; and also writing out CD content
Sat, 14 Jun 2008 09:53:02 +0200 Jaroslav Tulach Converting the Writer delegation problem into real example
Sat, 14 Jun 2008 09:52:52 +0200 Jaroslav Tulach URLs in apifest chapter replaced with code snippets
Sat, 14 Jun 2008 09:52:52 +0200 Jaroslav Tulach Rewriting the infrastructure to use shared common.xml
Sat, 14 Jun 2008 09:52:51 +0200 Jaroslav Tulach Also second version of this class needs to be made public, otherwise nobody will be able to use this API
Sat, 14 Jun 2008 09:52:49 +0200 Jaroslav Tulach This class needs to be made public, otherwise nobody will be able to use this API
Sat, 14 Jun 2008 09:52:49 +0200 Jaroslav Tulach Making jtulach's projects compilable
Sat, 14 Jun 2008 09:52:48 +0200 Jaroslav Tulach Getting the solutions from the CVS, not just from the ZIP file
Sat, 14 Jun 2008 09:52:47 +0200 Jaroslav Tulach Including solutions till day 2
Sat, 14 Jun 2008 09:52:45 +0200 Jaroslav Tulach Adding samples from API fest to the repository, including pieces of their code in the document, not just links