(no commit message)
[cdmlib.git] / cdmlib-remote / src / main / java / eu / etaxonomy / cdm / remote / dto / package.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <html>
3 <head>
4 <!--
5
6 @(#)package.html
7
8 Copyright (C) 2007 EDIT
9 European Distributed Institute of Taxonomy
10 http://www.e-taxonomy.eu
11
12 The contents of this file are subject to the Mozilla Public License Version 1.1
13 See LICENSE.TXT at the top of this package for the full license terms.
14
15 -->
16 </head>
17 <body bgcolor="white">
18
19 Provides classes for data transfer of Data Access Object (DAO)
20 level classes via web services.
21 <p>
22 Among real Data Transfer Objects (DTO)
23 herein are also some classes which are helper datataypes like
24 {@see IdentifiedString}, {@see TaggedText}, etc.
25 Apart from the DTOs which reproduce the DAO quite detailed this package
26 contains fairly simple derivations. These transfer objects are referred
27 to in the following as Simple Data Transfer Objects (SDTO).
28 <p>
29 The DTO (Data Transfer Object) classes are named according to the
30 following convention:
31 <ul>
32 <li>Data Transfer Objects (DTO): {classname of the deduces DAO class}TO</li>
33 <li>Simple Data Transfer Objects (SDTO): {classname of the deduces DAO class}STO</li>
34 </ul>
35
36 <h2>Package Specification</h2>
37
38
39
40
41 <h2>Related Documentation</h2>
42
43 <ul>
44 <li><a href="http://java.sun.com/blueprints/corej2eepatterns/Patterns/TransferObjectAssembler.html">Data Transfer Object and Assembler Patterns</a></li>
45 </ul>
46
47 <!-- Put @see and @since tags down here. -->
48
49 </body>
50 </html>