• The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
Menu
  • The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
  • Java On IBM i: A Developing Situation

    October 16, 2017 Dan Burger

    IBM i developers in the Java camp have some changes in store as Java 9 replaces Java 8. First of all, there will be no IBM i support for Java 9. This break in tradition may come as a surprise for many IBM i developers, but not for those Java-holics who have been closely watching the Java 9 news. There are a couple of reasons IBM has decided not to support Java 9 on IBM i, even though IBM currently supports Java 7 and Java 8 and it has supported every Java release seemingly since Moby Dick was a minnow.

    The cadence of Java releases supported by IBM i has been predictable. Oracle releases a new version of Java. Then IBM releases its support a short time afterward followed by IBM i support. IBM i users eager to move to Java 9 would have expected support before the curtain falls on 2017. Not going to happen.

    “The truth is that a Java 9 delivery for IBM i is not very practical,” Jesse Gorzinski said during a telephone interview with IT Jungle last week. Gorzinski is the IBM i architect for open source and Java on IBM i. “Part of that is the new release strategy with a short support cycle. Oracle plans a feature release every six months. That allows users to access the latest and greatest features, but there’s not much there for a support roadmap when the next release is just six months later. Java 9 is one of the feature releases, so we are not delivering Java 9 for IBM i. We are going to deliver the next long-term-support release because that’s what makes sense to our customers.”

    Jesse Gorzinski

    A long-term release, Gorzinski says, would resemble Java 8, which GA’ed in 2015 and will be supported by IBM until April 2022. The Oracle Java SE Support Roadmap shows the next long-term support release scheduled for late 2018. In the meantime, the Java release schedule is changing to a pattern of intermittent enhancements similar to other large projects that favor version releases. Not all the version releases will include long-term support. Don’t expect to see IBM i support for the version releases.

    Will this rock the world of IBM i Java programmers? Gorzinski doesn’t think it will. Moving Java solutions to another language is an option, but this unlikely to motivate developers or businesses to move to another technology.

    “Java remains a very solid language with a promising future, especially now with all the extra investment in open sourcing the technology from IBM and other companies.” he says. “Look at what enterprise applications need: performance, reliability, and a good support roadmap. We’ve seen that with Java and will continue to see that with Java.”

    For IBM i shops with a Java point of view, there’s more than release schedules and support to think about. With new releases comes the potential for application changes. That’s always a consideration, but Gorzinski says the changes in Java 9 could be significant for some depending on the nature of the application.

    “For the most part, if you had a Java 5 application it would work on Java 6 and Java 7 and so on. This is a little different than previous Java version upgrades,” he says. “For instance, if you are writing Java code that drives a Web technology, I expect a lot of the changes will impact the application server rather than the application code.”

    Foremost among factors affecting change is the move toward a modular system that replaces the traditional .jar files and class settings familiar to Java development.

    The purpose of a module system is to simplify the construction, maintenance, and distribution of large applications and provide developers with an escape from the “JAR hell” of error-prone class-path development. It also allows configurations which scale from large servers down to small embedded devices.

    Eventually class tabs will be replaced with module tabs. Gorzinski advices Java developers to start learning this new technology. The core concepts of building simple Java application are changing. Class tab-based applications will continue to work for a while, but at some point, the tab-based apps will no longer function.

    “The modularity is being pushed down into the runtime and distribution of the code itself. Previously modularity was accomplished through middleware layers. The OSGI architecture provided modularity for web applications. Now even simple, small applications are being packaged differently,” he says. “Java 9 may ‘break’ existing applications, requiring a significant refactor to conform to the new model.”

    For its part, IBM has been sharing its Java technology with the open source community and the OpenJDK project since 2010. It’s J9 line of Java technology, which has been shipping with IBM i since V5R4, was recently open sourced along with the IBM Java Virtual Machine (JVM). Nearly all the IBM i Java community runs J9.

    The OpenJDK project has benefited from a variety of contributors. Oracle, for instance, has committed to continue code contributions and make OpenJDK builds available. For more on OpenJDK and the changes designed to make it more reliable and maintainable, see this link which leads to documents, presentations and other resources.

    Although it’s difficult to take a census, the IBM i Java community seems to be holding steady. Java remains one of the preferred languages, ranking well behind RPG but ahead of .NET, PHP, C++ and COBOL. There are numerous Java-based solutions available on the platform and new solutions continue to be introduced. Its reputation as a resource hog has pretty much disappeared, although some critics will point to the noticeable overhead of starting up a Java Virtual Machine.

    Gorzinski, who began his IBM career working on the J9 project in 2006, believes the negative perceptions of Java have largely faded.

    “Most people have very acceptable performance with Java enterprise applications ­– plus you factor in the tune-ability, debuggability and available cross-platform analysis tools for things like memory usage and garbage collection cycles – and over time people have learned the technology enough to understand the myths and work their way around them,” he says.

    RELATED STORIES

    No More Java 6 Support in Next Version of IBM i

    Java On IBM i 7.1 Brings JVM Migrations

    Share this:

    • Reddit
    • Facebook
    • LinkedIn
    • Twitter
    • Email

    Tags: Tags: .NET, C, COBOL, IBM i, Java, Java 6, Java 7, Java 8, Java 9, Java Virtual Machine, JVM, OpenJDK, PHP

    Sponsored by
    WorksRight Software

    Do you need area code information?
    Do you need ZIP Code information?
    Do you need ZIP+4 information?
    Do you need city name information?
    Do you need county information?
    Do you need a nearest dealer locator system?

    We can HELP! We have affordable AS/400 software and data to do all of the above. Whether you need a simple city name retrieval system or a sophisticated CASS postal coding system, we have it for you!

    The ZIP/CITY system is based on 5-digit ZIP Codes. You can retrieve city names, state names, county names, area codes, time zones, latitude, longitude, and more just by knowing the ZIP Code. We supply information on all the latest area code changes. A nearest dealer locator function is also included. ZIP/CITY includes software, data, monthly updates, and unlimited support. The cost is $495 per year.

    PER/ZIP4 is a sophisticated CASS certified postal coding system for assigning ZIP Codes, ZIP+4, carrier route, and delivery point codes. PER/ZIP4 also provides county names and FIPS codes. PER/ZIP4 can be used interactively, in batch, and with callable programs. PER/ZIP4 includes software, data, monthly updates, and unlimited support. The cost is $3,900 for the first year, and $1,950 for renewal.

    Just call us and we’ll arrange for 30 days FREE use of either ZIP/CITY or PER/ZIP4.

    WorksRight Software, Inc.
    Phone: 601-856-8337
    Fax: 601-856-9432
    Email: software@worksright.com
    Website: www.worksright.com

    Share this:

    • Reddit
    • Facebook
    • LinkedIn
    • Twitter
    • Email

    IBM Unveils LTO-8 Tape Drives IBM i PTF Guide, Volume 19, Number 41

    2 thoughts on “Java On IBM i: A Developing Situation”

    • Vladimir Zupka says:
      October 16, 2017 at 2:32 pm

      Java on IBM i is mostly understood as runnning in enterprise environments (e. g. under WebSphere application server). But there is also another area where Java can be exploited for IBM i.

      IBM i Toolbox for Java or its open version JTOpen is very capable framework, that enables creating applications running in the PC (platform independent) and communicating with IBM i. A programmer knowledgeable in Java GUI programming can create nice applications.

      I think that namely the Access Client Solutions package is being programmed just in that framework.

      Another example is in http://www.github.com/vzupka.

      Reply
    • Greg says:
      October 20, 2017 at 4:58 pm

      What in the world is a “tab-based app”? All I can find on Google tells it it may be something about converting tabs to spaces or using different tabs in the Eclipse deployment dialog but nothing makes sense in regards to there being a tabs feature in Java 9.

      FYI, I think the migration to microservices solved the classpath hell problem for anyone that cared to take advantage of it. In retrospect, the few times I encountered classpath hell were caused by the monolithic deployment of unrelated assets. Had we thought to separate the functions into separately deployable services, the problem would have disappeared.

      IBM delayed Power9 on IBM i by a year and now they omitted support for Java 9.

      Java 9 is not a long term release or a feature release. It is a performance release. We’re supposed to believe that performance enhancements are unimportant on IBM i? They certainly are unimportant to IBM.

      Reply

    Leave a Reply Cancel reply

