close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
01/15/2011 02:55:47 PM (10 years ago)
- Author:
-
malte.appeltauer
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v116
|
v117
|
|
34 | 34 | }}} |
35 | 35 | |
36 | | A simple COP application. Money can be transferred from one {{{Account}}} to another using an {{{TransferSystem}}}. Encryption and Logging is implemented by Layers. Partial methods for Encryption are implemented using JCop's ''open layer declaration'' feature within the business classes. Logging methods are defined within the top level layer. |
| 36 | A simple COP application. Money can be transferred from one {{{Account}}} to another using an {{{InterAccountTransferSystem}}}. Encryption and Logging is implemented by Layers. Partial methods for Encryption are implemented using JCop's ''open layer declaration'' feature within the business classes. Logging methods are defined within the top level layer. |
37 | 37 | |
38 | 38 | [[BR]] |