Fri Apr 06 10:00:19 2012 +0200 Jaroslav Tulach Use fixed update center for NetBeans IDE 7.1.1 default tip
Sat Oct 29 20:43:05 2011 +0200 Jaroslav Tulach SuperInner examples
Thu Oct 27 21:22:26 2011 +0200 Jaroslav Tulach Providing real world example of misuse of singletons
Thu Oct 27 20:12:14 2011 +0200 Jaroslav Tulach Adding an example with defining a volume
Wed Oct 26 21:45:23 2011 +0200 Jaroslav Tulach Showing the sort example in a real project
Wed Oct 19 19:11:13 2011 +0200 Jaroslav Tulach Remove debug and too long line
Tue Oct 18 07:31:22 2011 +0200 Jaroslav Tulach Typo
Tue Oct 18 07:10:23 2011 +0200 Jaroslav Tulach One can use covariance and contravariance with generic types due to their erasure
Tue Oct 18 06:55:12 2011 +0200 Jaroslav Tulach A contravariance example
Tue Oct 18 06:47:43 2011 +0200 Jaroslav Tulach Showing that covariance is source compatible, but not binary compatible in Java
Tue Oct 18 05:54:15 2011 +0200 Jaroslav Tulach Fix the package import
Sat Oct 15 22:11:18 2011 +0200 Jaroslav Tulach Shortening lines to less than 75 characters
Sun Mar 20 20:52:33 2011 +0100 Jaroslav Tulach More code snippets for openfixed project
Sun Mar 20 18:52:47 2011 +0100 Jaroslav Tulach Calculator and various ways to deliver changes in its counter to listeners
Sun Mar 20 08:12:26 2011 +0100 Jaroslav Tulach Show composition of client and provider APIs
Thu Mar 03 18:50:34 2011 +0100 Jaroslav Tulach Use relative path
Thu Mar 03 15:04:51 2011 +0100 Jaroslav Tulach Wrap resourcecount into condition
Wed Mar 02 15:33:24 2011 +0100 Jaroslav Tulach Don't connect to network, when all binaries are available locally
Tue Mar 01 21:32:09 2011 +0100 Jaroslav Tulach Shortening the lines to fit into 80 chars code snippets
Tue Mar 01 21:28:39 2011 +0100 Jaroslav Tulach Demonstrating the 'clone' problem
Wed Jan 26 07:24:42 2011 -0800 Jaroslav Tulach Use proper classpath for runtime, so the various anagram versions really show their UI
Sun Oct 10 18:30:27 2010 +0200 Jaroslav Tulach Include whole class in the snippet block
Fri Aug 27 14:06:39 2010 +0200 Jaroslav Tulach Providing static as well as dynamic code completions for the select statement
Fri Jul 30 14:14:55 2010 +0200 Jaroslav Tulach Rather make sure libraries are downloaded
Fri Jul 30 14:13:25 2010 +0200 Jaroslav Tulach Shorter lines and less scary code of the processor
Thu Jul 29 17:55:04 2010 +0200 Jaroslav Tulach Show just body of the test method
Thu Jul 29 17:44:59 2010 +0200 Jaroslav Tulach Exposing code snippets, removing useless headers
Fri Jul 16 23:36:14 2010 +0200 Jaroslav Tulach Merging livedb branch, as it seems to work OK now
Fri Jul 16 23:35:08 2010 +0200 Jaroslav Tulach Creating the database in Ant. Placing it on a test classpath. Test test now checks real DB content. livedb
Thu Jul 15 00:40:37 2010 +0200 Jaroslav Tulach If the JavaDB is on, we can compile and successfully execute the tests livedb
Wed Jul 14 20:56:33 2010 +0200 Jaroslav Tulach Rewritting the processor to really connect to a database and read metadata from a real select statement livedb
Mon Jun 28 09:29:30 2010 +0200 Jaroslav Tulach Dealing with random failures on overloaded machines: preload JLabel and its classes; increase the timeOut
Tue Jun 01 12:08:47 2010 +0200 Jaroslav Tulach Example of Annotation Processor that generates a db access class
Sun May 02 15:37:46 2010 +0200 Jaroslav Tulach No main class
Sun May 02 15:37:03 2010 +0200 Jaroslav Tulach Using relative junit JAR
Sun May 02 15:23:25 2010 +0200 Jaroslav Tulach Updating to new version of bundled spring.jar
Sun May 02 14:56:33 2010 +0200 Jaroslav Tulach Showing stateless "phased" API for Progress
Sun May 02 14:35:48 2010 +0200 Jaroslav Tulach Renaming Progress to ProgressStateful
Sun May 02 14:34:48 2010 +0200 Jaroslav Tulach Sample @StateChange annotation
Sun May 02 14:24:43 2010 +0200 Jaroslav Tulach Showing stateful API on Progress example
Sat Feb 20 18:20:10 2010 +0100 Jaroslav Tulach Using autoupdate task to work with NBMs
Tue Feb 02 10:24:49 2010 +0100 Jaroslav Tulach Renaming the UI displayer to SwingDialogDisplayer
Wed Jan 27 20:49:32 2010 +0100 Jaroslav Tulach More code snippets
Wed Jan 27 19:04:13 2010 +0100 Jaroslav Tulach Using local copy of junit-4.4.jar
Wed Jan 27 18:30:57 2010 +0100 Jaroslav Tulach Adding singleton example
Wed Jan 27 18:30:40 2010 +0100 Jaroslav Tulach Removing obsoleted file
Mon Jan 25 10:47:05 2010 +0100 Jaroslav Tulach Adjusting to remove of cluster numbers
Mon Dec 21 16:54:12 2009 +0100 Jaroslav Tulach Fixing dependencies since the org.openide.util and org.openide.util.lookup are now separate
Thu Dec 17 07:37:54 2009 +0100 Jaroslav Tulach Upgrading libraries to new 6.8 location of NBMs
Tue Aug 25 12:39:59 2009 +0200 Jaroslav Tulach Reverting the build scripts back to 219810ff3c72
Tue Aug 25 11:32:10 2009 +0200 Jaroslav Tulach In fact builder pattern is combining mutable objects during creation with immutable result
Sat Jun 20 16:06:19 2009 +0200 Jaroslav Tulach Example of "compile time caches" and their possible usage in Component Injection area
Tue May 26 09:01:40 2009 +0200 Jaroslav Tulach Applying suggestions by --Jeffrey D Smith 21:48, 25 May 2009 (CEST)
Mon May 25 21:49:25 2009 +0200 jaroslav tulach Use the MUTEX variable instead of local lock
Mon May 25 18:44:58 2009 +0200 Jaroslav Tulach Mutex shall be final, so it prevents subclassing
Mon May 25 18:37:56 2009 +0200 Jaroslav Tulach More renames
Mon May 25 18:35:11 2009 +0200 Jaroslav Tulach Also showing traditional API use
Mon May 25 18:27:02 2009 +0200 Jaroslav Tulach More code snippets for the mutex example
Wed Apr 29 11:56:47 2009 +0200 Jaroslav Tulach Also excluding maven target directories
Fri Apr 24 22:58:54 2009 +0200 Jaroslav Tulach Generalizing the snippets ant script so it can be used from other locations