go to post Evgeny Shvarov · Mar 31, 2017 If you have only classes and globals you can use do $System.OBJ.Export("Package*.CLS,*.DFI","release.xml") to export the classes and DFIs to file, Do $System.OBJ.Export("Class*D.GBL","globals.xml") to export globals to file in the /mgr folder of your namespace. And use Class Import page of the Control Panel (http://yourhost:57772/csp/sys/exp/%25CSP.UI.Portal.ClassList.zen) to import classes or globals: Or call in terminal: $system.OBJ.Load(path to a file.xml) As Benjamin mentioned before.
go to post Evgeny Shvarov · Mar 30, 2017 Rob!Thanks for posting this!Do you want to add some InterSystems related topics to your GitHub repository to make it more visible?I shared some ideas for the topics in this post.
go to post Evgeny Shvarov · Mar 30, 2017 Or maybe you can introduce a cube dimension with a ranged expression for the property of balance and range all the patients to these groups.See examples in Samples PatientsCube for patients ranged similarly by their age.
go to post Evgeny Shvarov · Mar 29, 2017 There is another quite popular approach for web UI building with InterSystems Caché:Caché ObjectScript and REST on the Caché side, Any popular web framework on the browser client side (Angular.js, React.js, etc.),JSON as a transport between Caché and framework.Examples:REST Forms and REST Forms UI,DeepSee Web, DC analytics as a demoCaché Class Explorer,etc.
go to post Evgeny Shvarov · Mar 29, 2017 I would also suggest trying this addon to VSCode. It works quite well for me.See the shot:
go to post Evgeny Shvarov · Mar 29, 2017 BTW, I think competition is always a win-win for both competitors. So I would support if we have strong alternative google-group community and stackoverflow as well. Google-group is still more convenient in email interface and works faster, I hope we'll fix that in "some future release".
go to post Evgeny Shvarov · Mar 29, 2017 I think you meant to write that you changed the group and tag from Caché to Developer Community. Yes, you are right!
go to post Evgeny Shvarov · Mar 29, 2017 Let me be crystal clear and honest - this is horribleIn Russia, we say "Критикуя, предлагай!". What is your better syntax sugar example? ;)Though I agreed that closures in COS would add some better practices in coding for Caché.
go to post Evgeny Shvarov · Mar 28, 2017 No. We should try and shut down the google groups, or at least make them read-only.We are not managing this particular google group.
go to post Evgeny Shvarov · Mar 28, 2017 Lol )I would suggest also another way "to be in touch" - visit InterSystems Global Summits, e.g. the next one which will take place on September 2017. We have a really good crowd of tough engineers there every year.
go to post Evgeny Shvarov · Mar 28, 2017 One baked in language feature that would be nice is a real return statement (still wishing).There is 'return' statement in COS. Or is it not real?
go to post Evgeny Shvarov · Mar 28, 2017 HI, Sean! It is really great except with 'dot syntax'. Is it mandatory?I wouldn't promote 'dot syntax' though it looks elegant here.
go to post Evgeny Shvarov · Mar 28, 2017 It seems the post has been filtered, so I change the group and tag to Caché.
go to post Evgeny Shvarov · Mar 28, 2017 Updated the article according to new notification types and changes in the Developer Community notification system.
go to post Evgeny Shvarov · Mar 27, 2017 Hi, John!Do you hope it would be delivered "on the other side"? )BTW, do you think it makes sense to repost unique questions from Google Group here?
go to post Evgeny Shvarov · Mar 27, 2017 I think what you are suggesting here is a kind of Telegram bot for several/all your Caché instances.Great idea BTW. But what would be on the "other side" of the bot? Another Caché app or something else?