PackageDescription
 org.servebox.airfoundry.controlThis package org.servebox.airfoundry.control contains the basic classes for the Controller part of MVC design pattern Learn more at http://java.sun.com/blueprints/patterns/catalog.html
 org.servebox.commons.collectionThe org.servebox.commons.collection contains implementations of collections. Those classes are adaptations of the Java Collections Framework.
 org.servebox.commons.comparatorThis package org.servebox.commons.comparator contains interface and basic comparator implementations.
 org.servebox.commons.errorsThis package org.servebox.commons.errors contains commons servebox action framework specific errors.
 org.servebox.commons.mapThe org.servebox.commons.map contains implementations of maps. Those classes are adaptations of the Java Collections Framework.
 org.servebox.commons.utilsThe org.servebox.commons.utils contains commons utilities for common operation on basic type ( String / Object / Array / Date ... )
 org.servebox.commons.utils.hashThe org.servebox.commons.utils.hash contains commons utilities for hashing strings
 org.servebox.commons.utils.rpcThe org.servebox.commons.utils.rpc contains commons utilities for common operation on URI
 org.servebox.commons.valueThis package org.servebox.commons.value contains Wrapper and Interface for the "value object " design pattern.
 org.servebox.foundry.controlThis package org.servebox.control contains the basic classes for the Controller part of MVC design pattern Learn more at http://java.sun.com/blueprints/patterns/catalog.html
 org.servebox.foundry.control.externalressource 
 org.servebox.foundry.modelThis package org.servebox.model contains the basic classes for the Model part of MVC design pattern Learn more at http://java.sun.com/blueprints/patterns/catalog.html
 org.servebox.foundry.observationThis package org.servebox.observation contains the basic classes for the following design pattern implementation. - Observer / observable ( learn more at http://java.sun.com/blueprints/patterns/catalog.html )
 org.servebox.foundry.serviceThis package org.servebox.foundry contains the basic classes for the following design pattern implementation. - Business Delegate ( IBusinessDelegate, AbstractBusinessDelegate ) - ServiceLocator ( ServiceLocator, ServiceAlreadyRegisteredError, ServiceNotFoundError ) You can learn more at http://java.sun.com/blueprints/patterns/catalog.html
 org.servebox.foundry.transferThis package org.servebox.transfert contains the basic classes for the following design pattern implementation. - Transfert Object ( more at http://java.sun.com/blueprints/patterns/TransferObject.html )
 org.servebox.foundry.valueThis package org.servebox.foundry contains Abstract implementation of IBasicObject interface
 org.servebox.foundry.viewThis package org.servebox.foundry.view contains the servebox actionscript foundry extension of all container classes such as VBox, HBox, Canvas.... All org.servebox.foundry.view container classes implements IView. The IView interface permits the deep browsing operation via FlexBrowser. It contains the basic classes for the View part of MVC design pattern. Learn more at http://java.sun.com/blueprints/patterns/catalog.html
 org.servebox.foundry.widgetThis package org.servebox.foundry.widget contains Widget base classes. Widgets are designed to separate MXML and actionscript3 code ( such as view and viewhelper ) for reusable visual components. Widget contains MXML, and WidgetManager contains as3 code. Read the online documentation for learning more about widgets.
 org.servebox.toolbox.aclThis package org.servebox.toolbox.acl contains ACL ( Access Control List ) implementation
 org.servebox.toolbox.acl.exceptionThis package org.servebox.toolbox.acl.exception contains ACL ( Access Control List ) exceptions
 org.servebox.toolbox.acl.notificationThis package org.servebox.toolbox.acl.notification contains ACL ( Access Control List ) notifications
 org.servebox.toolbox.acl.parsingThis package org.servebox.toolbox.acl.parsing contains ACL ( Access Control List ) parser implementation
 org.servebox.toolbox.acl.serviceThis package org.servebox.toolbox.acl.service contains ACL ( Access Control List ) classes used for services
 org.servebox.toolbox.browsingThis package org.servebox.toolbox.browsing contains the deep browsing mechanism inside IView elements
 org.servebox.toolbox.browsing.comparator 
 org.servebox.toolbox.formThis package org.servebox.toolbox.smartform contains SmartForm, SmartForm is designed to ease forms management in Flex Appplication. Learn more at http://www.servebox.org/en/actionscript-foundry/actionscript-foundry-documentation/using-smartform/
 org.servebox.toolbox.form.elementsThis package org.servebox.toolbox.smartform.elements contains all specific SmartForm elements. Specific SmartForm elements extends basic form elements such as TextInput or ComboBox.
 org.servebox.toolbox.form.eventThis package org.servebox.toolbox.smartform.event contains all specific SmartForm events.
 org.servebox.toolbox.form.managerThis package org.servebox.toolbox.smartform.manager contains all specific SmartForm managers.
 org.servebox.toolbox.form.rendererThis package org.servebox.toolbox.smartform.renderer contains all specific SmartForm renderers.
 org.servebox.toolbox.form.validatorThis package org.servebox.toolbox.smartform.validator contains all specific SmartForm validators.
 org.servebox.toolbox.globalizationThis package org.servebox.toolbox.globalization contains classes for multilingual application base on a xml file
 org.servebox.toolbox.searchThis package org.servebox.toolbox.search contains classes for search into objects or multidimensional data with different criteria defined by SearchProperty
 org.servebox.toolbox.serviceThis package org.servebox.toolbox.service contains remote call responders.
 org.servebox.toolbox.skinThis package org.servebox.toolbox.skin contains programmatic skins.
 org.servebox.toolbox.viewThis package org.servebox.toolbox.view contains extended advanced controls and interfaces for handling commons operation before entering or leaving IView.