-
Notifications
You must be signed in to change notification settings - Fork 4
Package and Class Descriptions
Jonathan Samples edited this page Mar 8, 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 synchronization-
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... -
metadata- Classes to support entity class metadata maintenance. -
services- Interfaces and implementations of sync persistence. -
vo- All "Value Objects" or POJOs to support sync message passing.
-
-
-
amqp- support classes for interacting with message queue -
datasource- support classes for database connection pooling -
defaults- unused -
framework- Base classes and interfaces for building ActiveStack entity model -
hibernate.types- hibernate type extensions -
serial- serialization support -
utils- various utility classes