Changes between Version 2 and Version 3 of CORE_MVC_BASE_R2


Ignore:
Timestamp:
07/21/09 16:13:34 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CORE_MVC_BASE_R2

    v2 v3  
    4343   * This is achieved in the following manner - we obtain the operationDef object - corresponding to the particular operation, then we get from the enumeration the appropriate enum field representing the current SimpleOperation and finally we obtain its sortkey if such is available. 
    4444 
    45  * The class org.sophie2.core.mvc will be modified. 
     45 * The class org.sophie2.core.mvc.CoreMvcModule will be modified. 
    4646  * In the existing public static class OperationPoint which extends SophieExtensionPoint<OperationR3> we will overload the method getSorter() inherited from SophieExtensionPoint<T> located in org.sophie2.core.modularity. 
    4747  * The method should return the result of {{{compareTo}}} applied to the keys.