Changes between Version 5 and Version 6 of IdeasForVersionThree


Ignore:
Timestamp:
01/03/13 11:36:50 (11 years ago)
Author:
lauer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IdeasForVersionThree

    v5 v6  
    4444 
    4545== Questions == 
     46 
     47* Configuration 
     48 * instances or only classes in configuration object? 
     49  * classes  
     50   * pro: delight creates instances and injects references to other building blocks, can be stored in a property file 
     51   * con: additional configuration might be required (e.g., XML-RPC settings for sending and receiving a call) 
     52  * instances 
     53   * pro: properly configured instances, ready to use 
     54   * con: instances must be created at delight config time 
     55 
     56* JAX-RS 
     57 * does this really make sense?