Java Application Access Platform
Oxyent DI based Java Framework
Today there is a greater focus than ever on reusing existing components and wiring together disparate components to form a unified architecture. But this wiring can quickly become a intimidating task because as application size and complexity increase, so do dependencies. One way to lessen the proliferation of dependencies is by using Dependency Injection (DI), which allows you to inject objects into a class, rather than relying on the class to create the object itself.
JAAP Framework is one such framework based on Dependency Injection pattern
- Implements Observer, Strategy and behaviour patterns etc. for component communication
- Contains Object Broker build on creation patterns to create different type of components
- Handles concurrency, scalability issues
- Contains Registry pattern to load allow lazy loading of components
- Manage lifecycle and collaboration related needs of components
|