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 ... 31 32 33 34 35 36 37 38 39 40 41 ]
by Arash Barirani, January 25, 2007,  46 comments
Every Java project is designed for reusability. Yet when time comes to do a new project in the same domain we always opt for building from scratch. Is software reusability, especially in the J2EE realm, just a myth?
by Alberto Savoia, January 24, 2007,  30 comments
Some developers are easily test-infected - they take to unit testing like a duck to water. Others need some time and encouragement, but eventually "get it". A third group appears to have immunity to test infection. I invent a test-gene model to categorize these groups and look at its implications for the future of developer/unit testing.
by Bill Venners, January 24, 2007,  10 comments
In his RailConf keynote, Rails creator David Heinemeier Hansson explained his reasoning for preferring numeric entity IDs in URLs as opposed strings. What's your opinion?
by Frank Sommers, January 19, 2007,  3 comments
Software is become an increasingly important consumer of Web content. When software and humans are both intended targets of a Web-accessible resource, should you provide separate URLs for that resource based on a client's preferred content type, or a single URL and rely on server-based content negotiation to serve up the appropriate content?
by Bruce Eckel, January 19, 2007,  4 comments
An indoor water park, in Ohio, in the middle of the winter sounded like a very strange destination. But the conference turned out to be very diverse and stimulating, and I was able to try out version two of my new presentation, "The World is Dynamic."
by Bill Venners, January 16, 2007,  73 comments
Java's checked exceptions sometimes force you to catch a checked exception that you believe will never be thrown. Best practice dictates that you wrap that in an unchecked exception and rethrow it, just in case. What exception class do you wrap with in that case?
by Ken Pugh, January 9, 2007,  6 comments
Interface implementations are not just found using factories. You can use compile or link time alterable implementations.
by Guido van van Rossum, January 9, 2007,  1 comment
Early bird registration ends January 15.
by David Goodger, January 3, 2007,  13 comments
What I'll be doing at PyCon 2007 ("Idiomatic Python" tutorial, Docutils sprint), and a reminder of the early-bird registration deadline.
by Andy Dent, December 23, 2006,  Submit comment
Everything I'm doing seems to be about small chunks of thought. These chunks need tracking, comparing, versions controlling and melding into presentations of varying narrative richness. The interesting projects and interested parties include software engineers, publishers and academics but there's no killer app in sight?
by Andy Dent, December 21, 2006,  Submit comment
In which Andy suffers an extreme bout of cynical disbelief in the merits of Resource Oriented Architecture and "solving" the discovery problem by giving up and just having a description as part of a "Resource".
by Frank Sommers, December 16, 2006,  11 comments
At SD Forum 2006, two eBay architects presented an overview how eBay's architecture handles a billion page requests a day, and how that architecture evolved from a few Perl scripts to 15,000 application instances running in eight data centers. One conclusion from the presentation is that scaling is only in part a question of architecture.
by Bruce Eckel, December 13, 2006,  1 comment
This edition of my occasionally-published newsletter, which also goes out by email, covers upcoming events and the status of various projects.
by Gregg Wonderly, December 5, 2006,  4 comments
The REST architecture style includes several points of interest. One of them is a "uniform" or "fixed" API. There is a subtle issue with that. I don't really think that this concept is what REST is all about.
by Andy Dent, December 5, 2006,  Submit comment
How do you develop a Roadmap for a broad-ranging community, encompassing several service-oriented architectures? Here are some ideas.
89 pages [ 1 ... 31 32 33 34 35 36 37 38 39 40 41 ]
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