Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

InterSystems Goes RAD With Cache 2007


InterSystems, a supplier of an object-relational database system called Cache, has released Cache 2007 with rapid application development features added to it, including an Ajax feature for Web applications.

Nine-year-old Cache has vertical market acceptance in health care because of its ability to deal with complex medical records, including patient medical images and hand-scribbled doctor's notes.

In Cache 2007, the database system has added the Zen framework, a component-based way of building user interfaces on Web applications. User pages are defined in XML, populated with components like buttons and menus, and run through the Zen compiler, which converts them into a set of software objects stored in the Cache database.

That makes it quicker to retrieve complex XML pages and send them to a user's browser window. The user in turn may modify the document, enter data, or check off preferences, and a new XML document is then sent back to the server via Ajax.

Paul Grabscheid, VP of strategic planning for InterSystems, says Zen's implementation of Ajax works across different browsers, with differences in how they display Ajax resolved by the underlying system. The Zen library of prebuilt components includes grids, tables, and selection trees for quick creation of complex processes, he says.

The Zen framework (not to be confused with Xen open-source virtual software from XenSource) also is designed to provide security for Web applications, validating the user inputs as the type of information expected as opposed to Javascript that will execute when the page is returned to the server.

Grabscheid says the close integration of software objects in the database and the Zen framework made it easier to produce high performance Web pages with user interaction features.

Cache 2007 also includes Jalapeno, a new feature that speeds Java development by eliminating the need for tedious object relational mapping, where a software object that may be a major component on a Web page is dismantled for storing in a relational database, then reassembled and delivered as required. Cache stores the software object whole, without dismantling, but can still retrieve quickly on cue. To some extent, new Java software such as Hibernate and Enterprise JavaBeans also solve the problem, but they're more difficult to learn than Jalapeno, claims Grabscheid.

While much smaller than relational database competitors, Cache is a strong niche player with 100,000 licensed systems in use in health care, financial services, and telecommunications, Grabscheid says. It's priced at $220 to $1,380 per user, depending on whether it's running on Windows, Linux, Macintosh, Unix, or HP's OpenVMS.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.