More info on JSP support for Eclipse

This is a follow-up to my previous posting on several Eclipse shortcomings, mostly regarding JSP support. As I was confused by the relationship between the official M1 release of the Eclipse Web Tools Platform Project and the various initial contributions, I did a little more research on this. It turns out that quite a few people on the Eclipse newsgroups had the same question… The initial contributions (IBM and Lomboz) are now obsolete and will be replaced by the WTP....

November 7, 2004 · 2 min · 313 words · DigitalHobbit

Introducing The Road to Hibernate

Here is a nice tutorial for Hibernate, a Java-based ORM (object-relational mapping) tool. In the last couple of years, I’ve been fairly removed from the database layer, as the applications I have worked on all had some kind of proprietary database abstraction layer, and most of my work was on the application layer above. It’s likely that I will get closer to the database layer again, and while I am still confident enough in my SQL and JDBC skills, I feel that an ORM tool such as Hibernate can save a lot of time in many cases....

October 23, 2004 · 1 min · 171 words · DigitalHobbit

Jarhoo

Why hasn’t anybody thought of this before? If you’re a Java developer, I’m sure you’ve often run into class not found exceptions and had a hard time chasing down the missing JAR file. Jarhoo provides a simple search page that can identify the JAR file or package that corresponds to a particular class. Its growing database currently comprises 246344 classes, 2305 JAR files, and 25 applications. (via TheServerSide.com) It’s simple tools like Jarhoo and JDocs that can make a Java developer’s life much easier....

October 23, 2004 · 1 min · 84 words · DigitalHobbit

Eclipse vs. other IDEs

IBM has published a series of articles that compare Eclipse to various other IDEs. The three articles are titled “Migrating to Eclipse…”, which makes it pretty clear that there is an obvious bias towards Eclipse. Nevertheless, if you are familiar with one of the other IDEs, this might be a worthwhile read. Eclipse vs. IntelliJ IDEA Eclipse vs. JBuilder Foundation Eclipse vs. Netbeans Personally, I’m still torn between IntelliJ IDEA and Eclipse....

September 11, 2004 · 2 min · 218 words · DigitalHobbit

JRuby

IBM has published another article in their alt.lang.jre series, this time on JRuby. JRuby is a pure Java implementation of the Ruby language. Ruby is often described as an object-oriented scripting language, and it combines the pure OO features of Smalltalk with powerful scripting features along the lines of Perl or Python. I have used various scripting languages (mostly Perl and Ruby) here and there, but never long enough to really become proficient in any of them....

September 11, 2004 · 1 min · 179 words · DigitalHobbit