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