Coadunation Java Server
The Coadunation Java Server is at the core of the project. It provides the framework in which everything operates. It provides:
- Containers
- SSO
- Plugable Authentication and Authorisation
- Daemon Deployment
- JNDI
- Data Sources
- RMI
- IIOP
- User Based Threading
- Remote and Local interface support
- Web Services
- Audit Trailing
- Configuration
- Security
- Caching
- etc
This is all provided by the following core libraries:
- CoadunationBase
Responsible for boot strapping the environment and setting up the classloader correctly. - CoadunationLib
Responsible for most of the functionality in Coadunation's core. - CoadunationUtil
A set of connection handling utilities. - CoadunationCommon
A set of common libraries. - CoadunationSecurity
A basic set of security JAAS classes used by Coadunation. - CoadunationClient
The client JNDI libraries. - CoadunationHibernate
Libraries responsible for setting up a hibernate singleton within a daemon if required.
Tags:
