go to post Evgeny Shvarov · Apr 6, 2016 Great project! Why some class elements are in Italic case(I.e. Cinema.Film class) and other not?
go to post Evgeny Shvarov · Mar 31, 2016 With %CELL you should be always aware when you add any dimension, measure or property in MDX if you need to change %CELL expression too due to new columns rows or because of deletions of rows and cols.
go to post Evgeny Shvarov · Mar 31, 2016 %All is quite useful namespace alias. Since it appeared hope nobody keeps creating %Package.Class classes and installs something in %CACHELIB when installs solutions.
go to post Evgeny Shvarov · Mar 28, 2016 I would add my 5 cents. We have DeepSeeWeb projects which is Angular.js+gulp+Twitter Bootstrap thing.It operates with DeepSee using MDX2JSON REST API.You can see how it works e.g. in this GS Contest dashboard.With Caché REST API and JSON as a transferring format for the data there a lot of pretty similar approaches for building UI:React.JS, Angular2, Zen Mojo for web UI and .NET for the desktop.
go to post Evgeny Shvarov · Mar 28, 2016 Ron! It's just great! Put the code on Github/Gist?And would you please make online demo of it? ) I mean slack conference with channel from Ensemble?
go to post Evgeny Shvarov · Mar 28, 2016 In Catch block I usually execute Log method of Exception try { // App logic } catch e { d e.Log() // Error handling logic } And then find this in Application Error Log journal with all the stack. E.g. link to the bugs in USER Namespace http://localhost:57772/csp/sys/op/UtilSysAppErrorNamespaces.csp?$NAMESPACE=USER
go to post Evgeny Shvarov · Mar 16, 2016 John, thanks for the comment.There were some issues in DeepSee Analytics due to the latest changes in DC but now everything is fixed and I hope all your points are in leaderboard! ;)Please feel free to write if we missed something!Thanks for your contribution!
go to post Evgeny Shvarov · Mar 15, 2016 Interesting. Is it possible to measure particular package, not the whole namespace?The link to XS whitepaper doesn't work.
go to post Evgeny Shvarov · Mar 11, 2016 Murray, thanks for this! I want to add that you can import global in xml in ANY Caché system either for 8 bit or Unicode.And it's not the option for a .gof file
go to post Evgeny Shvarov · Mar 11, 2016 I think we already have prototype of automatic "owl logic" analyzer for COS ;) which can be very useful in many situations )
go to post Evgeny Shvarov · Mar 11, 2016 Andrew, I edited your post and deleted all page script from it.Please attach it as a file to a post or send a screenshot!Thank you in advance!
go to post Evgeny Shvarov · Mar 10, 2016 Thank you, Sylvian!What is the easiest way to export global in xml format to let it be imported than in Studio by drag-n-drop?Thank you in advance!
go to post Evgeny Shvarov · Mar 10, 2016 Huge work - congratulations and thank you, Mike!Looking into materials on cosmumps.org, particularly into examplesWhat is the difference between Global variable and Global array? Do you think we should differ Globals and Globals?
go to post Evgeny Shvarov · Mar 10, 2016 Andrew!Would you please upload a screenshot?It's not clear what goes wrong for you
go to post Evgeny Shvarov · Mar 9, 2016 Makes sense, Derek. And what do you think about Feedback posts in the Main feed?Should we exclude them and keep in separate Feedback group only to not mix them with technical posts?
go to post Evgeny Shvarov · Mar 8, 2016 Thank you, Murray! Great article!People! See also other articles in InterSystems Data Platform Blog and subscribe not to miss new ones.
go to post Evgeny Shvarov · Mar 6, 2016 Herman, there is REST API to work with COS codebase in Caché which can help to implement client side in any IDE or editor you like e.g. Atom, Brackets or Sublime.
go to post Evgeny Shvarov · Mar 5, 2016 This is open online working demo of UML Class ExplorerHere is sample picture screenshot from Samples/Cinema class Package I just did.You can change namespaces with dropdown in right top corner.
go to post Evgeny Shvarov · Mar 4, 2016 I've fixed image size if you don't mind.Quite a popular idea.I know at least two examples of this approach:UML Class Explorer,xmi generator for Enterprise Architect.