Article Shuheng Liu · Jul 15, 2024 3m read Running WSGI applications with IPM Introduction to running WSGI in IRIS With IRIS 2024+, users can host WSGI applications using Security.Applications. As an example, a user can do something like this Minimum working example #Embedded Python #InterSystems Package Manager (IPM) #InterSystems IRIS #IRIS contest 8 3 0 206
Question Shuheng Liu · Jul 2, 2024 How to call another method in a generated method I have a class with two methods Class Foo.Bar { ClassMethod Helper() { // do something } ClassMethod Generated() [ CodeMode = objectgenerator ] { do ..Helper() // do something else } } Since the method Generated is run before the class is compiled, the call to do ..Helper() fails. Is there a way around this other than manual inlining? #Compiler #ObjectScript #InterSystems IRIS 0 3 0 127