Project

General

Profile

CdmLibraryDev » History » Version 15

Andreas Kohlbecker, 08/31/2012 08:43 AM

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 1 Niels Hoffmann
31 13 Andreas Kohlbecker
* [[CdmLibraryFreetextSearch]] 
32
33 14 Andreas Kohlbecker
* [[HibernateSpringAndRowlevelSecurity]]
34
35 15 Andreas Kohlbecker
* [[CdmAuthorisationAndAccessControl]]
36
37 13 Andreas Kohlbecker
38
39
## CDM REST API
40
41 8 Niels Hoffmann
* [[CdmServerReadWriteRest]]
42
43
44 3 Niels Hoffmann
45
## Development Hints
46
47 9 Niels Hoffmann
* [[CdmEntityInitalization]]
48
49 3 Niels Hoffmann
* [[CdmLibraryCaveats]]
50
51 5 Niels Hoffmann
* [[TermVocabularyHowTo|HowTo Create a Term Vocabulary]]
52 4 Niels Hoffmann
53
54
55 6 Niels Hoffmann
----
56
57 3 Niels Hoffmann
58
59 2 Niels Hoffmann
## External Resources / Links
60
61
62
63
### Hibernate
64
65
* Hibernate works with most current RDBMS. See  [supported databases](http://www.hibernate.org/80.html) 
66
67 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/)
68
69 2 Niels Hoffmann
70
71
### Spring 2.0 Framework
72
73
We use the Spring 2.0 framework to develop the library and keep the coupling of components low.
74
75
*  [Spring2.0 Documentation](http://static.springframework.org/spring/docs/2.0.x/reference/index.html) 
76
77
*  [Introduction to the Spring Framework](http://www.theserverside.com/tt/articles/content/SpringFramework/article.html) 
78
79 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) 
80 2 Niels Hoffmann
81
82
83
### Domain Models
84
85
* [Domain Models and Validation. An Architectural Discussion](http://forum.springframework.org/showthread.php?t=18699)
86
87
* [Avoiding anemic domain models with Hibernate](http://www.theserverside.com/patterns/thread.tss?thread_id=31010)
88
89
* [Business Object Pattern](http://www.corej2eepatterns.com/Patterns2ndEd/BusinessObject.htm)
90
91
*  [AnemicDomainModel Anti Pattern](http://www.martinfowler.com/bliki/AnemicDomainModel.html) 
92
93
94
95
#### Property Change
96
97
* http://www.onjava.com/pub/a/onjava/2004/06/02/desktop.html
98
99
* http://www.javalobby.org/java/forums/t19476.html
100
101
102
103
### Useful Patterns
104
105
* [ApplicationService Pattern](http://www.corej2eepatterns.com/Patterns2ndEd/ApplicationService.htm)
106
107
108
109
110
### Aspect Oriented Programming
111
112
We use AspectJ to implement the change property crosscutting concern:
113
114
* AspectJ
115
116
  * http://today.java.net/pub/a/today/2005/12/15/writing-mixins-with-aop.html
117
118
* JBoss AOP
119
120
  * http://www.damnhandy.com/javabean-aspect/
121
122
* Spring AOP
123
124
  * http://forum.springframework.org/archive/index.php/t-13293.html
125
126
  * http://forum.springframework.com/viewtopic.php?t=301