| By Jason Bell | Article Rating: |
|
| August 1, 2002 12:00 AM EDT | Reads: |
17,354 |
You may be aware of a radio program in the UK called "Desert Island Discs." Basically, well-known people choose which records they would want if they were stuck on a desert island (I've yet to hear anyone say they're taking a CD player). Something of a similar nature is happening to me at the moment, as I'm working from home (but far from stranded).
Since I didn't have any of my normal development tools on the laptop I borrowed, I had to hunt around the Internet and download the tools I needed to get my jobs done. The tools all had one common feature they're all open source. So I decided to present my selection of "Desert Island Open-Source Disks."
jEdit
(www.jedit.org)
I'm currently working with version 4 of jEdit and it's a joy to use. In
addition to being a normal source editor with syntax highlighting, it has
the ability to use plug-ins. If there's one plug-in I would advise you to
download, it's JavaStyle as it tidies up your code layout and also inserts
the relevant JavaDoc comments.
Jikes
(
www-124.ibm.com/developerworks/oss/jikes/)
IBM's open-source Java compiler has more meaningful error messages than
the original compiler. It also suggests where to use try/catch/finally
blocks when working with code that throws exceptions. It handles all the
same command-line tags as javac and is very fast at compiling.
JUnit
(www.junit.org)
If you're using the Extreme Programming route to get software development projects done, you may have come across JUnit already. For the rest of the world, this little utility runs unit tests on your Java code; all you have to do is create a small class to
run the code. There's a more in-depth look at JUnit in the article "Test
First, Code Later" by Thomas Hammell and Robert Nettleton (JDJ, Vol. 7,
issue 2).
Ant
(http://jakarta.apache.org/ant)
This is the build tool that everyone seems to be using, so it would be
silly of me to even attempt to leave it out. Personally, I'd be lost without
it. As with most software that comes from the Apache Foundation, be prepared
to play around with how things work and also to read some of the
documentation. Once you get going though, you can't imagine how you got on
without it.
SCP/MindTerm SSH Client
(www.isnetworks.net)
MindTerm is a secure shell (SSH) client built entirely in Java.
ISNetworks added a secure copy (SCP) function and made it available for
download. More and more people have disabled the telnet access in favor of
SSH and I'm glad to see it happening, for everyone's peace of mind.
The following demonstrates the benefits of open source. I had a problem with the directory listing since FreeBSD was not recognizing some of the flags in the "ls" command. I fired up jEdit, found the source file, and corrected the problem. A quick compile and I added it back to the JAR file and was back at work.
There you have it the software that kept me going. All free and with its source code so you can either improve its design or functionality or just mosey around and see how it works. The software you use will depend on who you work for, since sometimes you don't have any say in the matter. I try to encourage people to use the tools that suit them and that will enable them get the job done in a manner everyone is happy with.
The nice thing about open source is that there are a lot of people willing to share a lot of information. If you want to know more about open-source principles, The Cathedral and the Bazaar by Eric S. Raymond was helpful. Though it may be geared toward the Linux folks, it's still a good read and gives you a bit of history, a few examples, and some other texts to ponder over (once you've read JDJ word for word, though).
Published August 1, 2002 Reads 17,354
Copyright © 2002 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Jason Bell
Jason Bell is founder of Aerleasing, a B2B auction site for the airline industry. He has been involved in numerous business intelligence companies and start ups and is based in Northern Ireland. Jason can be contacted at jasonbell@sys-con.com.
- Kindle 2 vs Nook
- Why IBM’s Server Chief Got Busted
- Is Cloud Computing Like Teenage Sex?
- Industry Experts Discuss the State of Cloud Computing
- Performance Tuning Essentials for Java
- Confessions of a Ulitzer Addict
- Tactical Cloud Computing Panel at 1st Annual GovIT Expo
- It's the Java vs. C++ Shootout Revisited!
- Cloud Computing Can Revitalize Your Career as Software Developer
- IBM Could "Reinvent" Java: Mills
- Oracle & Cloud Computing: Exclusive Q&A with SVP Richard Sarwal
- A Brief History of Cloud Computing
- Kindle 2 vs Nook
- Cloud CEOs, CTOs & SVPs to Speak at 4th International Cloud Computing Expo
- Why IBM’s Server Chief Got Busted
- Is Cloud Computing Like Teenage Sex?
- Industry Experts Discuss the State of Cloud Computing
- Performance Tuning Essentials for Java
- The Difference Between Web Hosting and Cloud Computing
- Cloud Computing Expo: Exclusive Q&A with Yahoo! SVP Cloud Computing
- Ajax in RichFaces 3.3, JSF 2 and RichFaces 4
- Confessions of a Ulitzer Addict
- My Thoughts on Ulitzer
- Tactical Cloud Computing Panel at 1st Annual GovIT Expo
- A Cup of AJAX? Nay, Just Regular Java Please
- Java Developer's Journal Exclusive: 2006 "JDJ Editors' Choice" Awards
- The i-Technology Right Stuff
- JavaServer Faces (JSF) vs Struts
- Rich Internet Applications with Adobe Flex 2 and Java
- Java vs C++ "Shootout" Revisited
- Bean-Managed Persistence Using a Proxy List
- Reporting Made Easy with JasperReports and Hibernate
- Creating a Pet Store Application with JavaServer Faces, Spring, and Hibernate
- What's New in Eclipse?
- Why Do 'Cool Kids' Choose Ruby or PHP to Build Websites Instead of Java?
- i-Technology Predictions for 2007: Where's It All Headed?




































