Archive for the Category: Programming

Redistributable Clients Starting with MQ 8.0.0.4

With the release of FixPack 8.0.0.4 for IBM MQ, IBM has provided Redistributable Clients for: Native MQ applications using the MQI written in C, C++, COBOL MQ applications using the Java/JMS classes MQ applications using managed or unmanaged .NET classes There is a write up of the new Redistributable Clients at DeveloperWorks. Regards, Roger Lacroix […]

Also posted in .NET, C, C#, C++, IBM MQ, Java, JMS, Linux, Windows Comments Off on Redistributable Clients Starting with MQ 8.0.0.4

SQLite v3.9.0 Released

D. Richard Hipp has just released SQLite v3.9.0. http://www.sqlite.org/news.html SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain. Regards, Roger Lacroix Capitalware Inc.

Also posted in C, Database, IBM i (OS/400), Linux, macOS (Mac OS X), Open Source, Unix, Windows Comments Off on SQLite v3.9.0 Released

Perl 6 Released

The Perl developers have just released Perl 6. http://perl6.org Perl is a high-level programming language with an eclectic heritage written by Larry Wall and a cast of thousands. It derives from the ubiquitous C programming language and to a lesser extent from sed, awk, the Unix shell, and at least a dozen other tools and […]

Also posted in Linux, macOS (Mac OS X), Open Source, Perl, Unix, Windows Comments Off on Perl 6 Released

Head, Apply Wall To It Several Times!

If you don’t like that title, how about “How to out smart yourself and shoot yourself in the foot, all at the same time!” or “No smart deed goes unpunished!”. In the summer of 2014, I decided to clean up up some compiler warning messages that certain compilers (HP-UX cc comes to mind) were complaining […]

Also posted in C, Capitalware, IBM i (OS/400), IBM MQ, Licensed As Free, Linux, macOS (Mac OS X), Open Source, Unix, Windows, z/OS Comments Off on Head, Apply Wall To It Several Times!

A Better MD Class than IBM’s MQMD Class

This is a follow up to my blog posting last week titled: Java MQMD class Weirdness. After beating my head against the wall, I gave up on the ‘com.ibm.mq.headers.MQMD’ class and went back to my own MD (Message Descriptor) class. At least I know it works. 🙂 The reason I originally created my MD class […]

Also posted in Capitalware, IBM i (OS/400), IBM MQ, Java, Linux, macOS (Mac OS X), Unix, Windows Comments Off on A Better MD Class than IBM’s MQMD Class

Microsoft Releases Windows 10 IoT Core for Raspberry Pi

Today, Microsoft announced the public release of Windows 10 IoT Core for the Raspberry Pi 2 and the MinnowBoard Max. Microsoft also announced a “build a home automation solution that leverages the power of Windows 10 IoT Core running on Raspberry Pi 2” contest. For more information, go here. Regards, Roger Lacroix Capitalware Inc.

Also posted in Education, Operating Systems, Raspberry Pi, Windows Comments Off on Microsoft Releases Windows 10 IoT Core for Raspberry Pi

Oracle CSO Rant to ‘Sinner’ Customers

Yesterday, Oracle’s chief security officer Mary Ann Davidson posted a rant about customers who reverse engineer Oracle products then send Oracle information on security vulnerabilities in Oracle products. She wants customers to “stop sending vulnerability reports already” because she wants “to go back to writing murder mysteries”. I’m not kidding, the Oracle CSO wrote that. […]

Also posted in General, Security Comments Off on Oracle CSO Rant to ‘Sinner’ Customers

Java MQMD class Weirdness

I’m trying to use the MQMD class in a Java application and I’m getting weird results. I tested it with both MQ JAR files from v7.5.0.2 and v8.0.0.2 with JVM of v1.7.0. Note: All of my testing was done in ‘client mode’ (not bindings mode). The first odd thing is that MQMD class is in […]

Also posted in IBM i (OS/400), IBM MQ, Java, Linux, macOS (Mac OS X), Unix, Windows Comments Off on Java MQMD class Weirdness

SQLite v3.8.11 Released

D. Richard Hipp has just released SQLite v3.8.11. http://www.sqlite.org/news.html SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain. Regards, Roger Lacroix Capitalware Inc.

Also posted in C, Database, IBM i (OS/400), Linux, macOS (Mac OS X), Open Source, Unix, Windows Comments Off on SQLite v3.8.11 Released

Configuring Eclipse to develop Java/JMS programs for MQ 8.0

IBM has published a tutorial on how to configure Eclipse for developing Java/JMS programs for MQ 8.0: http://www.ibm.com/support/docview.wss?uid=swg27046013 Regards, Roger Lacroix Capitalware Inc.

Also posted in Education, IBM MQ, Java, JMS, Linux, Windows Comments Off on Configuring Eclipse to develop Java/JMS programs for MQ 8.0