The Artima Developer Community
Articles | News | Weblogs | Books | Forums
Sponsored Link

Artima Weblogs
Computing Thoughts
A Weblog by Bruce Eckel
Welcome Guest
  Sign In
19 pages [ 1 ... 12 13 14 15 16 17 18 19 ]
November 8, 2005,  17 comments
I came across another generic puzzle and hope that someone has some insights.
November 7, 2005,  9 comments
I set out to explore how the compiler treats a plain List vs. a List<?>, and in the process found something mysterious.
October 26, 2005,  39 comments
I need to use the collective-consciousness of the Artima community, like genetic algorithms, to come up with a set of canonical use cases for generics.
October 24, 2005,  10 comments
I was poking around in the Standard Java Libraries looking for examples of generic code, and came across something curious.
October 22, 2005,  16 comments
Up until now, whenever I've tried open-source Word clones with my books, they've collapsed to the floor, babbling and drooling.
October 21, 2005,  8 comments
In my posting "Mixins: Something Else You Can't Do With Java Generics?", someone suggested (incorrectly) that this was just the C++ "Curiously Recurring Template Pattern." The analog of the CRTP does work in Java, but is it good for anything?
October 20, 2005,  16 comments
Someone pointed out that Josh Bloch suggests using interfaces to produce the effects of mixins; this is a common pointer when justifying the lack of multiple inheritance in Java. I've translated yesterday's C++ mixin example based on this idea.
October 20, 2005,  27 comments
The paper "A First-Class Approach to Genericity" introduces the idea of the mixin, which seems to be quite a powerful concept, and then shows that you can't do it with Java generics. I wonder if anyone has any alternative approaches to this problem.
October 14, 2005,  8 comments
The Concurrency chapter is finished (hurray!), and now I re-wade into the mysteries of Java Generics. The chapter isn't looking as bad as I was remembering, but there are still some issues that I'm struggling to understand and explain.
October 12, 2005,  12 comments
In a thread on Heron, some issues came up that I thought were worth clarifying.
October 6, 2005,  18 comments
As I can see the end of Thinking in Java 4e approaching, I'm starting to get into the mode to work on the Hands-On Java CD ROM (4th edition, skipping a release number to synch with the book), which I will do in Flash to eliminate various platform problems.
September 28, 2005,  23 comments
I've noticed that, in descriptions of threading, the levels of abstraction are often mixed, which I believe adds to the confusion already present in understanding threading. In this short exerpt from "Thinking in Java fourth edition," I attempt to clarify the situation.
September 25, 2005,  20 comments
It's not uncommon to run across technical papers published in postscript. It's not clear to me why people still do this, but until yesterday I've never had the patience to figure out how to read them.
September 12, 2005,  14 comments
Threading has sucked down a lot of my life in the past few years. Aside from work on earlier versions of Thinking in Java, I clocked 8 months on the threading chapter in "Thinking in C++, Volume 2." I've already spent several months on the "Concurrency" Chapter in "Thinking in Java 4th edition." And now I'm back working on it again.
September 8, 2005,  36 comments
In my research for the "Concurrency" chapter for Thinking in Java 4e, I've read through a lot of material. This morning, I started perusing the 3rd edition of "Java Threads" by Oaks & Wong, from O'Reilly.
19 pages [ 1 ... 12 13 14 15 16 17 18 19 ]
Subscribe to be notified of new weblog posts by Bruce Eckel via RSS.

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use