Mar 242005
 

About two months ago, I mentioned Oracle’s JDeveloper 10.1.3 preview.

I decided to get my hands dirty. Although I’m not the best Java developer (I have to learn the language first!) I’ve had my share of working with different IDE’s and development environments. What struck me as extremely usefull, were two things.

1) Refactoring
Almost with the click of your mouse you can rename (or something else) a part of your project, and JDeveloper will do the nasty work for you.

2) Import-suggestions
I don’t know if other versions of JDeveloper have this feature, but whenever using a function for which the library (don’t know the Java jargon yet) is not included yet, a hint suggesting “import javax.swing.UIManager; alt-Enter” comes up. If you do press alt-Enter, the suggestion is added to your import-list. Major feature! No more remembering in what library (sorry folks) that function (give me some slack) resides, just type it in, and JDeveloper will take care of it.

What annoys me, are the close-buttons on the tabs. They appear when you hover your mouse over the tab, say, to activate another tabsheet. But it’s big (on my screen) and within 10 minutes of playing with JDev I accidentally pressed it quite a few times. It’s no problem when you have outstanding changes, since JDev will ask you to save the file and at that moment you can press cancel. But unaltered files are closed in a jiffy.

Update: my point 2 is called “import assistance” as you can read on this page.

 Posted by at 22:40
Mar 242005
 

I use Outlook (came with my iPaq) and I’m not the cleaning kind. Recently I checked the size of my PST file, and saw that its size is over 800MBytes. Since the disk it’s on also houses my “internet cache”, this disk is … well … let’s say fragmented. I think there is no file on that disk that resides in one contiguous part.

Since the recent disk-switch, I have a partition with over 30GByte of diskspace, so I closed Outlook, moved the PST file to the other disk (from a SCSI-Wide disk to a IDE Ultra/100 disk) and started defrag to be able to copy the PST file back, but less fragmented.

So I thought, what would happen if I start Outlook now? Will it ask for the new location of the PST file? To my surprise it did. After pointing to it, Outlook gives a message about not being able to open “…blabla personal folder bla bla…” and then quits. When I started Outlook again, everything was there, as expected. With one exception: there was no rattling of the disk, and the startup is almost instantly. Wow. Accessing a file of over 800MBytes, and still maintaining an “instant-on” feeling really impressed me. I know Outlook isn’t the best tool around (I must use it to be able to synchronize the iPaq), but this kind of performance is superb.

 Posted by at 00:36