You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jonathan Samples edited this page Mar 7, 2016
·
3 revisions
The base package is com.percero because Percero was the original name of the framework and we haven't done the work actually rename all of the code yet. All of the package names outlined below will assume the base package name of com.percero.
agents - All framework support classes for handling the various types of client interactions
access.vo - Support classes for implementing access controls
auth - Support classes for implementing authentication
helpers - Base classes for extension of authentication
hibernate - Support classes for using hibernate (mysql) as your authentication persistence layer.
services - Service classes for out-of-the-box authentication providers
vo- All "Value Objects" or POJOs to support authentication message passing.
sync - All framework support classes for handling syncronization
access - Support classes for implementing access controls for sync
annotations - Active Stack annotation definitions
cache - Sync caching support
connectors - Various connection support
cw - Change watcher support
dao - Data Access Object persistence pattern support
datastore - Old cache package
exceptions - Active Stack custom exceptions
helpers - Hooks into specific processing points (e.g. post save processing).
hibernate - Support for hibernate as persistence pattern.
jobs - Update table implementation. Should really be renamed...