Changes between Version 3 and Version 4 of IdeasForVersionThree
- Timestamp:
- 01/03/13 10:59:07 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IdeasForVersionThree
v3 v4 18 18 19 19 * automatic deployment of handlers based on annotations 20 * e.g., @Tag(name="scope", value="myApp") @DelightHandler 21 * or @DelightHandler(scope="myApp") 22 * fetching handlers by scope (maybe also a pattern) methodInvocationManager.addHandlerByScope("myApp") 20 23 21 24 * Basic processing cycle