Sat, 14 Jun 2008 09:54:59 +0200 Jaroslav Tulach Creating one master script that can clean and build all examples
Sat, 14 Jun 2008 09:54:50 +0200 Jaroslav Tulach Removal of setUp and tearDown methods
Sat, 14 Jun 2008 09:54:49 +0200 Jaroslav Tulach Accessor changed to use getDefault and setDefault as the original code is said to deadlock
Sat, 14 Jun 2008 09:54:42 +0200 Jaroslav Tulach Wrong section labels
Sat, 14 Jun 2008 09:54:41 +0200 Jaroslav Tulach This code needs to be included in the PDF
Sat, 14 Jun 2008 09:54:39 +0200 Jaroslav Tulach Part II: Practical Design is now ready for review by our reviewers
Sat, 14 Jun 2008 09:54:38 +0200 Jaroslav Tulach Memory tests
Sat, 14 Jun 2008 09:54:37 +0200 Jaroslav Tulach Reentrant access examples rewritten to make a bit more sence
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
Sat, 14 Jun 2008 09:52:26 +0200 Jaroslav Tulach Merge: Geertjan's changes up to 4500
Sat, 14 Jun 2008 09:52:26 +0200 Jaroslav Tulach up to line 4500
Sat, 14 Jun 2008 09:52:25 +0200 Jaroslav Tulach Showing picture and code that prevents vicious circle
Sat, 14 Jun 2008 09:52:25 +0200 Jaroslav Tulach Support for debugging, tests work as expected
Sat, 14 Jun 2008 09:52:25 +0200 Jaroslav Tulach Simplified to does not contain the friend API, instead the SPI is directly define by the API
Sat, 14 Jun 2008 09:52:23 +0200 Jaroslav Tulach Using real pieces of code the talk about bridges
Sat, 14 Jun 2008 09:52:23 +0200 Jaroslav Tulach Also adding the project config file
Sat, 14 Jun 2008 09:52:23 +0200 Jaroslav Tulach Switching to freeform project
Sat, 14 Jun 2008 09:52:22 +0200 Jaroslav Tulach Repackaging to org.apidesign packages
Sat, 14 Jun 2008 09:52:22 +0200 Jaroslav Tulach Tests rename to describe the intention, e.g. new -> old bridge and vice versa, and modified to include also a call that initializes the bridge
Sat, 14 Jun 2008 09:52:22 +0200 Jaroslav Tulach Providers are working back and forth, but it is necessary to find a place to register them all
Sat, 14 Jun 2008 09:52:21 +0200 Jaroslav Tulach Defining also the SPI and providing a test. The integration with java.security is still missing
Sat, 14 Jun 2008 09:52:21 +0200 Jaroslav Tulach making the delegation to the old API work without any problems
Sat, 14 Jun 2008 09:51:46 +0200 Jaroslav Tulach spi part
Sat, 14 Jun 2008 09:51:45 +0200 Jaroslav Tulach Attempt to show how to write bridge for MessageDigest
Sat, 14 Jun 2008 09:51:30 +0200 Jaroslav Tulach Integrating Geertjan's changes to 1/2 of the theory chapter
Sat, 14 Jun 2008 09:51:30 +0200 Jaroslav Tulach first changes
Sat, 14 Jun 2008 09:51:19 +0200 Jaroslav Tulach Merging yesterday's work from home
Sat, 14 Jun 2008 09:51:18 +0200 Jaroslav Tulach Write a note about these day's hot topic - master file system rewrite.
Sat, 14 Jun 2008 09:51:18 +0200 Jaroslav Tulach Trying to translate to English
Sat, 14 Jun 2008 09:51:18 +0200 Jaroslav Tulach A Czech note about the dialog in Enigma
Sat, 14 Jun 2008 09:51:13 +0200 Jaroslav Tulach Removing useless header comment
Sat, 14 Jun 2008 09:51:13 +0200 Jaroslav Tulach Merging with my yesterday's work home on consistency of an API
Sat, 14 Jun 2008 09:51:12 +0200 Jaroslav Tulach First paragraph about runtime aspects of an API
Sat, 14 Jun 2008 09:51:12 +0200 Jaroslav Tulach Using code snippets from the Lookup interface
Sat, 14 Jun 2008 09:51:12 +0200 Jaroslav Tulach Creating project to demonstrate problems with lookup inconsistencies
Sat, 14 Jun 2008 09:51:11 +0200 Jaroslav Tulach Removing useless import
Sat, 14 Jun 2008 09:51:09 +0200 Jaroslav Tulach Correcting the location of impl package
Sat, 14 Jun 2008 09:51:06 +0200 Jaroslav Tulach Better implementation of sumRange
Sat, 14 Jun 2008 09:51:05 +0200 Jaroslav Tulach How to write factorial
Sat, 14 Jun 2008 09:51:05 +0200 Jaroslav Tulach Really downloading junit from their site
Sat, 14 Jun 2008 09:51:05 +0200 Jaroslav Tulach Fixing the optimized 2.0 implementation and adding yet another test for factorial of 4
Sat, 14 Jun 2008 09:51:04 +0200 Jaroslav Tulach Tests can be executed
Sat, 14 Jun 2008 09:51:04 +0200 Jaroslav Tulach Script for downloading libraries
Sat, 14 Jun 2008 09:51:04 +0200 Jaroslav Tulach Converting to ant freeform script as it allows to demonstrate the amoeba effect
Sat, 14 Jun 2008 09:51:03 +0200 Jaroslav Tulach Test showing the misuse of the original class
Sat, 14 Jun 2008 09:51:03 +0200 Jaroslav Tulach Sample showing the danger of inheritance
Sat, 14 Jun 2008 09:51:03 +0200 Jaroslav Tulach Grammar fix.
Sat, 14 Jun 2008 09:51:01 +0200 Jaroslav Tulach Sample with configuration parameter to a factory
Sat, 14 Jun 2008 09:50:57 +0200 Jaroslav Tulach Adding interface or class into hierarchy is backward compatible
Sat, 14 Jun 2008 09:50:52 +0200 Jaroslav Tulach Using real example of bytecode patching
Sat, 14 Jun 2008 09:50:51 +0200 Jaroslav Tulach Example with bytecode patching
Sat, 14 Jun 2008 09:50:51 +0200 Jaroslav Tulach using info level for messages
Sat, 14 Jun 2008 09:50:51 +0200 Jaroslav Tulach constants demonstrated in real project
Sat, 14 Jun 2008 09:50:51 +0200 Jaroslav Tulach build script for version like project
Sat, 14 Jun 2008 09:50:50 +0200 Jaroslav Tulach example with conditional usage of an API
Sat, 14 Jun 2008 09:50:29 +0200 Jaroslav Tulach Rationalism
Sat, 14 Jun 2008 09:50:29 +0200 Jaroslav Tulach Merge
Sat, 14 Jun 2008 09:50:27 +0200 Jaroslav Tulach Accessor example is taken from real source code
Sat, 14 Jun 2008 09:50:27 +0200 Jaroslav Tulach Updated build files
Sat, 14 Jun 2008 09:50:27 +0200 Jaroslav Tulach build files should not be ignored
Sat, 14 Jun 2008 09:50:27 +0200 Jaroslav Tulach Adding friend access example