Developing Web Applications with Oracle ADF Essentials

Developing Web Applications with Oracle ADF Essentials

Language: English

Pages: 270

ISBN: 1782170685

Format: PDF / Kindle (mobi) / ePub


Quickly build attractive, user-friendly web applications using Oracle's free ADF Essentials toolkit

Overview

  • Quickly build compete applications with business services, page flows, and data-bound pages without programming
  • Use Java to implement any business rule or application logic
  • Choose the right architecture for high productivity and maintainability
  • Follow a common example application that illustrates the key concepts throughout the book

In Detail

With ADF, Oracle gives you the chance to use the powerful tool used by Oracle’s own developers. Modern enterprise applications must be user-friendly, visually attractive, and fast performing. Oracle Fusion Applications are just that; but to get the desired output you need proven methods to use this powerful and flexible tool to achieve success in developing your enterprise applications.

"Developing Web Applications with Oracle ADF Essentials" explains all you need to know in order to build good-looking, user-friendly applications on a completely free technology stack. It explains the highly productive, declarative development approach that will literally have your application running within a few hours, as well as how to use Java to add business logic.

"Developing Web Applications with Oracle ADF Essentials" tells you how to develop and deploy web application applications based on the highly productive and free Oracle ADF Essentials framework. You will first learn how to build business services on top of database tables, and then how to easily build a web application using these services. You will see how to visually design the flow through your application with ADF task flows, and how to use Java programming to implement business logic. Using this book, you can start building and deploying advanced web applications on a robust, free platform quickly.

Towards the end, you will be ready to build real-world ADF Essentials applications and will be able to consider yourself an ADF Essentials journeyman.

What you will learn from this book

  • Set up a complete, free development environment with MySQL, GlassFish, JDeveloper, and ADF Essentials
  • Create business services based on database tables – without programming
  • Visually design your application with ADF task flows
  • Build application pages with advanced user interface components, automatically mapping them to business services
  • Add business logic with regular Java programming, working with user interface elements and database data
  • Divide your application into reusable ADF libraries for efficient development in larger teams
  • Debug your application through all layers of the architecture
  • Implement role-based security
  • Set up automated build processes
  • Package and deploy your application to test and production environments

Approach

"Developing Web Applications with Oracle ADF Essentials" covers the basics of Oracle ADF and then works through more complex topics such as debugging and logging features and JAAS Security in JDeveloper as the reader gains more skills. This book will follow a tutorial approach, using a practical example, with the content and tasks getting harder throughout.

HTML5 & CSS3 For The Real World

PHPUnit Essentials

Java EE 7 Developer Handbook

Pro HTML5 and CSS3 Design Patterns

Programming Microsoft ASP.NET MVC (3rd Edition)

Computer Arts [UK] (November 2015)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

2. In step 2, move the Film entity object to the Selected box on the right in order to create an entity-based view object. 3. In step 3, don't change anything (that is, do not create any query-based view objects). 4. In step 4, leave the defaults (that is, create an Application Module). [ 39 ] My First ADF Essentials Application 5. In step 5, you can leave the defaults (that is, do not create a business component diagram). If you are curious, feel free to check the checkbox to see the

or similar) and start the Business Components from Tables wizard (File | New | Business Tier | ADF Business Components | Business Components from Tables). Remember to choose SQL92 as the SQL Platform and choose Java as Data Type Map. The SQL Platform setting controls the SQL statements that ADF generates. If you know you'll be using a specific database, you can select it to allow ADF to build optimized SQL for that platform. SQL92 is a standard that is supported by all modern databases, including

change the name to CustomerSearchResult as shown in the following screenshot: °° Click on the > button to create a view object instance in the right-hand box. °° Then expand the CustomerVO node to the left to see the node RentalVO via CustomerRentalLink. Select this node and give it the name RentalUnreturned in the New View Instance field, and then shuttle it to the right. It should appear under the CustomerSearchResult view object instance in the right-hand side of the dialog. Note that

look something like as shown in the following code snippet: package com.vesterli.demo.rental.view.beans; import ... public class ReturnBean { private RichTable filmRentalTable; public RentalBean() { } public String returnDvd() { [ 148 ] Chapter 4 } public void setFilmRentalTable (RichTable filmRentalTable) { this.filmRentalTable = filmRentalTable; } public RichTable getFilmRentalTable () { return filmRentalTable; } } Connect the RichTable property to ReturnBean by returning to the showRentals

the lib directory of the GlassFish domain where you want to run ADF Essentials applications. If you performed the installation as described earlier in the chapter, the lib directory will be c:\adfessentials\glassfish3\glassfish\ domains\domain1\lib. Setting the GlassFish JVM parameters Because ADF applications are a bit more memory-hungry than the average JEE application, you will need to change the GlassFish JVM settings. In a web browser, go to the GlassFish Administration page (by default on

Download sample

Download