Archive for the Category: macOS (Mac OS X)

Java 21 Released

Oracle has just released Java 21. https://www.oracle.com/news/announcement/ocw-oracle-releases-java-21-2023-09-19/ https://inside.java/2023/09/19/the-arrival-of-java-21/ https://openjdk.org/projects/jdk/21/ Java Platform, Standard Edition (Java SE) lets you develop and deploy Java applications on desktops and servers, as well as in today’s demanding embedded environments. Java offers the rich user interface, performance, versatility, portability, and security that today’s applications require. Regards, Roger Lacroix Capitalware Inc.

Also posted in IBM i (OS/400), Java, JMS, Linux, Programming, Unix, Windows, z/OS Comments Off on Java 21 Released

List Ciphers used by JVM

On StackOverflow, someone was having an issue with a particular CipherSuite. So, I posted a sample Java code that I found a while ago to list the ciphers used by a JVM. I found the Java code on Atlassian Support’s page here. The purpose of the code sample is to allow the user to determine […]

Also posted in Education, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, Linux, Programming, Security, Unix, Windows Comments Off on List Ciphers used by JVM

IBM MQ Download Links

If you are a developer and need a download link to something related to IBM MQ, sometimes it’s a real pain to find the link/page you need. So, I decided to create a blog posting with many of the useful IBM MQ links in 1 spot. IBM MQ Advanced for Developers on Windows IBM MQ […]

Also posted in IBM MQ, Linux, Raspberry Pi, Unix, Windows Comments Off on IBM MQ Download Links

IBM TechCon 2023 Announced

IBM has announced IBM TechCon 2023 and registration is now open. https://bzb.tools.ibm.com/TechCon2023 The event will be a virtual experience with 72 LIVE sessions across the following six tracks: – AIOps & IT Automation – Application Integration – API Management & Gateways – Cloud Native Development & Application Modernization – Messaging & Events – Observability & […]

Also posted in Education, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, JMS, Linux, Programming, Security, Unix, Windows, z/OS Comments Off on IBM TechCon 2023 Announced

Java 19 Released

Oracle has just released Java 19. https://www.oracle.com/news/announcement/oracle-releases-java-19-2022-09-20/ https://openjdk.java.net/projects/jdk/19/ https://www.infoworld.com/article/3653331/jdk-19-the-new-features-in-java-19.html Java Platform, Standard Edition (Java SE) lets you develop and deploy Java applications on desktops and servers, as well as in today’s demanding embedded environments. Java offers the rich user interface, performance, versatility, portability, and security that today’s applications require. Regards, Roger Lacroix Capitalware Inc.

Also posted in IBM i (OS/400), Java, JMS, Linux, Programming, Raspberry Pi, Unix, Windows, z/OS Comments Off on Java 19 Released

Java/PCF Program to Delete an IBM MQ Channel

A couple of days ago, I posted a Java/PCF program that would create a IBM MQ channel. So, if you require creating a channel via Java/PCF then you probably will need to delete a channel via Java/PCF. If you are used to deleting an IBM MQ channel using runmqsc command then the following simple Java/PCF […]

Also posted in HPE NonStop, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, Linux, Open Source, PCF, Programming, Raspberry Pi, Unix, Windows, z/OS Comments Off on Java/PCF Program to Delete an IBM MQ Channel

Java/PCF Program to Create an IBM MQ SVRCONN Channel

A couple of weeks ago, I posted a Java/PCF Program to Create an IBM MQ Queue. So, today I thought I would create a Java/PCF program to create an IBM MQ SVRCONN channel If you are used to creating an IBM MQ channel using runmqsc command then the following simple Java/PCF program will create a […]

Also posted in HPE NonStop, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, Linux, Open Source, PCF, Programming, Raspberry Pi, Unix, Windows, z/OS Comments Off on Java/PCF Program to Create an IBM MQ SVRCONN Channel

Java/PCF Program to Delete an IBM MQ Queue

A couple of days ago, I posted a Java/PCF program that would create a IBM MQ queue. So, if you require creating a queue via Java/PCF then you probably will need to delete a queue via Java/PCF. If you are used to deleting an IBM MQ queue using runmqsc command then the following simple Java/PCF […]

Also posted in HPE NonStop, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, Linux, Open Source, PCF, Programming, Raspberry Pi, Unix, Windows, z/OS Comments Off on Java/PCF Program to Delete an IBM MQ Queue

Java/PCF Program to Create an IBM MQ Queue

The other day, someone on StackOverflow asked about creating an IBM MQ queue from JMS. I know it is possible to send PCF commands as a JMS message to the Command Server but it seems overly complex when you can simply do it from Java/PCF (non-JMS). If you are used to creating an IBM MQ […]

Also posted in HPE NonStop, IBM i (OS/400), IBM MQ, IBM MQ Appliance, Java, Linux, Open Source, PCF, Programming, Raspberry Pi, Unix, Windows Comments Off on Java/PCF Program to Create an IBM MQ Queue

Mateo Stjepanović’s Java Features from Java 8 to Java 17

I just came across Mateo Stjepanović blog item called: Java Features from Java 8 to Java 17 https://reflectoring.io/java-release-notes/ It is very handy when you are trying to write backward-compatible code. Regards, Roger Lacroix Capitalware Inc.

Also posted in Java, JMS, Linux, Programming, Raspberry Pi, Unix, Windows Comments Off on Mateo Stjepanović’s Java Features from Java 8 to Java 17