This tutorial introduced you to the basics of building web applications
with WebLogic Workshop page flows.
Concepts and Tasks Introduced in This Tutorial
JSP files make up the presentation layer of a web application
JPF files contain the code, individual Action methods, that determines
the major features of a Workshop web application: how users navigate from
page to page, and how data moves around the application.
User input data is data bound to Form Beans before the data is submitted
to an Action method.
Built-in Workshop Java controls (web service controls, database
controls, etc.) and custom Java controls (JCS files) provide access to the
back-end data resources of a web application.
You can use the <netui...> tag library to data bind to Java
objects and render them as HTML.