The Artima Developer Community
Sponsored Link

Java Buzz Forum
Instant Gratification

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
John Topley

Posts: 233
Nickname: johntopley
Registered: Jul, 2003

John Topley is embarking on a journey to become a J2EE master.
Instant Gratification Posted: Jul 22, 2003 7:40 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by John Topley.
Original Post: Instant Gratification
Feed Title: John Topley's Weblog
Feed URL: http://johntopley.com/posts.atom
Feed Description: John Topley's Weblog - some articles on Ruby on Rails development.
Latest Java Buzz Posts
Latest Java Buzz Posts by John Topley
Latest Posts From John Topley's Weblog

Advertisement

To my surprise, I've been programming in Visual Basic 6.0 again recently. I'm still writing Java code in my day job but I had occasion to create a demo application. Most weeks I hold an informal class cum coding clinic (alliteration above all), where I help a couple of friends with their programming. They're just starting out with SQL Server 2000, so I thought it would be useful if I wrote a simple program to illustrate the use of SQL Server views, stored procedures but also custom collection classes. It's all based around the Employees table within the Northwind sample database, but I digress.

The thing that struck me most about returning to VB after over eight months learning J2EE was not how much I'd forgotten, but how instantly gratifying it is to use! I'd almost forgotten the speed with which RAD tools let you construct a user interface and write simple event–handling code to stitch things together. Oh, the sheer pleasure of being able to draw a button on a form instead of having to write HTML code for a Web interface. Oh, the joy of pressing F5 to compile and run the program instead of having to wait for the application server to start up. I found it immensely satisfying to be able produce a simple old–fashioned desktop application and have it finished within two hours! No hassle learning the latest framework or having to mess about with deployment descriptors.

Of course comparing J2EE to Visual Basic 6.0 is ridiculous, somewhat akin to complaining that Kew Gardens takes more effort to maintain than a potted plant. The terrain covered by J2EE is vast and it's extremely doubtful that a single developer could learn it all. Developing a high–quality enterprise application involves the mastery of many different disciplines and once achieved I'm sure there's a high level of intellectual satisfaction to be had from a job well done. However—and maybe it's something as basic as the fact that I'm not using the IDEA IDE—I simply found those couple of hours back in VB to be more fun than a lot of my enterprise Java coding to date.

Read: Instant Gratification

Topic: code guide gripes Previous Topic   Next Topic Topic: Getting Involved

Sponsored Links



Google
  Web Artima.com   

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