cdmlib.git
16 years agomove source to src/main/java
Andreas Müller [Wed, 10 Oct 2007 16:05:40 +0000 (16:05 +0000)]
move source to src/main/java

16 years agoadd mavenlike source folders
Andreas Müller [Wed, 10 Oct 2007 16:03:36 +0000 (16:03 +0000)]
add mavenlike source folders

16 years ago(no commit message)
Andreas Müller [Wed, 10 Oct 2007 16:02:54 +0000 (16:02 +0000)]

16 years agomaven pom
Andreas Müller [Tue, 9 Oct 2007 13:53:01 +0000 (13:53 +0000)]
maven pom

16 years agoupdate from old
Andreas Müller [Tue, 9 Oct 2007 12:34:33 +0000 (12:34 +0000)]
update from old

16 years agoreturn value for saveTaxonName
Andreas Müller [Tue, 9 Oct 2007 12:25:31 +0000 (12:25 +0000)]
return value for saveTaxonName

16 years agovalidation
Andreas Müller [Tue, 9 Oct 2007 12:07:20 +0000 (12:07 +0000)]
validation

16 years ago(no commit message)
m.doering [Tue, 9 Oct 2007 08:45:24 +0000 (08:45 +0000)]

16 years ago(no commit message)
m.doering [Mon, 8 Oct 2007 13:02:28 +0000 (13:02 +0000)]

16 years agoadded saveOrUpdate method to base IDao and respective implementations
m.doering [Fri, 5 Oct 2007 14:55:16 +0000 (14:55 +0000)]
added saveOrUpdate method to base IDao and respective implementations

16 years agoCDM Event system works with insert registry as separate EventRegistryService
m.doering [Fri, 5 Oct 2007 14:34:36 +0000 (14:34 +0000)]
CDM Event system works with insert registry as separate EventRegistryService

16 years agocatch hibernate insert events and send to CDM listeners registered in the respective...
m.doering [Fri, 5 Oct 2007 10:22:48 +0000 (10:22 +0000)]
catch hibernate insert events and send to CDM listeners registered in the respective service that does the inserts. Needs fixing, cause currently the name service is hardcoded for ALL inserted CDM objects

16 years agocdm event listeners seem to work!
m.doering [Fri, 5 Oct 2007 10:03:54 +0000 (10:03 +0000)]
cdm event listeners seem to work!

16 years ago(no commit message)
m.doering [Fri, 5 Oct 2007 09:54:36 +0000 (09:54 +0000)]

16 years ago(no commit message)
m.doering [Fri, 5 Oct 2007 09:48:21 +0000 (09:48 +0000)]

16 years agonew hibernate listeners
m.doering [Thu, 4 Oct 2007 16:59:03 +0000 (16:59 +0000)]
new hibernate listeners

16 years ago(no commit message)
m.doering [Thu, 4 Oct 2007 16:19:00 +0000 (16:19 +0000)]

16 years agodistinguish between hibernate events and CDM events
m.doering [Thu, 4 Oct 2007 16:05:25 +0000 (16:05 +0000)]
distinguish between hibernate events and CDM events

16 years agoclean up. move unused files to new archive directory. changed ant build to also build...
m.doering [Thu, 4 Oct 2007 16:03:42 +0000 (16:03 +0000)]
clean up. move unused files to new archive directory. changed ant build to also build the test source files.

16 years agoswitched from AOP and hardcoded PropertyChangeSupport to Hibernate events and simple...
m.doering [Thu, 4 Oct 2007 16:00:48 +0000 (16:00 +0000)]
switched from AOP and hardcoded PropertyChangeSupport to Hibernate events and simple custom listeners

16 years ago(no commit message)
m.doering [Thu, 4 Oct 2007 15:59:24 +0000 (15:59 +0000)]

16 years ago(no commit message)
m.doering [Thu, 4 Oct 2007 15:58:44 +0000 (15:58 +0000)]

16 years ago(no commit message)
m.doering [Thu, 4 Oct 2007 15:58:30 +0000 (15:58 +0000)]

16 years ago(no commit message)
m.doering [Thu, 4 Oct 2007 11:57:17 +0000 (11:57 +0000)]

16 years agonot required
m.doering [Thu, 4 Oct 2007 11:52:31 +0000 (11:52 +0000)]
not required

16 years agoTry to use Hibernate events configured through Spring to fire changes to the model.
m.doering [Tue, 2 Oct 2007 18:02:55 +0000 (18:02 +0000)]
Try to use Hibernate events configured through Spring to fire changes to the model.
See CdmChangeListener

16 years agoant launcher
Andreas Müller [Tue, 2 Oct 2007 15:25:18 +0000 (15:25 +0000)]
ant launcher

16 years agono unnecessary imports
Andreas Müller [Tue, 2 Oct 2007 15:23:58 +0000 (15:23 +0000)]
no unnecessary imports

16 years agomoved play test functions to test package
m.doering [Tue, 2 Oct 2007 14:58:16 +0000 (14:58 +0000)]
moved play test functions to test package

16 years agomoved play test functions to test package
m.doering [Tue, 2 Oct 2007 14:57:52 +0000 (14:57 +0000)]
moved play test functions to test package

16 years agomoved play test functions to test package
m.doering [Tue, 2 Oct 2007 14:52:13 +0000 (14:52 +0000)]
moved play test functions to test package

16 years agopartly removed AOP, introduced generic ServiceBase method to create new CDM objects
m.doering [Tue, 2 Oct 2007 14:36:48 +0000 (14:36 +0000)]
partly removed AOP, introduced generic ServiceBase method to create new CDM objects

16 years agoremoved @Override annotations methods implementing interface definitions. This works...
m.doering [Tue, 2 Oct 2007 10:16:34 +0000 (10:16 +0000)]
removed @Override annotations methods implementing interface definitions. This works only with Java 6.0, but 5.0 complains about it

16 years agorequired aspectj libraries taken from spring2.06 with dependencies distribution
m.doering [Thu, 27 Sep 2007 17:22:28 +0000 (17:22 +0000)]
required aspectj libraries taken from spring2.06 with dependencies distribution

16 years ago(no commit message)
m.doering [Thu, 27 Sep 2007 16:28:51 +0000 (16:28 +0000)]

16 years agomoved cdm lib project to cdmlib folder
m.doering [Thu, 27 Sep 2007 16:27:01 +0000 (16:27 +0000)]
moved cdm lib project to cdmlib folder

16 years agomoved cdmLibraryPlugin project to cdmlib folder
m.doering [Thu, 27 Sep 2007 16:25:21 +0000 (16:25 +0000)]
moved cdmLibraryPlugin project to cdmlib folder

16 years agoadded cdmlibrary layer architecture diagram
m.doering [Tue, 11 Sep 2007 13:23:43 +0000 (13:23 +0000)]
added cdmlibrary layer architecture diagram