Package com.portal.web


package com.portal.web
Contains the source for the main Infranet WebKit servlets and servlet utility classes. The servlet performs these functions:
  • Loads the WebKit.properties file.
  • Initializes the BAS Client Connection Pooling Service, that is, PPooledConnectionClientServices().
  • Performs an explicit login on the BAS client service based on the properties defined in the WebKit.properties file.
  • Handles the user login component, validates the user, and saves the account model handle.
  • Sets up a new connection to Infranet Connection Manager from the pool.
  • Saves the connection in the session and removes it when the session is invalidated.
See Also: