Understanding Web Libraries

A web library is a derived or work record whose name starts with WEBLIB_. Oracle's PeopleSoft embeds all internet scripts (iScripts) in records of this type. An iScript is a specialized PeopleCode function that generates dynamic web content. Administrators must make sure that users have the proper access to web libraries. For example, the default navigation system for Oracle's PeopleSoft Pure Internet Architecture users is implemented by using a web library. If users do not have the proper authorization to the web library and its associated scripts, then they won't have proper access to the system. If users are not authorized to a particular web library or iScript, then they can't invoke it. After you add a web library, you set the access for each script function individually. Invoking an iScript requires the assembly of a URL. Developers assemble the URL by using PeopleSoft PeopleCode.

See PeopleTools PeopleCode API Reference, PeopleTools Security Administration, PeopleTools: Portal Technology