The Artima Developer Community
Sponsored Link

Java Buzz Forum
How to build maintainable systems: Simple design

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
How to build maintainable systems: Simple design Posted: Oct 26, 2004 9:48 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: How to build maintainable systems: Simple design
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
Jon Tirsen has ranted on How to build maintainable systems: Simple design. I have a funny suspicion that the reason that he blogged this was: I have been to places that had frameworks of hundreds and hundreds of classes that when it came down to it did the equivalent functionality of about two mid-sized classes work. I kid you not. My guess is he came back from one of these "places" and had to blog again. Finding a simple design is always a tough thing to do. We always want to make the system as simple as possible, but not more so. I have run into the issues that Jon spells out, and also the opposite. I was at one client where the ENTIRE application was one mega-Servlet. Thousands of lines of code. One Servlet. Yup. One. You could argue that the "design" was simple ;)

Read: How to build maintainable systems: Simple design

Topic: Porting Apps to higher JDK versions Previous Topic   Next Topic Topic: [Oct 15, 2004 14:41 PDT] 4 Links

Sponsored Links



Google
  Web Artima.com   

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