Project

General

Profile

CdmLibraryDev » History » Version 16

Andreas Kohlbecker, 09/03/2012 02:18 PM

1 1 Niels Hoffmann
2
3
4
5
# CDM Library Development Resources
6
7
8
This page holds information and resources for developing the CDM Library. For a general introcution to the CDM Library and basic setup instructions please see: http://wp5.e-taxonomy.eu/cdmlib
9
10
11
{{>toc}}
12 2 Niels Hoffmann
13
14
15
16
17
----
18
19
20 11 Andreas Kohlbecker
## Conventions & Policies
21 10 Andreas Kohlbecker
22 1 Niels Hoffmann
* [[CdmLibraryConventions]]
23 11 Andreas Kohlbecker
24
* [[CdmReleasePolicy|CDM Release, Versioning & Branch Policy]]
25 10 Andreas Kohlbecker
26 2 Niels Hoffmann
27 8 Niels Hoffmann
28 13 Andreas Kohlbecker
## Discussion
29 8 Niels Hoffmann
30 16 Andreas Kohlbecker
* [[CdmBrainstorm]] - problems & ideas for the future of the CDM 
31 1 Niels Hoffmann
32 13 Andreas Kohlbecker
* [[CdmLibraryFreetextSearch]] 
33
34 14 Andreas Kohlbecker
* [[HibernateSpringAndRowlevelSecurity]]
35
36 15 Andreas Kohlbecker
* [[CdmAuthorisationAndAccessControl]]
37
38 13 Andreas Kohlbecker
39
40
## CDM REST API
41
42 8 Niels Hoffmann
* [[CdmServerReadWriteRest]]
43
44
45 3 Niels Hoffmann
46
## Development Hints
47
48 9 Niels Hoffmann
* [[CdmEntityInitalization]]
49
50 3 Niels Hoffmann
* [[CdmLibraryCaveats]]
51
52 5 Niels Hoffmann
* [[TermVocabularyHowTo|HowTo Create a Term Vocabulary]]
53 4 Niels Hoffmann
54
55
56 6 Niels Hoffmann
----
57
58 3 Niels Hoffmann
59
60 2 Niels Hoffmann
## External Resources / Links
61
62
63
64
### Hibernate
65
66
* Hibernate works with most current RDBMS. See  [supported databases](http://www.hibernate.org/80.html) 
67
68 12 Andreas Müller
* [On CascadeType.DELETE and CascadeType=DELETE_ORPHAN](http://www.mkyong.com/hibernate/hibernate-cascade-example-save-update-delete-and-delete-orphan/)
69
70 2 Niels Hoffmann
71
72
### Spring 2.0 Framework
73
74
We use the Spring 2.0 framework to develop the library and keep the coupling of components low.
75
76
*  [Spring2.0 Documentation](http://static.springframework.org/spring/docs/2.0.x/reference/index.html) 
77
78
*  [Introduction to the Spring Framework](http://www.theserverside.com/tt/articles/content/SpringFramework/article.html) 
79
80 7 Niels Hoffmann
*  [Die Rückkehr der POJOs. Das Spring-Framework: leichtgewichtiges Komponentenmodell als Alternative zu EJB](http://javamagazin.de/itr/online_artikel/psecom,id,608,nodeid,11.html) 
81 2 Niels Hoffmann
82
83
84
### Domain Models
85
86
* [Domain Models and Validation. An Architectural Discussion](http://forum.springframework.org/showthread.php?t=18699)
87
88
* [Avoiding anemic domain models with Hibernate](http://www.theserverside.com/patterns/thread.tss?thread_id=31010)
89
90
* [Business Object Pattern](http://www.corej2eepatterns.com/Patterns2ndEd/BusinessObject.htm)
91
92
*  [AnemicDomainModel Anti Pattern](http://www.martinfowler.com/bliki/AnemicDomainModel.html) 
93
94
95
96
#### Property Change
97
98
* http://www.onjava.com/pub/a/onjava/2004/06/02/desktop.html
99
100
* http://www.javalobby.org/java/forums/t19476.html
101
102
103
104
### Useful Patterns
105
106
* [ApplicationService Pattern](http://www.corej2eepatterns.com/Patterns2ndEd/ApplicationService.htm)
107
108
109
110
111
### Aspect Oriented Programming
112
113
We use AspectJ to implement the change property crosscutting concern:
114
115
* AspectJ
116
117
  * http://today.java.net/pub/a/today/2005/12/15/writing-mixins-with-aop.html
118
119
* JBoss AOP
120
121
  * http://www.damnhandy.com/javabean-aspect/
122
123
* Spring AOP
124
125
  * http://forum.springframework.org/archive/index.php/t-13293.html
126
127
  * http://forum.springframework.com/viewtopic.php?t=301