Project

General

Profile

CdmLibraryDev » History » Revision 8

Revision 7 (Niels Hoffmann, 11/17/2010 02:16 PM) → Revision 8/63 (Niels Hoffmann, 11/17/2010 04:14 PM)

 



 # CDM Library Development Resources 


 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 


 {{>toc}} 





 ---- 




 ## CDM REST API 


 * [[CdmServerReadWriteRest]] 



 ## Development Hints 


 * [[CdmLibraryCaveats]] 

 * [[TermVocabularyHowTo|HowTo Create a Term Vocabulary]] 



 ---- 



 ## External Resources / Links 



 ### Hibernate 

 * Hibernate works with most current RDBMS. See    [supported databases](http://www.hibernate.org/80.html)  



 ### Spring 2.0 Framework 

 We use the Spring 2.0 framework to develop the library and keep the coupling of components low. 

 *    [Spring2.0 Documentation](http://static.springframework.org/spring/docs/2.0.x/reference/index.html)  

 *    [Introduction to the Spring Framework](http://www.theserverside.com/tt/articles/content/SpringFramework/article.html)  

 *    [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)  



 ### Domain Models 

 * [Domain Models and Validation. An Architectural Discussion](http://forum.springframework.org/showthread.php?t=18699) 

 * [Avoiding anemic domain models with Hibernate](http://www.theserverside.com/patterns/thread.tss?thread_id=31010) 

 * [Business Object Pattern](http://www.corej2eepatterns.com/Patterns2ndEd/BusinessObject.htm) 

 *    [AnemicDomainModel Anti Pattern](http://www.martinfowler.com/bliki/AnemicDomainModel.html)  



 #### Property Change 

 * http://www.onjava.com/pub/a/onjava/2004/06/02/desktop.html 

 * http://www.javalobby.org/java/forums/t19476.html 



 ### Useful Patterns 

 * [ApplicationService Pattern](http://www.corej2eepatterns.com/Patterns2ndEd/ApplicationService.htm) 




 ### Aspect Oriented Programming 

 We use AspectJ to implement the change property crosscutting concern: 

 * AspectJ 

   * http://today.java.net/pub/a/today/2005/12/15/writing-mixins-with-aop.html 

 * JBoss AOP 

   * http://www.damnhandy.com/javabean-aspect/ 

 * Spring AOP 

   * http://forum.springframework.org/archive/index.php/t-13293.html 

   * http://forum.springframework.com/viewtopic.php?t=301