Skip to content

3 Most Voted Persistent Model Patterns…

by Roberto V. Zicari on June 24, 2009

We now have the results of the Public Voting for choosing the most valuable Persistent Model Patterns!

The 3 most voted patterns are…

Pattern: Bespoke Indexes. (download .PDF)
Author: Adrian Marriott,Principal Consultant, Progress Software Inc.
Intent: For programs that require the absolute maximum of performance and scalability it is necessary to write programs that utilize novel data structures and new algorithms designed with detailed knowledge of the specific problem context. Support the most critical use-cases of your system directly with bespoke persistent index structures that optimize read and write operations across the objects used by those use-cases.

Pattern: Query Visitor. (download .PDF)
Author: Adrian Marriott,Principal Consultant, Progress Software Inc.
Intent: Represents a query to be performed on the elements of a persistent object structure. Query Visitor allows you to define new result set formats without changing the underlying persistent object model, and avoids polluting the persistent classes with rendering logic.

Pattern: Schema Builder.(download .PDF)
Author: Richard Lingeh,Principal Consultant, Versant.
Intent: This pattern allows any further evolution of a database after a complete modification of the client application model to be done by a separate schema process and not by the client application or by the schema it generates. This separate process generates a database schema that matches the complex evolving client application model.

The Awards ceremony will take place on July 2, 2009, at the ICOODB 2009 conference in Zurich.

All 25 persistent patterns submitted are available for free download (LINK).

From → Uncategorized

No comments yet

Leave a Reply

Note: HTML is allowed. Your email address will not be published.

Subscribe to this comment feed via RSS