Archive for February, 2007
JBuilder 2007 Code Assist / JBuilder 2006 CodeInsight
One of the annoying differences for me between JBuilder 2006 and JBuilder 2007 has been one way Content Assist (JB2007/Eclipse terminology) functions in comparison to CodeInsight (JB2006 terminology). In JB2006, when you invoke CodeInsight in the middle of an expression and select a method, JB2006 overwrites the relevant part of expression, leaving you with a [...]
Posted by Charles Overbeck on February 27th, 2007 under Eclipse, JBuilder | 3 Comments »JBuilder 2007 Usability Survey
The JBuilder team would love to get feedback on how were doing with the usability of JBuilder 2007. We’ve created a really short survey (12 questions) to get that feedback, it’s here: http://www.surveymonkey.com/s.asp?u=109923283362
Share This | Email this page to a friend
Better Debugging Tip with JBuilder 2007
In an earlier blog I complained about JBuilder 2007/Eclipse not having the "Quick Step into" feature that is in JBuilder 2006. Well, it turns out I was wrong. In doing his Making the switch to JBuilder 2007 video, Ken Chan found out how. Not only does JB2007 have the feature, it’s little more powerful than [...]
Posted by Charles Overbeck on February 8th, 2007 under Eclipse, JBuilder | Comment now »Java, Serializable, and Externalizable, Part II
In response to my last blog on Externalizable, a comment by Benoit pointed out some issues that I forgot to cover.
You need to call super.writeExternal() and super.readExternal() if you want fields from the base class(es) initialized too. It doesn’t matter if where you invoke the super method, as long as it is done in [...]
Posted by Charles Overbeck on February 2nd, 2007 under Java | Comment now »Server Response from: dnrh2.codegear.com

RSS Feed