Weblogic Introduction

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Weblogic Introduction as PDF for free.

More details

  • Words: 162
  • Pages: 1
Why Use Page Flows? As a web application developer, WebLogic Workshop page flows are designed to make your job easier. By using page flows, you can avoid making the typical mistakes that often happen during web application development, by separating presentation, business logic implementation, and navigational control. Page flows allow you to separate the user interface code from navigational control and other business logic. User interface code can be placed where it belongs, in the JSP files. Navigational control can be implemented easily in a page flow's single controller file, which is the nerve center of your web application. A controller file is a special Java file that uses a JPF file extension. Business logic can be implemented in the page controller file, or in Java controls that you call from JPF files.

JPF can greatly improve the modularity and extensibility of your Java systems and minimize support and maintenance costs. JPF provides a runtime engine that dynamically discovers and loads "plug-ins".

Related Documents