Hi, Community!

How do you store the source files of your Caché project? What is the directories structure? What are the benefits?

I prefer the following structure:

/cls/package/subpackage/class.cls

/mac/package/routine.mac

/int/package/routine.int

/inc/macro.inc

/dfi/folder/sample.pivot.dfi

Example

Benefits:

  • folders are packages.
  • easy to understand what type of sources are in the project.

What is your approach?

2 4
1 1.2K

Hi, Community!

Suppose I have class A with properties P1 and P2.

I want to introduce class B, which would have same records as Class A, but only one property - P2.

What is the easiest way to manage it assuming that I would like to use Class A to add records and be available for any operations to Users with Role A.

And I would like to introduce class B for Users with role B for read-only access. Preferably they shouldn't even be aware of Class A and P1 existence .

What is the easiest way to introduce it and manage it?

0 10
0 662
Article
· May 16, 2017 1m read
Post Duplicates

Hi, Community!

We are having some troubles with post duplicates at the moment, we are working on it.

Now when you post your message it waits until timeout and shows 404 but also publishes the article.

Hope this would be fixed ASAP.

0 0
0 185
Announcement
· May 16, 2017
Developer Community Meetups

Hi, Community!

We are starting InterSystems Developer Community meetups: events to discuss InterSystems technology in person.

This would be 2-3 hours evening events to meet and discuss the best practices, new features, share experience regarding implementation of InterSystems technologies and products.

Besides free discussion and networking there would be 3-4 sessions delivered by InterSystems engineers. Local partners are very welcome to participate as speakers too!

4 0
0 333

Hi, Community!

Please meet a new Developer Community UI release with new features and some bugfixes.

With this release we changed a color scheme to meet corporate colors more.

We introduced browser notifications not to miss new posts on Developer Community. They would pop up only if you turn them on and only if you don't see the Community at the moment.

Also we introduced the special inverse color for accepted answers. Like here:

0 0
0 337

Have you ever thought about leveraging IIS (Internet Information Services for Windows) to improve performance and security for your Caché web applications?
Are you worried about the complexity of properly setting up IIS?

See the webinar Configuring a Web Server presented by @Kyle.Baxter, InterSystems Senior Support Specialist. Learn how to install IIS, set up it up to work with the CSP Gateway, and configure the CSP Gateway to talk to Caché.

3 0
0 572