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

Artima Weblogs
Frank Thoughts
A Weblog by Frank Sommers
Welcome Guest
  Sign In
3 pages [ 1 2 3 ]
January 19, 2010,  39 comments
A short response to Tim Bray's recent blog post, Doing it Wrong.
September 24, 2009,  56 comments
Relational databases offer a rich toolset to help ensure the integrity of data. Apart from normalized schema, however, few enterprise applications take advantage of those tools and, instead, tend to implement integrity checking inside application layers. If SQL database constraints are useful, why aren't more applications taking advantage of them?
November 6, 2008,  34 comments
Sun's focus on JavaFX has resulted in less progress on improving Swing development productivity. Has the shift of focus to JavaFX from Swing hurt the cause of client-side Java?
August 7, 2008,  7 comments
In his popular blog, Jeff Atwood suggests that becoming a great developer has more to do with the quantity of code you produce than with an explicit desire to produce high-quality code from the start.
July 2, 2008,  24 comments
Doing the simplest thing that could possibly work is a frequent advice of the agile development movement. But how applicable is that advice in different kinds of development contexts?
June 27, 2008,  6 comments
A great deal of commentary followed Apple's announcement that it would use the Sproutcore JavaScript framework for its upcoming online offerings. Most of the debate centers around the question of whether a virtual machine-based environment or reliance on browser standards are preferable when developing rich Web apps.
May 13, 2008,  2 comments
A JavaOne 2008 roundtable focused on the potential conflict between the way open-source communities work and the JCP's requirement for a Java specification expert group to develop and maintain a compatibility test kit.
April 30, 2008,  5 comments
A year after its official debut, Apple's Java 6 implementation is now available for Intel-based Macs. Was it worth the wait?
April 22, 2008,  27 comments
Functional programming languages are enjoying a renaissance. Even if not intending to use a functional language for daily work, learning such a language can improve one's programming style.
January 10, 2008,  42 comments
Developer productivity is as much a factor of productive frameworks as it is of language capabilities. Is there anything in Java that limits framework architects in their quest to design more productive APIs and frameworks? How do language features impact framework design?
October 17, 2007,  24 comments
The initial productivity gain of working with a dynamic language can decline as a project's codebase grows, and as refactoring becomes increasingly a chore.
August 29, 2007,  3 comments
Much discussion on rich-client user interfaces and Ajax focuses on the client. Yet, the most fundamental design decision for a rich-client application involves the interaction between client and server, with potentially far-reaching impact on an application's overall architecture.
July 21, 2007,  69 comments
Template engines help separate presentation from domain logic. Presentation logic itself can be complex enough, however, to invite consideration of what should be placed in a template and what should be defined in separate classes. Template engines take different views on that point.
July 12, 2007,  5 comments
By allowing third-party applications to piggyback on its Safari 3 browser platform, Apple chose Ajax as the development platform for its popular iPhone device. What will that mean for mobile development?
June 12, 2007,  34 comments
Applications with a rich-client UI can benefit from concurrency. UI toolkits that expose concurrency, however, are not easy to use. Swing shows that the tension between concurrency and ease-of-use is hard to resolve. Just how much concurrency should be exposed in a UI toolkit?
3 pages [ 1 2 3 ]
Subscribe to be notified of new weblog posts by Frank Sommers via RSS.

Sponsored Links



Google
  Web Artima.com   

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