On Friday 16 January 2004 07:29, [EMAIL PROTECTED] wrote:
> what I have in mind is e.g. to have a component that lets me define
> pointcuts for debugging in order to be able to se more detail than debug
> messages runtime. Another case could be the mock objects for test cases,
> e.g. add a testimplementation of an interface by intercepting the default
> implementation and provide sample data etc.

1. I think we could add a "hook" in the component Proxy, so that you can 
define entry and exit aspects (programmatically).

2. Mock objects is very blur to me what you have in mind. Does "interface" 
refer to "service interface" or any interface?

3. More solid integration with AOP solutions, such as AspectJ and AspectWorkz, 
is a much more serious debate and should definately be over at dev@ list.

Cheers
Niclas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to