The Artima Developer Community
Sponsored Link

Java Buzz Forum
Gavin's "Lie Of Simplicity". My goal: Be convenient to do the common tasks, and possible to do...

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
Gavin's "Lie Of Simplicity". My goal: Be convenient to do the common tasks, and possible to do... Posted: Jul 29, 2004 9:46 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Gavin's "Lie Of Simplicity". My goal: Be convenient to do the common tasks, and possible to do...
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
Gavin has written about The Lie Of Simplicity. I have found that the balance of making a tool successful is tough as it needs many things: Solves a problem in a new / better way A good learning curve so people can start climbing the hill Be convenient to do the common tasks, and possible to do the complicated tasks That last one is key for me. EJB-QL makes it easy to do simple things, but IMPOSSIBLE to do anything real. HSQL is still pretty convenient for doing the same simple things, yet gives you the power that you need to do more complicated tasks. This is where Java actually falls down for me (personally). I don't find it convenient for doing small tasks, and that is where other languages like Perl/Ruby/Groovy can come in. It also helps when it is obvious that you have gone from the simple-world into the more powerful world, and is even better if you can encapsulate that ;)

Read: Gavin's "Lie Of Simplicity". My goal: Be convenient to do the common tasks, and possible to do...

Topic: Re: Objects and Wars Previous Topic   Next Topic Topic: Using Java's Assertion Facility

Sponsored Links



Google
  Web Artima.com   

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