Caché now with Zen and Jalepeno

This article was originally published in VSJ, which is now part of Developer Fusion.
Caché 2007, the new version of InterSystems’ ‘post-relational’ database, introduces Zen – an extensible, high-level framework that is claimed to be optimised for development speed, scalability and deployment of data-intensive web applications. It includes a library of pre-built components, including grids, tables, and selection trees, that enables the creation and management of complex processes. Zen incorporates Caché’s security model within its components. In addition, you can extend pre-built components or, if preferred, use totally new code developed in-house. The close integration with the database is claimed to offer better performance than even AJAX-based techniques.

Another new component, Jalapeño, provides the capability to persist plain old Java objects (POJOs) while eliminating the need for object-relational mapping. Jalapeño enables Java developers to work in the Java development environment that they prefer, and automatically persist objects in the Caché database.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.” - Brian Kernighan