Project

General

Profile

Download (7.07 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
34d765c2 06/06/2017 10:05 AM Andreas Müller

adapt Taxeditor test data to model update

6892d459 01/26/2017 02:26 PM Andreas Müller

ref #6360 and ref #6369 update cached model in taxeditor

f41311d1 05/31/2016 01:09 PM Andreas Müller

cleanup

d1fcc397 05/11/2016 11:43 AM Andreas Müller

Preliminary adapt CDM model cacher script to work for cached model update

a3e7482e 01/11/2016 02:41 PM Katja Luther

adapt dependencies, not finished yet

9e775b38 07/24/2015 03:33 PM Cherian Mathew

Fix URI Syntax error for new serialised model map

5a49a28f 07/23/2015 01:54 PM Cherian Mathew

#4932 Remove autowired members, Use serliaised cdm model map

abce4859 06/01/2015 05:07 PM Cherian Mathew

CdmApplicationRemoteController : moved cdm model caching to start before application context init
CdmApplicationRemoteConfiguration : moved bean initialization from autowiring to getBean in getters for better performance
httpInvokerServiceClients.xml : changed init startegy for services to lazy init...

f4142aa7 05/27/2015 05:54 PM Cherian Mathew

cdmlib-ehcache : removed disk based cache manager since the hb config is now cached in memory
CdmApplicationRemoteController, CdmModelCacher, CdmRemoteCacheManager, CdmModelGetMethodCacherTest : running the hibernate config load in separate thread
CdmTransientEntityCacher, EntityCacherDebugResult, CdmStore, SessionsViewPart: refactoring...

95b6f6f5 05/27/2015 02:07 PM Cherian Mathew

CdmApplicationRemoteController : refactoring code to simplify application context loading and making it performant
CdmModelCacher : removed unused method
CdmRemoteCacheManager : moved cache from disk to memory
httpInvokerServiceClients : lazy initializing all service beans...

6548ea8a 05/26/2015 06:18 PM Cherian Mathew
  • corrected recursive autowiring
  • changed application context loading to be more performant
c7d830cc 02/11/2015 02:03 PM Cherian Mathew

CdmModelCacher : added recursive search in super classes
CdmTransientEntityCacher : corrected caching
EntityCacherDebugResult : new debug result object
CdmEntitySession, ICdmEntitySession, MockCdmEntitySession : added debug method
CdmEntitySessionInput : new super class for editor input objects...

ea22cad6 01/27/2015 10:29 AM Cherian Mathew

migrated cache related classes to another package