
Oracle JDeveloper 11gR2 Cookbook.
Title:
Oracle JDeveloper 11gR2 Cookbook.
Author:
Haralabidis, Nick.
ISBN:
9781849684774
Personal Author:
Edition:
1st ed.
Physical Description:
1 online resource (487 pages)
Contents:
Oracle JDeveloper 11gR2 Cookbook -- Table of Contents -- Oracle JDeveloper 11gR2 Cookbook -- Credits -- Foreword -- About the Author -- About the Reviewers -- www.PacktPub.com -- Support files, eBooks, discount offers and more -- Why Subscribe? -- Free Access for Packt account holders -- Instant Updates on New Packt Books -- Preface -- What this book covers -- What you need for this book -- Who this book is for -- Conventions -- Reader feedback -- Customer support -- Downloading the example code -- Errata -- Piracy -- Questions -- 1. Prerequisites to Success: ADF Project Setup and Foundations -- Introduction -- Installation of JDeveloper on Linux -- Getting ready -- How to do it... -- How it works... -- There's more... -- Configuring JDeveloper with a 64-bit JDK -- Configuring the JDeveloper user directory -- Breaking up the application in multiple workspaces -- How to do it… -- How it works… -- There's more… -- Adding the ADF Library JAR manually -- Defining the application module granularity -- Entity objects, list of values (LOVs), validation queries -- Setting up BC base classes -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Setting up logging -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Using a custom exception class -- Getting ready -- How to do it… -- How it works… -- There's more… -- Bundled Exceptions -- See also -- Using ADFUtils/JSFUtils -- Getting ready -- How to do it… -- How it works… -- Locating an iterator binding -- Locating an operation binding -- Locating an attribute binding -- Getting and setting an attribute binding value -- Getting the binding container -- Adding Faces messages -- Finding a component in the root view -- Getting and setting managed bean values -- Using page templates -- Getting ready -- How to do it… -- How it works… -- There's more….
Using a generic backing bean actions framework -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- 2. Dealing with Basics: Entity Objects -- Introduction -- Using a custom property to populate a sequence attribute -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Overriding doDML() to populate an attribute with a gapless sequence -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Creating and applying property sets -- getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using getPostedAttribute() to determine the posted attribute's value -- Getting ready -- How to do it... -- How it works... -- See also -- Overriding remove() to delete associated children entities -- Getting ready -- How to do it... -- How it works... -- There's more... -- Overriding remove() to delete a parent entity in an association -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using a method validator based on a view object accessor -- Getting ready -- How to do it… -- How it works... -- There's more... -- See also -- Using Groovy expressions to resolve validation error message tokens -- Getting ready -- How to do it... -- How it works... -- See also -- Using doDML() to enforce a detail record for a new master record -- Getting ready -- How to do it... -- How it works... -- See also -- 3. A Different Point of View: View Object Techniques -- Introduction -- Iterating a view object using a secondary rowset iterator -- Getting ready -- How to do it... -- How it works... -- There's more... -- Pitfalls when iterating over large rowsets -- See also -- Setting default values for view row attributes -- Getting ready -- How to do it... -- How it works... -- There's more...
Specifying default values at the entity object level -- See also -- Controlling the updatability of view object attributes programmatically -- Getting ready -- How to do it... -- How it works... -- There's more... -- Controlling attribute updatability at the entity object level -- See also -- Setting the Queryable property of a view object attribute programmatically -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using a transient attribute to indicate a new view object row -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Conditionally inserting new rows at the end of the rowset -- Getting ready -- How to do it... -- How it works... -- There's more... -- Inserting new rows at the beginning of the rowset -- See also -- Using findAndSetCurrentRowByKey() to set the view object currency -- Getting ready -- How to do it... -- How it works... -- There's more... -- Range paging optimization -- See also -- Restoring the current row after a transaction rollback -- Getting ready -- How to do it… -- How it works... -- There's more... -- See also -- Dynamically changing the WHERE clause of the view object query -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Removing a row from a rowset without deleting it from the database -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- 4. Important Contributors: List of Values, Bind Variables, View Criteria -- Introduction -- Setting up multiple LOVs using a switcher attribute -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Setting up cascading LOVs -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Creating static LOVs -- Getting ready -- How to do it... -- How it works...
There's more... -- See also -- Overriding bindParametersForCollection() to set a view object bind variable -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Creating view criteria programmatically -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Clearing the values of bind variables associated with the view criteria -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Searching case insensitively using view criteria -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- 5. Putting them all together: Application Modules -- Introduction -- Creating and using generic extension interfaces -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Exposing a custom method as a web service -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Accessing a service interface method from another application module -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- A passivation/activation framework for custom session-specific data -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Displaying application module pool statistics -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Using a shared application module for static lookup data -- Getting ready -- How to do it… -- How it works... -- There's more... -- See also -- Using a custom database transaction -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- 6. Go with the Flow: Task Flows -- Introduction -- Using an application module function to initialize a page -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also.
Using a task flow initializer to initialize a task flow -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Calling a task flow as a URL programmatically -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Retrieving the task flow definition programmatically using MetadataService -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Creating a train -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- 7. Face Value: ADF Faces, JSF Pages, and User Interface Components -- Introduction -- Using an af:query component to construct a search page -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Using an af:pop-up component to edit a table row -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Using an af:tree component -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Using an af:selectManyShuttle component -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Using an af:carousel component -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Using an af:poll component to periodically refresh a table -- Getting ready -- How to do it… -- How it works… -- See also -- Using page templates for pop-up reuse -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Exporting data to a client file -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- 8. Backing not Baking: Bean Recipes -- Introduction -- Determining whether the current transaction has pending changes -- Getting ready -- How to do it… -- How it works… -- There's more… -- See also -- Using a custom af:table selection listener -- Getting ready -- How to do it….
How it works….
Abstract:
"Oracle JDeveloper 11gR2 Cookbook" is a practical cookbook which goes beyond the basics with immediately applicable recipes for building ADF applications at an intermediate-to-advanced level. If you are a JavaEE developer who wants to go beyond the basics of building ADF applications with Oracle JDeveloper 11gR2 and get hands on with practical recipes, this book is for you. You should be comfortable with general Java development principles, the JDeveloper IDE, and ADF basics.
Local Note:
Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2017. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries.
Genre:
Electronic Access:
Click to View