mathiasbroekelmann / mediahub

prototype for a modular media server mainly written in scala
3 stars 0 forks source link

provide service(s) for request/session scoped beans #1

Open mathiasbroekelmann opened 14 years ago

mathiasbroekelmann commented 14 years ago

Request and session scoped beans are commonly used in webapps. Modules should be able to scope bean instance to request of session livetime. In order to do so a service needs to be exported which allows the registration of such beans.