Fri, 03 Apr 2020 16:32:36 +0200 Jaroslav Tulach Using HTTPS to download the libraries default tip
Fri, 03 Apr 2020 07:15:42 +0200 Jaroslav Tulach Switching to Apache NetBeans 11.3 download URL
Tue, 12 Nov 2019 08:55:35 +0100 Jaroslav Tulach Rewriting the Live DB example to Maven
Mon, 11 Nov 2019 13:17:34 +0100 Jaroslav Tulach Updating to projects from NetBeans 11.2
Mon, 11 Nov 2019 05:47:32 +0100 Jaroslav Tulach Using Apache NetBeans 11.2 update center
Fri, 25 Mar 2016 07:34:02 +0100 Jaroslav Tulach Prevent NPE on Aqua LaF by explicitly using Metal
Thu, 17 Mar 2016 09:17:54 +0100 Jaroslav Tulach Download libraries from repo1.maven.org
Thu, 30 Oct 2014 21:30:10 +0100 Jaroslav Tulach Updating to NBMs from NetBeans 8.0.1 as some of them are required to run on JDK8
Thu, 30 Oct 2014 20:46:27 +0100 Jaroslav Tulach Use scala 2.10.4 to compile on JDK8
Sun, 06 Oct 2013 22:05:14 +0200 Jaroslav Tulach Looks like scala change URLs of its releases
Thu, 16 May 2013 08:18:24 +0200 Jaroslav Tulach Yoshiki Shibata pointed out that collections were introduced in JDK 1.2
Wed, 05 Dec 2012 13:17:53 +0100 Jaroslav Tulach Bob pointed out that the extends bound is not necessary in Listable. Enough to have it in List.
Mon, 03 Sep 2012 01:06:24 +0200 Jaroslav Tulach Shorter lines
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