Question Bapu Hirave · Apr 5, 2017 ZEN component to display JSON data Hello,is there some kind ZEN component available (e.g. tree or anything), which can display raw JSON string data nicely on ZEN webpage ?JSON string contains primary nodes, subnodes, arrays. #JSON #ZEN #Caché 0 2 0 354
Question Bapu Hirave · Mar 24, 2017 Convert to JSON string here is my $ZV string "Cache for Windows (x86-64) 2016.2.1 (Build 803) Wed Oct 26 2016 12:43:35 EDT" two questions1. How do i convert any Persistent object to JSON String ?2. How do i convert an y Register object to JSON string ?3. Do i need to extend from any adaptor class for 1 & 2 ? #JSON #Object Data Model #Caché 0 11 0 5K
Question Bapu Hirave · Nov 14, 2016 Soap Response performance I have a soap webservice extended from %SOAP.WebService classLets say i have web method and have return type of following classes (either one of them)Class ReturnTypeA{ #Object Data Model #Caché 0 1 0 408
Question Bapu Hirave · Nov 13, 2016 To access object property value, performance wise whats fast method ? Lets say i have a record "Person". If i want to access the "Name" property of that object which one of the following best option performance wise1. Option 1set record = ##class(Test.Person).%OpenId(1)write record.Name2. Option 2 write ##class(Test.Person).NameGetStored(1) #Object Data Model #Caché 0 3 0 352
Question Bapu Hirave · Aug 4, 2016 Windows service checks using Cache Hello Cache experts,Has anyone tried using Cache object script to check windows service is running or windows service installed or not on same computer or remote computer ? basically i am trying to develop cache program which will check "windows service" running or installed on current computer or remote computer. Based on the status of this windows service, i want to write some business logic in our application. Any suggestions will be more welcome #Callout #ObjectScript #Caché 0 1 0 505