Ticket #21 (closed defect: fixed)
Align ModuleContext with ApplicationContext
| Reported by: | bruno | Owned by: | bruno |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | core/kauri-runtime | Version: | trunk |
| Keywords: | Cc: |
Description
Currently we don't use ApplicationContext? anywhere in Kauri. It provides however some Restlet features like the MetadataServiceRegistry? which users expect to find on the ApplicationContext?.
Discussion with Restlet people provided the conclusion that it's best to make ModuleContext? and ApplicationContext? the same thing.
Change History
Note: See
TracTickets for help on using
tickets.
This has been fixed for a while, there is an ApplicationContext? per module and requests to any of the module's restservices are routed through it.