Kategorie: Tim’s Weblog
-
Multibyte-character processing in J2EE
There’s a lot to consider when dealing with multibyte characters in your programs – see this JavaWorld article: „Most J2EE servers can support multibyte-character languages (like Chinese and Japanese) very well, but different J2EE servers and browsers support them differently. When developers port some Chinese (or Japanese) localized applications from one server to another, they…
-
Do As They Need, Not As They Say
Jeff Lowery at ONJava.com – Do As They Need, Not As They Say: „‚Do it the way we’ve always done it, except better.‘ This is the unstated initial requirement of any new system I’ve been asked to develop. Nobody really wants to change the way things are done, even though they recognize the problems. It’s…
-
Radical software customization
Jon Udell on Radical software customization: „We can all agree that software must be customizable. But when programmers alone decide how users can do things, you often end up with a scenario like Aunt Tillie’s OS X adventure: a dashboard packed with incomprehensible dials and knobs. If the dashboard was built with a dynamic language,…
-
Web Services Theory and Practice
Tim Bray on Web Services Theory and Practice: „I think somebody needs to stand up and start waving a flag that’s labeled ‚WS-Simplification‘ or ‚Real Web Services’ or something, that’s all about building applications with what’s here today and what works today: XML, HTTP, URIs, SOAP, WSDL, and that’s about it. People who need solutions…
-
Planning for Disaster Recovery on LAMP Systems
At ONLamp.com, Robert Jones has lots of good advice for Planning for Disaster Recovery on LAMP Systems: „Don’t get me wrong, disaster recovery is a critical issue. It’s just that it can be a very painful process for those of us who come from an informal development background. […] I know I’m not the only…
-
B2B: Help Your Fans Convince Their Bosses
Jakob Nielsen has advice for B2B websites: „Build a reputation for being easy to do business with and for standing by your products with great service. This is where the Web shines: you can provide excellent post-sales support online at a fraction of the cost of older methods. Unfortunately, most of the support sites we’ve…
-
The pen is mightier than the laser
Andy Lester – The pen is mightier than the laser: „In the World Of Business, there’s no reason to bow down to the God Of Laser Printing […]. Pen and paper works on the small scale, too. Extreme Programming uses the concept of the „story card“, a 3″x5″ handwritten index card that shows high-level tasks…
-
Extreme Markup Languages papers
Looks like a great resource: The Aggregated Proceedings from the Extreme Markup Languages conferences.
-
Netconcepts: From Java to PHP
Stephan Spencer, president of Netconcepts, in a National Business Review article: „We were originally developing with Java and .JSP, and only using PHP for prototyping. Eventually we realised that the PHP prototypes worked better than the .JSP versions, so we dropped .JSP with relief; and we’ve never looked back.“
-
Complexity
Great article: Mike Duigou writes about Complexity. „What could make JXTA or any technology complicated for new users? There are far too many possibilities: * Installation hell * Configuration hell * Starting hell * Documentation hell * API hell * More hells“ Most problems he describes can happen with any programming language, but this one…