March 2002
Intermediate to advanced
464 pages
8h 51m
English
A stand-alone Java application is appropriate when the client performs an administrative function on a specific machine with a limited user base. A web component client, on the other hand, can run on any machine with a web browser as long as it is connected to a J2EE application server (either directly or across the Internet). In this section, we'll create a JSP component that is a typical browser-based procedure. This JSP program will be a web-enabled version of the Loan EJB client that we showed you in the previous section.
If you are already familiar with JSP and servlets, you can skip this section. JSP is really just a front end for servlets, so let's provide an overview ...
Read now
Unlock full access