SpringOne 2GX - Grails and the World of Tomorrow
Presenter: Peter Ledbrook12:45pm 10/18/2012
Grails has Cache plugin to address general caching.
For HTTP sessions, Database Session plugin (MongoDB or Cookie)
CQRS - Command Query Responsibility Segregation
Separate databases for updates and queries. Updates are saved as deltas which are communicated to the query database as events. Access to objects requires that the object be reconstructed (re-hydrated) based on the deltas.
0 Comments:
Post a Comment
<< Home