Changes between Version 4 and Version 5 of IdeasForVersionThree


Ignore:
Timestamp:
01/03/13 11:19:53 (11 years ago)
Author:
lauer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IdeasForVersionThree

    v4 v5  
    2222  * fetching handlers by scope (maybe also a pattern) methodInvocationManager.addHandlerByScope("myApp") 
    2323 
     24* Processing building blocks 
     25 * ParameterConversionManager: handles transformations of parameter values api representation <-> transport representation 
     26 * MethodAnalyzer: searches for annotations for some api method 
     27 * MethodCallSender: performs sending a call through some transport (e.g., making the http call) 
     28 * HandlerMethodInvocationManager: server-side, finds appropriate handler for an incoming call, performs method invocation 
     29  
     30 
    2431* Basic processing cycle 
    2532 1. handle interface call (proxy invocation handler) 
     
    3542 1. convert return value back to java representation 
    3643 1. return value in interface call 
     44 
     45== Questions ==