Weblogic Introduction
Weblogic Introduction
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".