go to post Evgeny Shvarov · Jul 14, 2024 @Timothy Leavitt - is there a video depicting the whole process of creating a new UI app using isc-rest?
go to post Evgeny Shvarov · Jul 14, 2024 Hi Tim! A few questions on isc.rest. 1. What is the format of version: <Version>1.2.2+snapshot</Version>? 2. Does it relate to unit tests <Resource Name="/internal/testing/unit_tests/"> <Attribute Name="Package">UnitTest.isc.rest</Attribute>? is it callable by zpm "test isc.rest"? 3. Lifescycle class - is it mandatory for every package? It looks very complicated what is going on there. Why not use <INVOKE>? 4. Defaults: What is this for? is it mandatory? <Defaults> <ProcessorDefault Class="Default.Include"> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> <ProcessorDefault Class="Default.Class"> <Attribute Name="FilenameExtension">cls</Attribute> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> <ProcessorDefault Class="Default.Package"> <Attribute Name="FilenameExtension">cls</Attribute> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> <ProcessorDefault Class="UnitTest"> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> </Defaults>
go to post Evgeny Shvarov · Jul 13, 2024 Hi Tim! A few questions on isc.rest. 1. What is the format of version: <Version>1.2.2+snapshot</Version>? 2. Does it relate to unit tests <Resource Name="/internal/testing/unit_tests/"> <Attribute Name="Package">UnitTest.isc.rest</Attribute>? is it callable by zpm "test isc.rest"? 3. Lifescycle class - is it mandatory for every package? It looks very complicated what is going on there. Why not use <INVOKE>? 4. Defaults: What is this for? is it mandatory? <Defaults> <ProcessorDefault Class="Default.Include"> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> <ProcessorDefault Class="Default.Class"> <Attribute Name="FilenameExtension">cls</Attribute> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> <ProcessorDefault Class="Default.Package"> <Attribute Name="FilenameExtension">cls</Attribute> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> <ProcessorDefault Class="UnitTest"> <Attribute Name="Format">UDL</Attribute> </ProcessorDefault> </Defaults>
go to post Evgeny Shvarov · Jun 28, 2024 Here is the article by @Benjamin De Boe that answers your question I hope .
go to post Evgeny Shvarov · Jun 26, 2024 great stuff! It'd be fantastic to create a sample app out of it on https://openexchange.intersystems.com
go to post Evgeny Shvarov · Jun 26, 2024 That's nice to have. I know there is a brilliant application by @Henrique Dias and @José Pereira - IPM Explorer, which provides very impressive browsing capabilities along with a smooth install/deinstall functionality. Do you want to introduce something similar?
go to post Evgeny Shvarov · Jun 26, 2024 Hi @Xintong Li ! Great example! Do you want to publish the app on https://openexchange.intersystems.com?
go to post Evgeny Shvarov · Jun 24, 2024 Are you talking about generator for IPM/ZPM module.xml file?
go to post Evgeny Shvarov · Jun 22, 2024 Fantastic, @Anastasia Dyubaylo ! Congratulations to everyone who is involved! Thanks to all the DC contributors - now your contributions plus IRIS Vector Search technology + SerenityGPT solution will help to find answers quicker and not only in English - try other languages! Please feel free to share your feedback here, not only negative ;) We are still learning how to leverage properly this innovation and will be glad to any feedback that will help to convert the technology to a true value!
go to post Evgeny Shvarov · Jun 22, 2024 Hi Robert! Yes, this is clearly the case where there is no answer on DC for the question, and AI compiled the answer from what it had, assuming maybe that JDBC and ODBC are "almost" the same, which is not true. That's why we have "Beta" in the service and a certain disclaimer. Perhaps for this question the accurate answer should be "I don't have the answer - ask the community." right?
go to post Evgeny Shvarov · Jun 20, 2024 @Brett Saviano , does it mean that all the code that uses %ZEN.Auxiliary.altJSONProvider should be rewritten using Dynamic Objects?
go to post Evgeny Shvarov · Jun 18, 2024 BTW, is it possible to add sorting functionality in List View? E.g. click on Downloads or Author and get the list sorted?
go to post Evgeny Shvarov · Jun 18, 2024 Maybe this could be a setting in URL or the setting of a user?
go to post Evgeny Shvarov · Jun 17, 2024 Hi @Josep Balagué ! Export in .xml instead of .gof, should work.
go to post Evgeny Shvarov · Jun 10, 2024 In addition to the learning opportunities for beginners listed above here are two programs on the Online Learning platform: Getting started with ObjectScript and Getting Started with Interoperability.