cache-atom-studio

This is a package to link the source with InterSystems Cache.

hasseey

281

1

1.1.8

MIT

GitHub

Cache-Atom-Studio package

This is a package for Caché development at Atom.

Cachéサーバーと連動して、Cache Object Scriptやルーチンの更新が可能になります。

cache-atom-studio sample-image

[2017-10-13 v1.1.3] There is an update in the Caché class.
Cachéのクラスに更新があります。

Install

  1. Create an appropriate namespace on your Caché server and import the "cache-import-classes.xml" file. Three classes will be imported.
    Cacheサーバーに適当なネームスペースを作成し、"cache-import-classes.xml"ファイルをインポートします。3つのクラスがインポートされます。

  2. Create a web application and specify the "cas.service.webapi.Broker" class as the dispatch class. Select "None" for "Use cookies for sessions".
    ウェブ・アプリケーションを作成し、"cas.service.webapi.Broker"クラスをディスパッチ・クラスに指定します。この時、「セッションにクッキーを使用する」は”なし”を選択します。

Local Setting

In the Atom-tree's root node, open "local Setting" from the context menu and specify the namespace.
Atom-treeのルートノードでコンテキストメニューから「local Setting」を開き、ネームスペースを指定します。

Other