Package com.portal.bas


package com.portal.bas
Provides classes and interfaces that comprise the BAS (Business Application System) and framework. The lightweight application framework includes:
  • Code to daisy-chain property files together.
  • Code to daisy-chain resource bundles together.
  • Connection pooling.
  • Thread pooling.
  • Code for controlling permissions.
  • Base-level data formatters.
  • Application context base class, which enables the sharing of beans between clients.
  • Client services, which include a global API to deal with JavaHelp, properties, resources, loading images, error messages, logging, and accessing the thread pool.
  • Code that enables customization without having to convert the BAS data specification format into actual flists.
  • Base Swing Action subclasses that allow clients to build toolbars and menubars from a property file.
See Also: