Dive into Oracle ADF

Send me a mail
 Dive into Oracle ADF   Click to see the XML version of this web page.   (Updated: 2/3/2008; 9:17:28 PM.)
Tips and tricks from Steve Muench on Oracle ADF Framework and JDeveloper IDE

Search blog with Google:
 

Search BC4J JavaDoc:
 

July 2005
Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            
Jun   Aug

Get Firefox!

Thursday, July 21, 2005

One of the few features under development for 10.1.3 that was given an "exception status" when we froze feature coding a month or so ago -- instead of being deferred beyond 10.1.3 -- was the Java "Code Formatting" facility. This lets you configure tons of preferences about how you like your Java code to be formatted, and then apply the code style to one or more files to keep them compliant with the style. New code that you type follows the style, too. I'm happy to report that this exception-item made it into the latest JDeveloper 10.1.3 builds I'm testing in-house. It was a really common request we had from developers, so it's great to have it in as a base feature now. Here's a glimpse at the plethora of options you'll be able to set, save, and share across your team. The collapsed categories each have multiple options as well! [caveat: theoretically options could change before production!]


12:42:05 PM    



I'd remembered reading a blog posting that Brian Duff made some time back about how to use the JDeveloper 10g "Heap Window" while debugging but I'd never had a need to put it into practice until this week.

Googling for "jdeveloper memory leak duff" found me the article: Finding Memory Leaks with JDeveloper's Debugger

I was just blown away by how powerful this feature of our product was. I wrote up some additional tips based on my using the features in practice after reading Brian's article:

 Tips for Using Heap Window and Memory Profiler to Find Memory Leaks

Thanks Brian and Liz!


12:23:26 PM    


Whenever I go hunting in Google for the old blog posting that I remember writing on this topic, I never can find it. Luckily Yahoo! Search found it for me. I've updated the text a little and posted it as a blog story so I can find it more easily again later:

Recommended Validation Strategies


12:06:23 PM    


© Copyright 2008 Steve Muench.