Category Archives: IDE

Useful tips regarding Integraded Development Environments.

EclipseWebEnabler Review

Have you ever been on the road or away from the office when you are struck by an idea for a new features and wanted to debug or prototype your application but found yourself without access to the code base? What if you where able to connect to the Eclipse running on your work desktop [...]

Also posted in Java, Programming, Rant, TechKnow | 1 Comment

Top Technology Podcasts

In no particular order here is the list of of technology related podcasts that I frequently listen to. Cranky Geeks – Not cranky enough, but John C. Dvorak and guest rant on latest technology news. Diggnation – A weekly tech/web culture show based on the top stories on Digg. Drunk and Retired – They are [...]

Also posted in DotNET, Java, Programming, Rant, TechKnow | 14 Comments

YourKit Java Profiler 7.0 Review

Like most developers, I like free software and open source software both for it’s freedom and it’s price. But once in a while there are some software you can’t avoid but to pay for. I was involved in a project recently where I had to profile some Java memory leak in a tight deadline. The [...]

Also posted in Java, Programming, Rant, TechKnow | Leave a comment

JavaOne 2007 Conference Notes

Here are all my notes taken at CommunityOne and JavaOne 2007. I was in San Francisco for 5 days and attended over 40 technical and birds of a feather sessions and managed to put together this 30 page document. For you download pleasure you can find a PDF version of all my conference notes. CommunityOne [...]

Also posted in Conference, HTML/XML, Java, Programming, Ruby, TechKnow | Leave a comment

Ajax and JavaServer Faces Tooling in Eclipse

This JavaOne 2007 technical session started off with Cameron Bateman describing how to use the Eclipse Web Tools Platform (WTP) Project to create JavaServer Faces (JSF) applications and custom tools for Eclipse. This was a discussion better suited for JSF component developers. Eclipse web tools provides a web page editor, JSF configuration model, editor, and [...]

Also posted in Conference, Java, TechKnow | Leave a comment

Anatomy of an Eclipse Rich Client Platform Application

Wayne Beaton, Eclipse Foundation evangelist, gave an overview of the Eclipse Rich Client Platform (RCP). As he spoke, I thought of Eclipse RCP as a Fat Client minus the lard. Wayne described a Rich Client Platform as a system that provides a rich user experience, is platform independent and extensible, and provides a component model. The Eclipse [...]

Also posted in Conference, Java, TechKnow | Leave a comment