TFH Volume: 27 Issue: 67

This Issue Sponsored By

  • ProData Computer Services
  • HelpSystems
  • ASNA
  • HelpSystems
  • Manta Technologies

Table of Contents

  • Java On IBM i: A Developing Situation
  • IBM Unveils LTO-8 Tape Drives
  • Guru: Error Handling in SQL PL, Part 2
  • Mad Dog 21/21: Big Blue’s Big Beast Boost
  • Sundry October Power Systems Announcements

Content archive

  • The Four Hundred
  • Four Hundred Stuff
  • Four Hundred Guru

Recent Posts

  • Meet The Next Gen Of IBMers Helping To Build IBM i
  • Looks Like IBM Is Building A Linux-Like PASE For IBM i After All
  • Will Independent IBM i Clouds Survive PowerVS?
  • Now, IBM Is Jacking Up Hardware Maintenance Prices
  • IBM i PTF Guide, Volume 27, Number 24
  • Big Blue Raises IBM i License Transfer Fees, Other Prices
  • Keep The IBM i Youth Movement Going With More Training, Better Tools
  • Remain Begins Migrating DevOps Tools To VS Code
  • IBM Readies LTO-10 Tape Drives And Libraries
  • IBM i PTF Guide, Volume 27, Number 23

Subscribe

To get news from IT Jungle sent to your inbox every week, subscribe to our newsletter.

Pages

  • About Us
  • Contact
  • Contributors
  • Four Hundred Monitor
  • IBM i PTF Guide
  • Media Kit
  • Subscribe

Search

Copyright © 2025 IT Jungle