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, December 30, 2004, Submit comment
The LogManager implementation in J2SE has some issues with dynamic logging configuration. I've implemented a Jini service that provides remote configuration control plus some other capabilities.
by Gregg Wonderly, December 30, 2004, Submit comment
When you look at the complexity of web services configuration, the extent of tool involvement and the plethora of standards that are being created to solve the ever growing list of shortcommings, it is a wonder that anyone is making progress. Jini has already solved these problems!
by Eric Armstrong, December 29, 2004, 4 comments
RSS feeds are great for news feeds. They're ALMOST great for online support forums and other ongoing dialogs. This post presents a wishlist of needed features, and points to recent developments in that space.
by Johan Peeters, December 24, 2004, Submit comment
Eamonn McManus beat me to blogging about JavaPolis on Artima. I add a little sprinkling of Trust and Sex.
by Christopher Diggins, December 24, 2004, 5 comments
My answer to YACC and Lex, the YARD parser version 1.0, is now online at SourceForge.net.
by Eamonn McManus, December 23, 2004, 1 comment
JavaPolis is great! Lots of interesting people, lots of interesting sessions. Here are my experiences, with a summary of most of the sessions I attended.
by Guido van van Rossum, December 23, 2004, 49 comments
Optional static typing has long been requested as a Python feature. It's been studied in depth before (e.g. on the type-sig) but has proven too hard for even a PEP to appear. In this post I'm putting together my latest thoughts on some issues, without necessarily hoping to solve all problems.
by Jim Waldo, December 22, 2004, 23 comments
I've been thinking about objects recently. One of the questions I've been thinking about is whether or not one can make sense of objects in a language-independent way. Herein are some reflections, and what may be the start of a series of posting on the subject...
by Christopher Diggins, December 21, 2004, 4 comments
I show how static event handlers through template function specializations can be simpler and more efficient than dynamic event handlers through function pointers.
by Christopher Diggins, December 18, 2004, 12 comments
C++ template specializations provide an elegant mechanism for implementing event-driven frameworks. This is the technique that I am using for defining semantic actions in the YARD parser. This is a reprint of an article I just posted to CodeProject.com.
by Christopher Diggins, December 16, 2004, 13 comments
I just finished the first version of the YARD (Yet Another Recursive Descent) Parser for C++, and posted it to CodeProject.com. The YARD parser is a simple regular expression parsing toolset which can operate on generic data.
by Eric Freeman, December 14, 2004, Submit comment
Search has become the holy grail of the desktop. While search on the desktop is nothing new - Microsoft has been pursuing WinFS in fits and starts over more than the last decade - this time something is different: everyone thinks it's important.
by John D. Mitchell, December 10, 2004, 18 comments
Just what is the difference between design and architecture?
by Christopher Diggins, December 10, 2004, 22 comments
I am looking at rebuilding the Heron compiler in C++. I am surveying which platform developers would most like to see targeted whether it is native code, java virtual machines, .net, or other.
by Christopher Diggins, December 9, 2004, 2 comments
I finally got an article posted to Slashdot.org on Heron. This is a very nice boost in visibility for the language.
|
Sponsored Links
|