CdmLibraryDev » History » Version 55
Andreas Kohlbecker, 06/26/2018 11:00 AM
1 | 1 | Niels Hoffmann | # CDM Library Development Resources |
---|---|---|---|
2 | |||
3 | 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://cybertaxonomy.eu/cdmlib |
||
4 | |||
5 | 2 | Niels Hoffmann | ---- |
6 | 49 | Andreas Kohlbecker | {{>toc}} |
7 | 1 | Niels Hoffmann | |
8 | 45 | Andreas Kohlbecker | ## Releases |
9 | 37 | Andreas Müller | |
10 | 33 | Andreas Kohlbecker | * [[CdmPlatformReleaseSteps|How To do a Cdm Platform Release]] |
11 | 45 | Andreas Kohlbecker | * [[CdmReleasePolicy|CDM Release, Versioning & Branch Policy]] |
12 | 38 | Cherian Mathew | |
13 | 45 | Andreas Kohlbecker | ## CDM Internals |
14 | 8 | Niels Hoffmann | |
15 | 1 | Niels Hoffmann | * [[CdmTransactions|Transactions in the CDM library]] |
16 | 23 | Andreas Kohlbecker | * [[CdmEntityInitalization]] |
17 | 1 | Niels Hoffmann | * [[CdmLibraryCaveats]] |
18 | * [[CdmClassificationRankSpecificRootnodes|Rank Specific Rootnodes of Classifications]] |
||
19 | 23 | Andreas Kohlbecker | * [[TermVocabularyHowTo|HowTo Create a Term Vocabulary]] |
20 | 47 | Andreas Kohlbecker | * [[TransmissionEngineDistribution]] |
21 | 24 | Andreas Kohlbecker | |
22 | 45 | Andreas Kohlbecker | ### Authentication, authorization, access control |
23 | 23 | Andreas Kohlbecker | |
24 | 45 | Andreas Kohlbecker | * [[CdmAuthorisationAndAccessControl|Cdm authorisation and access control]] - security permissions etc |
25 | * [[HibernateSpringAndRowlevelSecurity]] |
||
26 | 53 | Andreas Kohlbecker | * Discussion and concepts |
27 | 54 | Andreas Kohlbecker | * [[WorkshopRightsAndRoles2017-11|Rights&Roles Workshop 2017-11]] |
28 | 1 | Niels Hoffmann | |
29 | 45 | Andreas Kohlbecker | ### Searching |
30 | 1 | Niels Hoffmann | |
31 | * [[CdmLibraryFreetextSearch]] |
||
32 | |||
33 | 45 | Andreas Kohlbecker | ### cdmlib-remote - RESTful services |
34 | 1 | Niels Hoffmann | |
35 | * [[CdmServerReadWriteRest]] |
||
36 | 50 | Andreas Kohlbecker | * [REST API reference, Object Boundaries, Localization, Content Negotiation, Character Encoding](http://cybertaxonomy.eu/cdmlib/rest-api.html) |
37 | 1 | Niels Hoffmann | * [[CdmEntityInitalization|Bean/Entity Initialization]] |
38 | * [[CdmRestServicesEntitySerialization|On the serialization of CDM entities in the cdmlib-remote RESTful services]] |
||
39 | * [[CdmRdfWebServices|On RDF responses for cdmlib-remote RESTful services]] |
||
40 | |||
41 | ### cdmlib-remote-webapp |
||
42 | |||
43 | * [[cdmlib-remote-webappConfigurationAndBootstrapping|cdmlib-remote-webapp configuration and bootstrapping]] |
||
44 | |||
45 | 46 | Andreas Kohlbecker | ## cdm-vaadin - CDM Vaadin UI |
46 | |||
47 | 52 | Andreas Kohlbecker | * [[VaadinNotes]] - design paterns, the cdm-vaadin project, vaadin run modes, managing sessions, ... |
48 | 51 | Andreas Kohlbecker | * [[VaadinEditorDevelopersGuide|Vaadin Developer Guide]] - workspace setup, launching, test urls |
49 | 46 | Andreas Kohlbecker | |
50 | 45 | Andreas Kohlbecker | ## Conventions & Policies |
51 | |||
52 | * [[CdmLibraryConventions]] |
||
53 | 1 | Niels Hoffmann | * [[EclipsePreferencesforTeams]] |
54 | 50 | Andreas Kohlbecker | * --> [prefs_remote_workspace_preferences.epf](http://dev.e-taxonomy.eu/svn/trunk/devtools/eclipse/4.x/prefs/prefs_remote_workspace_preferences.epf) |
55 | * --> [CDM-Java-Code-Template.xml](http://dev.e-taxonomy.eu/svn/trunk/devtools/eclipse/4.x/prefs/CDM-Java-Code-Template.xml) |
||
56 | 45 | Andreas Kohlbecker | |
57 | ## Tests (writing / running) |
||
58 | |||
59 | * [[IntegrationTests|IntegrationTests - Testing java code using Maven and Unitils]] |
||
60 | * [[IntegrationTestWriting|IntegrationTests - how to write tests and how to generate test data for them]] |
||
61 | |||
62 | ## Debugging |
||
63 | |||
64 | * [[DebugC3P0Connections|How to debug leaking C3P0 connections]] |
||
65 | |||
66 | 55 | Andreas Kohlbecker | ## Discussion |
67 | 35 | Cherian Mathew | |
68 | 55 | Andreas Kohlbecker | * [[EditTeamMeetingTopics]] - Topics to be discussed in next meetings. |
69 | 1 | Niels Hoffmann | |
70 | 55 | Andreas Kohlbecker | ### historic |
71 | |||
72 | * [[CdmBrainstorm]] - problems & ideas for the future of the CDM |
||
73 | 4 | Niels Hoffmann | |
74 | 6 | Niels Hoffmann | ---- |
75 | 3 | Niels Hoffmann | |
76 | ## External Resources / Links |
||
77 | 2 | Niels Hoffmann | |
78 | |||
79 | ### Hibernate |
||
80 | |||
81 | * Hibernate works with most current RDBMS. See [supported databases](http://www.hibernate.org/80.html) |
||
82 | * [On CascadeType.DELETE and CascadeType=DELETE_ORPHAN](http://www.mkyong.com/hibernate/hibernate-cascade-example-save-update-delete-and-delete-orphan/) |
||
83 | 12 | Andreas Müller | |
84 | 2 | Niels Hoffmann | |
85 | ### Spring 2.0 Framework |
||
86 | |||
87 | We use the Spring 2.0 framework to develop the library and keep the coupling of components low. |
||
88 | |||
89 | * [Spring2.0 Documentation](http://static.springframework.org/spring/docs/2.0.x/reference/index.html) |
||
90 | * [Introduction to the Spring Framework](http://www.theserverside.com/tt/articles/content/SpringFramework/article.html) |
||
91 | * [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) |
||
92 | 7 | Niels Hoffmann | |
93 | 2 | Niels Hoffmann | |
94 | ### Domain Models |
||
95 | |||
96 | * [Domain Models and Validation. An Architectural Discussion](http://forum.springframework.org/showthread.php?t=18699) |
||
97 | * [Avoiding anemic domain models with Hibernate](http://www.theserverside.com/patterns/thread.tss?thread_id=31010) |
||
98 | * [Business Object Pattern](http://www.corej2eepatterns.com/Patterns2ndEd/BusinessObject.htm) |
||
99 | 44 | Andreas Kohlbecker | * [AnemicDomainModel Anti Pattern](http://www.martinfowler.com/bliki/AnemicDomainModel.html) |
100 | 2 | Niels Hoffmann | |
101 | |||
102 | #### Property Change |
||
103 | |||
104 | * http://www.onjava.com/pub/a/onjava/2004/06/02/desktop.html |
||
105 | * http://www.javalobby.org/java/forums/t19476.html |
||
106 | |||
107 | |||
108 | ### Useful Patterns |
||
109 | |||
110 | * [ApplicationService Pattern](http://www.corej2eepatterns.com/Patterns2ndEd/ApplicationService.htm) |
||
111 | |||
112 | |||
113 | ### Aspect Oriented Programming |
||
114 | |||
115 | We use AspectJ to implement the change property crosscutting concern: |
||
116 | |||
117 | * AspectJ |
||
118 | * http://today.java.net/pub/a/today/2005/12/15/writing-mixins-with-aop.html |
||
119 | * JBoss AOP |
||
120 | * http://www.damnhandy.com/javabean-aspect/ |
||
121 | * Spring AOP |
||
122 | * http://forum.springframework.org/archive/index.php/t-13293.html |
||
123 | * http://forum.springframework.com/viewtopic.php?t=301 |