Dive into BC4J and ADF

Send me a mail
 Dive into BC4J and ADF    Click to see the XML version of this web page.   (Updated: 6/3/2006; 11:50:13 AM.)
Tips and tricks from Steve Muench on Oracle ADF Framework and JDeveloper 10g

Search blog with Google:
 

Search BC4J JavaDoc:
 

November 2003
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            
Oct   Dec

Get Firefox!

Thursday, November 20, 2003

For the JDeveloper 10g production release (9.0.5.1) we've enabled the ability to control the suffixes used by the ADF Business Components design time for entity objects, view objects, and application modules. That way, for example, you could have the custom row interfaces for your view object rows not have the suffix "Row" in them if you prefer. I've experienced more than a handful of customer situations where folks saw our client interfaces were named something like DepartmentRow, and they would say, "That's not OO. It should just be Department and not DepartmentRow". Now you'll be able to have it just be Department if you like.

Also, we've added an option to sort components in a package by component type, so for example this would sort all of your view objects together in the package for easier location. I've seen many customers adopt Hungarian-style component naming conventions to get their VO's to all sort together, EO's together, etc.


11:27:44 PM    



© Copyright 2006 Steve Muench.