Oracle ADF real world developer's guide
Become an ADF expert with essential tips n' tricks and case studies for leveraging your ADF applications
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Birmingham, [Eng.] :
Packt Publishing
2012.
|
Edición: | 1st edition |
Colección: | Professional expertise distilled
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628582806719 |
Tabla de Contenidos:
- Cover; Copyright; Credits; About the Author; Acknowledgement; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Oracle ADF; Introduction to Oracle ADF; Why Oracle ADF?; Oracle ADF architecture; View layer; Controller layer; Model layer; Business services layer; Comparing the Fusion web application technology stack to the Java EE web application; View layer; Controller layer; Data binding layer; Business service layer; Developing with ADF; Setting up the development environment; Picking up the tool for development
- Setting up the Software Configuration Management toolBuild tool; Team collaboration; Taking a quick tour of the JDeveloper IDE; Your first Fusion web application; Starting JDeveloper IDE for the first time; Picking up the right application template; Analyzing the generated metadata files; Connecting to the database; What happens when you create a database connection?; Generating the data model and business services; Building entity objects to persist your business data; Building view objects to shape your business data
- Building an application module to facade your business service implementationWhat is there in your model project source now?; Building user interfaces from the model; What have you got in your view controller project source now?; Deploying and running the application; Running the application using an integrated webLogic server; Running the application on a standalone application server; Summary; Chapter 2: Introduction to ADF Business Components; Business service layer; Why ADF Business Components?; Overview of ADF Business Components; Oracle ADF Business Components' feature list
- Core building blocksEntity objects; Associations; View objects; View links; Row sets; Query collections; Application modules; Services and service data objects; Building a simple business service; ADF Business Components configuration files; Oracle ADF Model Tester; Using the ADF Model Tester to test the CRUD operations on business data; Testing business methods; Java test client for ADF Business Components; Understanding the runtime behavior of ADF Business Components; Roles and responsibilities of the view object, row set, and query collection; A closer look at query collection
- What happens when you execute an entity-based view object?What happens when you commit a transaction?; Summary; Chapter 3: Entity Objects; Introduction; Ingredients of an entity object; Runtime collaboration between business components; Core features of ADF entity objects; Developing entity objects; Creating a database connection; Initializing the ADF model project; Creating entity objects; Choosing the database object type; Generating Java classes for entity components; Commonly used properties of an entity attribute; Attribute names in an entity object; Attribute types in an entity object
- Using a resource bundle to localize UI hint properties