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

Artima Weblogs
A Community of Software Thinkers
Welcome Guest
  Sign In
89 pages [ 1 ... 40 41 42 43 44 45 46 47 48 49 50 ]
by Jim Waldo, May 15, 2006,  3 comments
After a long absence, I'm back. With some explanations about why I've been gone so long...
by Bill Venners, May 14, 2006,  8 comments
The traditional J2EE approach to authentication sessions is placing identity information in the servlets Session object. The memory used by the Sessions, and potential need to replicate them, places a drag on scalability. In this article, I propose a different approach that is more scalable because it requires less shared state.
by Christopher Diggins, May 13, 2006,  7 comments
I'm developing a stack based functional language, inspired by the Joy programming language called Cat. What is particularly interesting about Cat is that it is particularly well-suited to optimization.
by Andy Dent, May 13, 2006,  5 comments
I recently had reason to work on some code a few years old and used Object Master and an older CodeWarrior IDE. I'd forgotten how much more productive coding could be with the assistance of a Smalltalk-style 3-pane browser. Here are a few points I've picked from my revisit.
by Frank Sommers, May 11, 2006,  4 comments
The last decade witnessed the rise of the three-tier enterprise architecture. The experience learned and the need to process increasing amounts of data increasingly fast, are now leading some to rethink the wisdom of three-tier design. One alternative solution moves business logic and data management into a data grid.
by Christopher Diggins, May 9, 2006,  10 comments
HD DVD not only offers high-definition video playback, it also uses JavaScript and XML for authoring menus, interactive content, persistant storage, and network connectivity.
by Andy Dent, May 6, 2006,  16 comments
If you don't speak English, what programming languages are the best fit and does this radically change how you develop Domain-Specific Languages?
by Christopher Diggins, May 4, 2006,  9 comments
Imagine a hypothetical language that compiles to assembly only once all input arrives. It would be ridiculously fast, but somewhat limited since it could only be used as a filter. Is this a worthwhile trade-off?
by Guido van van Rossum, May 4, 2006,  4 comments
Another plug for Django.
by Bruce Eckel, May 4, 2006,  5 comments
This is a series of interviews that I did a few years back, before podcasting became commonplace. My original intent was to turn them into a CD, but I had a few release issues and it got put on the back burner and forgotten for awhile.
by Andy Dent, May 3, 2006,  11 comments
Introducing the CEDSimply project and some thoughts on a clean way to assign pointers using safe multiple dereferences of possibly nil pointers: CurrentLogger = gRS.runner.UI.LogTo unless nil
by Frank Sommers, May 2, 2006,  14 comments
Simon Phipps blogs about the marriage of Java applets and AJAX, suggesting that AJAX applications could benefit from having access to the rich Java APIs. But would the marriage of AJAX and Java applets turn out harmonious, or end in divorce?
by Bill Venners, May 1, 2006,  15 comments
When you design a system, you have to decide how many compromises to make in the name of future scalability. One scalability strategy is to partition data into multiple databases. When do you think the tradeoffs involved are worth the scalability gained?
by Andy Dent, May 1, 2006,  Submit comment
Business Object Notation, the analysis and design method from the Eiffel community, has its own graphic language. The BON Dynamic Diagrams can be easily represented in a UML diagram or with any simple Visio-like tool and provide a succinct way to document system interactions that appeals to both visual and verbal thinkers.
by Christopher Diggins, April 29, 2006,  11 comments
I still don't quite get it, shouldn't every new language support a primitive Reduce() operation in anticipation of the brave new parallel world?
89 pages [ 1 ... 40 41 42 43 44 45 46 47 48 49 50 ]
Subscribe to be notified of new Artima Weblogs posts via RSS.

Sponsored Links



Google
  Web Artima.com   

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