Search

Clear filter
Article
Guillaume Rongier · Jul 8, 2024

Running Django Applications in Iris

as an native Web Application. ## Installation 1. Clone the repository 2. Create a virtual environment 3. Install the requirements 4. Run the docker-compose file ```bash
Question
Tiago Ribeiro · Feb 25, 2016

Better Unit Testing Strategies for InterSystems Caché Development

Good morning people.The use of TDD is currently being reference for software delivery more confiabilitade and quality.At the company I work developing web applications , we create
Question
Peter Kopp · Sep 4, 2020

Replace ActiveX in ZEN interfaces running in Chrome and Edge

objWMIService = loc.ConnectServer(".", "root\\cimv2"); var colItems = objWMIService.ExecQuery("Select * From Win32_Printer Where Default = TRUE", "WQL
Article
Jose-Tomas Salvador · Aug 14, 2019

Playing with Object Synchronization

creation will happen at different moments and, if we use default IDKEYs, will have situations in which that same object (after syncrhonization) has a different IDKEY in each
Article
Mikhail Khomenko · Nov 18, 2019

Deploying InterSystems IRIS Solution into GCP Kubernetes Cluster GKE Using CircleCI

the Docker image. Run the container based on this image. We’ll use the CircleCI service, which is already integrated with GitHub, to build the Docker image. And we’ll use Google
Article
Muhammad Waseem · Apr 17, 2023

Create, Predict and explore ML Models by using InterSystems Cloud SQL / IntegratedML

Hi Community,In this article, I will introduce my application iris-mlm-explainer This web application connects to InterSystems Cloud SQL to create, train, validate, and predict
Question
Bukhtiar Ahmad · Sep 4, 2020

Router Production can have different business services listening on same port number?

it is an HTTP REST service then that is another matter altogether. If it is an HTTP REST service then by default the request will be handled by the %CSP.REST Dispatch class. The basic
Article
Vinicius Maranhao Ribeiro de Castro · Apr 2, 2020

Securing your APIs with OAuth 2.0 in InterSystems API Management – Part 3

In this 3-part series of articles, is shown how you can use IAM to simply add security, according to OAuth 2.0 standards, to a previously unauthenticated service deployed in IRIS
Article
Muhammad Waseem · May 1, 2023

Introduction to Jupyter Notebook

with others, either by sharing a file or by using a web-based service like GitHub or Binder. This allows others to view and execute the code, making it easy to collaborate
Question
Eamonn Fox · Oct 8, 2019

Electronic signature capture

the signature process -- possibly via web services or web sockets. Mark, The solution you suggested can be possible, but seems to be much more tricky than use of some USB/Ethernet
Question
Federico Raimondo · Dec 11, 2019

Issue with parsing a form variable of a HTTP POST request

Hi everyone, I am currently sending an HTTP POST request to an EnsLib.HTTP.Service service (which has an EnsLib.HTTP.InboundAdapter associated). Here the request URL: http
Announcement
Laurel James (GJS) · Mar 27, 2024

Just launched: New VS Code training for InterSystems technologies

: $1,950 / £1,950 / €1,950 per sessionFull-Service MigrationFor organizations seeking comprehensive support, we provide end-to-end guidance through the entire migration process. Visit
Question
Stephen Wilson · Aug 13, 2019

Adding custom claims to in OAuth 2.0

and send data to REST web service? AccessCheck is called before anything else so if the token is invalid or has expired a 401 Unauthorized HTTP Response is returned. A web application
Question
Pavithra Rajamohan · Jun 29, 2020

Advice about API Call

Hello, I would like some advice please. I am trying to send a Httpnetrequest in the form of a JSON message. To request for the web token I have created a method which has
Question
Saurav Gupta · Jun 6, 2016

CSV export option on Dashboards

for CCD activity dashboards many times. Here is the generic javascript that you can find all over the web:$(document).ready(function () { function exportTableToCSV($table