Cargando…

Oracle JDeveloper 11gR2 Cookbook.

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 JDev...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Haralabidis, Nick
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Pub., 2012.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Oracle JDeveloper 11gR2 Cookbook; 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 readyHow 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 classGetting 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 readyHow 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.