October 2012
Intermediate to advanced
590 pages
15h 18m
English
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "The adf-settings.xml file keeps the UI project configurations."
A block of code is set as follows:
import oracle.jbo.ApplicationModule; import oracle.jbo.Row; import oracle.jbo.ViewObject; import oracle.jbo.client.Configuration; public class TestClient { public static void main(String[] args) { String amDef = "com.packtpub.adfguide.ch2.model.service.HRServiceAppModule"; String config = "HRServiceAppModuleLocal"; ApplicationModule am = Configuration.createRootApplicationModule(amDef, config); // Work with your ...Read now
Unlock full access