Article Tamara Lebedeva · Jan 28, 2017 10m read Android push notifications with InterSystems Ensemble using Road Police fines as a sample application Many mobile applications that enable users to get information about road fines and pay them, send notifications about newly added fines. This functionality can be efficiently implemented using push notifications sent to users’ devices. Our application was not an exception. The server side is based on the Ensemble platform that offers integrated support of push notifications starting from version 2015.1. #Business Operation #Object Data Model #Ensemble 1 0 0 595
Question Tamara Lebedeva · Aug 22, 2016 $fromJSON and MAXSTRING Hi, all. I have CSP application and it needs to get and process data from ajax request with json-content. JSON can be very big. In this case: TRY { Set RequestObj = ##class(%Object).$fromJSON(%request.Content.Read()) } CATCH(Exception) { Set Status=Exception.AsStatus() } I get just part of getting JSON and validate error in $fromJSON. If I try to read it all in cycle: TRY { While (%request.Content.AtEnd = 0) { #Caché #JSON #CSP 0 6 0 1.6K
Article Tamara Lebedeva · Jul 21, 2016 6m read How we learned to stop worrying and love InterSystems Ensemble Preface: our small, but very ambitious company called “Black Mushroom Studio” came up with an idea for an e-commerce project and a mobile app that would let users pay for certain goods/services via a payment aggregator. What we had initially: an Android app skeleton that, of course, liked communicating via HTTP and JSON, and a payment system with an API – web services with SOAP content. Goal: make it all work together. #Interoperability #Studio #Ensemble 16 2 0 1.6K