|
||||
Julie manages an IT department at myCompany. She just hired a candidate named Steve, so she aims her browser at a simple HR Web application to enter the new employee data into the HR database.
myCompany built this application using PL/SQL Server Pages (PSPs) based on the PL/SQL code from the original client/server version. myCompany chose to use PSPs as the easiest way for them to move this application to the Web. PSPs are executed as PL/SQL stored procedures. Oracle9iAS features Oracle HTTP Server, which maps Web requests to these stored procedures, turning PL/SQL programmers into Web developers. |