The Artima Developer Community
Sponsored Link

Java Buzz Forum
Rampaging Computer Science

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
Russell Beattie

Posts: 727
Nickname: rbeattie
Registered: Aug, 2003

Russell Beattie is a Mobile Internet Developer
Rampaging Computer Science Posted: Mar 29, 2004 6:55 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Russell Beattie.
Original Post: Rampaging Computer Science
Feed Title: Russell Beattie Notebook
Feed URL: http://www.russellbeattie.com/notebook/rss.jsp?q=java,code,mobile
Feed Description: My online notebook with thoughts, comments, links and more.
Latest Java Buzz Posts
Latest Java Buzz Posts by Russell Beattie
Latest Posts From Russell Beattie Notebook

Advertisement
I've been trying to say this in varying ways for a while now. I'm a Java programmer, but I'm not a Computer Scientist. What that means is that I usually use Java the same way someone else uses Perl or Python. I love discovering great libraries that save me time and let me just wire up a solution, rather than trying to do it all myself. But I love the fact that unlike the original VB which needed OCXes written in C, if I need to drop down to the lowest level possible in my Java app, I can do that as well. And the solution runs everywhere with minimal effort. That's what's so great about Java.

The problem is that much of the Java stuff out there is just written by really smart morons who seem to love complexity for complexity's sake. Even in the API itself! Ever used the Calendar API? It's written by a monkey. Ever check out the code under the JSTL? Those guys have to be on crack. It's not the language itself that causes these problems, it's the culture around the language. When programmers respect patterns more than solutions, you know something is broken.

LinuxWorld's James Turner feels the same exact way:

I moderated a panel at COMDEX last fall where Rasmus Lerdorf (Mr. PHP) and a Perl proponent ganged up on the person representing Java, complaining about how slow it was and hard to develop in. I tried my best to help defend Java, but it was hard. The trouble is, I see their point.

Java is a great language. But for some reason, the Java community has decided to take it and make all the ancillary packages as complex and difficult to use as possible. It's like a racehorse that's had a wet bar and a hot tub mounted on it. The Perl folks have the right idea. Make supporting technologies that are simple to use, rather than so elegant that they become incomprehensible.

He goes on to make the inevitable comparisions to Perl and PHP. I've been making the same comparisions lately. In fact, I loaded up my first PHP application the other day (dotProject) on a test server and dived into the code, you know what? There's no secret! The code was ugly and embedded and duplicated and horrible. But it was done, and being maintained and being documented and basic enough so that everyone could understand it. Functional code wins over "correct" code every day. Look at Bill Day - Sun's J2ME Evangelist, he just re-did his website into a weblog and which code is he using? WordPress, a PHP solution. Much of that probably had to do with his hosting server, but maybe if Java people made their tools as easy to integrate and use as PHP, more hosting services would support Java out of the box. (Is there a mod_java?)

Is there a name for this type of development? Solution-Oriented Programming? Functional Development? Useful Coding? I mean, just imagine how cool Java programming would become if this sort of thing got as popular as that Pattern fad that came through not too long ago? It'd be so fun!

-Russ

Read: Rampaging Computer Science

Topic: Lazyweb: Trackback Spider Previous Topic   Next Topic Topic: AspectWerkz NextGen

Sponsored Links



Google
  Web Artima.com   

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