Liquibase is a good option https://community.intersystems.com/post/control-iris-database-schema-ch…
- Log in to post comments
Liquibase is a good option https://community.intersystems.com/post/control-iris-database-schema-ch…
It was a requirement for a public selection of an interoperability solution at the time.
I remembered when we talked about your initiative at Ready 2025, and I showed you how Apache Camel did it, and I thought it looked similar. Apache Camel is the best at programmatic integration on the market. But I liked the way you did it with your library. Great job!
Apache camel looks like this:
import org.apache.camel.builder.RouteBuilder;
public class FileRouteBuilder extends RouteBuilder {
@Override
public void configure() throws Exception {
// Step 1: Consume text files from the input folder
from("file:data/input?noop=true") // noop=true leaves source files unchanged
.log("Processing file: ${header.CamelFileName}")
// Step 2: Route based on file content (EIP Content Based Router)
.choice()
.when(body().contains("URGENT"))
.log("Routing to critical queue...")
.to("file:data/output/critical")
.otherwise()
.log("Routing to regular queue...")
.to("file:data/output/regular")
.end(); // Close choice block
}
}Yes, if you implement the Bank Helper Class to convert from Global String Stream to the Client Message Body like described into this article
Thank you for reviewing my applications, Robert; I always look forward to it.
Article Parcelc was translated to portuguese and spanish. So, I claim translation bunus
Yes, I configured IPC_LOCK using a root privilege into the image construction and worked, thanks
How do I execute with huge pages enabled?
See the article https://community.intersystems.com/post/dark-mode-management-portal-using-dark-reader
great article
Great article
Great article! And you use the most popular languages with globals, including java, python and javascript/node
Thanks!
Many thanks! very happy with tehae nominations
Congrats
Thanks, and congrats for all winners
Thanks your translation!
Thanks your revision Robert, I am very happy
I claim more 2 bonuses to my app facial-matching:
Online application: http://ymservices.com.br:8501/
Shot video youtube: https://www.youtube.com/watch?v=NWfUdbLvsLU
I linked this links into the OEX app register too
No surprise, @Robert Cemper is GOAT of this DC. Congrats for all winners.
Thanks! your sample is very nice too.
Thanks RC2!
Thanks DC!
Thanks the feedback
Write the id property into your objectscript class, the boolean it is ok
Happy 2026
I am very happy to be recognized as a reference in knowledge of the best technology and community in the world, the Intersystems community. I thank @Robert Cemper for being my inspiration and the entire Intersystems DC staff.
Congrats!!
Congrats!!