Sun, 02 Sep 2012 22:00:13 +0200 Jaroslav Tulach Identifying code snippets to be used on my blog
Fri, 31 Aug 2012 20:16:57 +0200 Jaroslav Tulach Example demostrating how to use trait to provide effective implementation of linked list while keeping encapsulation
Mon, 13 Aug 2012 10:52:45 +0200 Jaroslav Tulach Using more descriptive name than arr per Petr Hejl's request
Sun, 12 Aug 2012 14:14:44 +0200 Jaroslav Tulach Use indentation four
Wed, 08 Aug 2012 23:55:35 +0200 Jaroslav Tulach Was this a reverted condition? It seems that a code that can only be called be a test needs to be allowed when assertions are on.
Wed, 08 Aug 2012 23:25:59 +0200 Jaroslav Tulach Andrei was confused by CountDownV1: replacing by call to method createSimpleImplementation which should be more intent describing
Wed, 08 Aug 2012 23:15:30 +0200 Jaroslav Tulach Andrei: Write in Java!
Wed, 08 Aug 2012 23:09:54 +0200 Jaroslav Tulach Andrei found missing notifyAll()
Wed, 08 Aug 2012 23:00:39 +0200 Jaroslav Tulach Andrei: Show the EventSupport interface
Wed, 08 Aug 2012 22:42:33 +0200 Jaroslav Tulach Andrei: Hide in the book the fact that in the code Playback is an innerclass
Wed, 08 Aug 2012 22:35:26 +0200 Jaroslav Tulach Andrei: Use doSetVolume
Wed, 08 Aug 2012 22:32:39 +0200 Jaroslav Tulach Andrei: Use standard formating
Wed, 08 Aug 2012 22:26:30 +0200 Jaroslav Tulach Andrei: Don't put the code into main method
Wed, 08 Aug 2012 22:25:24 +0200 Jaroslav Tulach Applying Andrei's suggestions: Using Arrays.asList
Wed, 08 Aug 2012 22:06:45 +0200 Jaroslav Tulach Andrei suggested to use better variable name than n1
Wed, 08 Aug 2012 21:53:15 +0200 Jaroslav Tulach Andrei suggested to simplify the wildcard example
Fri, 06 Apr 2012 10:00:19 +0200 Jaroslav Tulach Use fixed update center for NetBeans IDE 7.1.1
Sat, 29 Oct 2011 20:43:05 +0200 Jaroslav Tulach SuperInner examples
Thu, 27 Oct 2011 21:22:26 +0200 Jaroslav Tulach Providing real world example of misuse of singletons
Thu, 27 Oct 2011 20:12:14 +0200 Jaroslav Tulach Adding an example with defining a volume
Wed, 26 Oct 2011 21:45:23 +0200 Jaroslav Tulach Showing the sort example in a real project
Wed, 19 Oct 2011 19:11:13 +0200 Jaroslav Tulach Remove debug and too long line
Tue, 18 Oct 2011 07:31:22 +0200 Jaroslav Tulach Typo
Tue, 18 Oct 2011 07:10:23 +0200 Jaroslav Tulach One can use covariance and contravariance with generic types due to their erasure
Tue, 18 Oct 2011 06:55:12 +0200 Jaroslav Tulach A contravariance example
Tue, 18 Oct 2011 06:47:43 +0200 Jaroslav Tulach Showing that covariance is source compatible, but not binary compatible in Java
Tue, 18 Oct 2011 05:54:15 +0200 Jaroslav Tulach Fix the package import
Sat, 15 Oct 2011 22:11:18 +0200 Jaroslav Tulach Shortening lines to less than 75 characters
Sun, 20 Mar 2011 20:52:33 +0100 Jaroslav Tulach More code snippets for openfixed project
Sun, 20 Mar 2011 18:52:47 +0100 Jaroslav Tulach Calculator and various ways to deliver changes in its counter to listeners
Sun, 20 Mar 2011 08:12:26 +0100 Jaroslav Tulach Show composition of client and provider APIs
Thu, 03 Mar 2011 18:50:34 +0100 Jaroslav Tulach Use relative path
Thu, 03 Mar 2011 15:04:51 +0100 Jaroslav Tulach Wrap resourcecount into condition
Wed, 02 Mar 2011 15:33:24 +0100 Jaroslav Tulach Don't connect to network, when all binaries are available locally
Tue, 01 Mar 2011 21:32:09 +0100 Jaroslav Tulach Shortening the lines to fit into 80 chars code snippets
Tue, 01 Mar 2011 21:28:39 +0100 Jaroslav Tulach Demonstrating the 'clone' problem
Wed, 26 Jan 2011 07:24:42 -0800 Jaroslav Tulach Use proper classpath for runtime, so the various anagram versions really show their UI
Sun, 10 Oct 2010 18:30:27 +0200 Jaroslav Tulach Include whole class in the snippet block
Fri, 27 Aug 2010 14:06:39 +0200 Jaroslav Tulach Providing static as well as dynamic code completions for the select statement
Fri, 30 Jul 2010 14:14:55 +0200 Jaroslav Tulach Rather make sure libraries are downloaded
Fri, 30 Jul 2010 14:13:25 +0200 Jaroslav Tulach Shorter lines and less scary code of the processor
Thu, 29 Jul 2010 17:55:04 +0200 Jaroslav Tulach Show just body of the test method
Thu, 29 Jul 2010 17:44:59 +0200 Jaroslav Tulach Exposing code snippets, removing useless headers
Fri, 16 Jul 2010 23:36:14 +0200 Jaroslav Tulach Merging livedb branch, as it seems to work OK now
Fri, 16 Jul 2010 23:35:08 +0200 Jaroslav Tulach Creating the database in Ant. Placing it on a test classpath. Test test now checks real DB content. livedb
Thu, 15 Jul 2010 00:40:37 +0200 Jaroslav Tulach If the JavaDB is on, we can compile and successfully execute the tests livedb
Wed, 14 Jul 2010 20:56:33 +0200 Jaroslav Tulach Rewritting the processor to really connect to a database and read metadata from a real select statement livedb
Mon, 28 Jun 2010 09:29:30 +0200 Jaroslav Tulach Dealing with random failures on overloaded machines: preload JLabel and its classes; increase the timeOut
Tue, 01 Jun 2010 12:08:47 +0200 Jaroslav Tulach Example of Annotation Processor that generates a db access class
Sun, 02 May 2010 15:37:46 +0200 Jaroslav Tulach No main class
Sun, 02 May 2010 15:37:03 +0200 Jaroslav Tulach Using relative junit JAR
Sun, 02 May 2010 15:23:25 +0200 Jaroslav Tulach Updating to new version of bundled spring.jar
Sun, 02 May 2010 14:56:33 +0200 Jaroslav Tulach Showing stateless "phased" API for Progress
Sun, 02 May 2010 14:35:48 +0200 Jaroslav Tulach Renaming Progress to ProgressStateful
Sun, 02 May 2010 14:34:48 +0200 Jaroslav Tulach Sample @StateChange annotation
Sun, 02 May 2010 14:24:43 +0200 Jaroslav Tulach Showing stateful API on Progress example
Sat, 20 Feb 2010 18:20:10 +0100 Jaroslav Tulach Using autoupdate task to work with NBMs
Tue, 02 Feb 2010 10:24:49 +0100 Jaroslav Tulach Renaming the UI displayer to SwingDialogDisplayer
Wed, 27 Jan 2010 20:49:32 +0100 Jaroslav Tulach More code snippets
Wed, 27 Jan 2010 19:04:13 +0100 Jaroslav Tulach Using local copy of junit-4.4.jar