Artima Weblogs |
Weblogs Forum |
Bloggers
|
Sponsored Link •
|
Artima Weblogs
A Community of Software Thinkers |
|
Artima Bloggers
Aahz Jans Aasman B. Scott Andersen Eric Armstrong Ken Arnold Dale Asberry Dave Astels Arash Barirani Matt Bauer Charles Bell Berco Beute Geert Bevin Nitin Borwankar Vladimir Ritz Bossicard Rahul Chaudhary Bob Clancy James O. Coplien Ward Cunningham Andy Dent Christopher Diggins Bruce Eckel Ted Farrell Michael Feathers Elisabeth Freeman Eric Freeman Matt Gerrans David Goodger Gabe Grigorescu Rix Groenboom Cees de Groot Philipp Haller Peter Hansen David Heinemeier Hansson Kevlin Henney Steve Holden Cay Horstmann Ron Jeffries Mark Johnson Greg Jorgensen Heinz Kabutz Rick Kitts Kirk Knoernschild Andrew Koenig Klaus Kreft Sean Landis Angelika Langer Jakob Eg Larsen Josh Long Howard Lovatt Robert C. Martin John McClain Eamonn McManus Jeremy Meyer John D. Mitchell Brian Murphy Sean Neville Nancy Nicolaisen Martin Odersky Vlad Patryshev Johan Peeters Carlos Perez Ken Pugh Eric S. Raymond Ian Robertson Guido van van Rossum Alberto Savoia Jerome Scheuring Richard Hale Shaw Calum Shaw-Mackay Jack Shirazi Michele Simionato Van Simmons Frank Sommers Bruno Souza Sue Spielman Bill Venners David Vydra Jim Waldo Dick Wall Barry Warsaw Mark Williamson Matthew Wilson Gregg Wonderly Kevin Wright |
by Gregg Wonderly, September 6, 2006, Submit comment
I am finishing up a rather large application that needs some JMX management capabilities. I've got a lot of classes that need to be MBean enabled, and I really don't want to go through and change them to inherit from StandardMBean.
by Andy Dent, September 5, 2006, Submit comment
There are two kinds of software experience you want for your end users - Invisibility and Smile on My Face.
by Christopher Diggins, September 3, 2006, 4 comments
I haven't been posting as much at Artima lately, but I have been posting a fair amount of questions and ideas at Lambda-the-Ultimate.org.
by Christopher Diggins, September 2, 2006, 18 comments
I am looking to name a new operation in the Cat programming language.
by Frank Sommers, September 1, 2006, 6 comments
As modern IDEs are becoming larger, IDE projects cope with entropy by creating versions of their tools aimed at specialized developer communities, for instance, around popular enterprise frameworks. What does the segmentation of the IDE market place along the lines of developer micro-communities say about the future of IDEs?
by Guido van van Rossum, August 25, 2006, 1 comment
This week, a number of Python developers (core and otherwise) and some Googlers got together in Mountain View and New York for a four-day Python and Python-3000 (Py3k) development sprint. Here's what we've done.
by Barry Warsaw, August 24, 2006, 13 comments
Guido kills <> in Python 3000. I am sad.
by James O. Coplien, August 24, 2006, 10 comments
In Part I, I related a resurgence in interest in multi-paradigm design about thirteen years after its first appearance.
In this 'blog I consider what such developments portend for curriculum design and, in fact, the basic content of any CS program.
by Bill Venners, August 23, 2006, 53 comments
The recent proposal to add closures to Java brought up some questions for me. How much more productive would I be with closures in Java? How much more fun would I have?
by Christopher Diggins, August 22, 2006, 54 comments
There is a debate raging at the Lambda-the-Ultimate.com site about closures in Java. Here's my two cents on the subject.
by Bruce Eckel, August 21, 2006, 26 comments
Setting CLASSPATH for directories and jars driving you crazy? I finally decided to do something about it.
by Geert Bevin, August 19, 2006, 9 comments
X-develop is an unknown Java IDE that allows for very agile development patterns without getting in the way. This blog post illustrates a unique approach called 'fuzzy' or 'freeform' refactoring that is enabled by a unique X-develop featured called 'instant project-wide on-the-fly error checking'.
by Frank Sommers, August 19, 2006, 26 comments
Two distinct approaches to Ajax application development emerged in recent years, each extending previous architecture models. As the two seem incompatible, you will need to make a choice.
by Bill Venners, August 18, 2006, 1 comment
Tonight we'll be upgrading the hardware that serves up Artima. In the future the site should scale better under heavy load, but tonight there will be some outage. We apologize in advance for the inconvenience.
by Christopher Diggins, August 17, 2006, 11 comments
I am playing with the idea of allowing types to pushed onto the stack in the Cat language. Here are my ruminations on the subject
|
Sponsored Links
|