About |latest| approach for docs. What if a new release will not contain certain doc chapter - how latest url would work?
404?
- Log in to post comments
About |latest| approach for docs. What if a new release will not contain certain doc chapter - how latest url would work?
404?
Timothy! Thanks for sharing this!
It' can be a standalone post as "Error and resource handling in large Caché ObjectScript project".
Thank you!
OK. But how do you call methods which return %Status?
Do you raise Error? Or you check Error status with if? Or do you ignore status at all?
I agree with you. As mentioned it is an option if you need to use %Status as a method result.
And what about e.Log() - do you use it to log errors or use something else?
Nic! Is it possible to share this REST and publish sources on GitHub?
Hi, Scott! Makes sense. We plan to add Subscription feed to show you only the posts on tags, members and groups you most interested in.
And compact index view with header, author, date only is also a good idea.
Thanks.
So, you can mention member with the post this way: [@Paul Gomez]. Paul, has you got it?
What's the format for members' mentioning?
Great project! Why some class elements are in Italic case(I.e. Cinema.Film class) and other not?
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.
%All is quite useful namespace alias. Since it appeared hope nobody keeps creating %Package.Class classes and installs something in %CACHELIB when installs solutions.
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.
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?
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?$NAMESP…
I would appreciate!
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!
Interesting. Is it possible to measure particular package, not the whole namespace?
The link to XS whitepaper doesn't work.
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
I think we already have prototype of automatic "owl logic" analyzer for COS ;) which can be very useful in many situations )
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!
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!
Andrew!
Would you please upload a screenshot?
It's not clear what goes wrong for you
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?
Thank you, Murray! Great article!
People! See also other articles in InterSystems Data Platform Blog and subscribe not to miss new ones.
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.
This is open online working demo of UML Class Explorer
Here is sample picture screenshot from Samples/Cinema class Package I just did.
You can change namespaces with dropdown in right top corner.
I've fixed image size if you don't mind.
Quite a popular idea.
I know at least two examples of this approach:
Yes, the delay in stats is 5-6 hours. At least, it helps to view all the comments for a particular day.
While we have no sorting by comment date functionality I can suggest this link to DeepSee dashboard of week activity on DC. It shows posts and comments on by days, shows authors' pie charts and by groups' colcharts.
Almost everything is clickable. You can click on piechart, colchart or numbers in the tables to drill down to the hyperlinks to DC.
