[aida] Custom request handling howto?

Michael Rueger m.rueger at acm.org
Tue Nov 20 11:28:07 CET 2007


Hi all,

after tinkering with Aida a bit I'm trying to setup a handler for a REST 
callback. I thought registering a Resource would do the trick, but it 
seems AIDA still goes through the motions of finding an App object for 
the Resource object.
Am I overlooking something or is there currently no way to bypass this 
hardwired dispatching to object/app pairs?
I could imagine that double dispatching the lookup could solve this 
problem, so registered objects/resources could bring their own custom 
request handling with them. Or introducing handler objects that define 
how the lookup and the request handling is done. So we could have 
handler objects for object/app pairs (maybe with additional scope), raw 
request handlers, etc...

Suggestions? Ideas? Pointers?

Thanks

Michael


More information about the Aida mailing list