Hi, guys! I get a request I parse it I detect what command I have to run. I compose it and call its run method. Now the problem is I have to pass paramters to some of the commands but I do not want to pass them in the arguments to the run method, I would like to have some context associated with the thread and parser would set those onto the context then I would retrieve those inside the particular implementation of the command. Does qi provide any help with this? I have a feeling it should be able to do something similar in other places but I can not find anything useful that would move me forward.
Thanks, Alex. _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

