BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Java Content on InfoQ

  • New Java Version - it's not JDK 1.9

    JDK Enhancement Proposal (JEP) 223 is a new JDK versioning scheme to make it easier to distinguish major, minor, and security releases. It's simpler, more intuitive, easier to parse, and aligns with current industry practices, in particular Semantic Versioning. For example, if JDK 1.7.0_65-b20 (7u65) used this new versioning scheme, the version string would be JDK 7.6.15+20 (7.6.15).

  • James Gosling and Bruno Souza Join Jelastic as Advisers

    James Gosling, creator of the Java language, and Bruno Souza, Brazilian SouJava JUG founder and Java Champion, will be joining Java/PHP cloud-host Jelastic . InfoQ speaks to Gosling, Souza, and Jelastic CEO, Ruslan Synytsky about the new relationships.

  • More Java 9 Features Announced

    Oracle have announced more features to be delivered as part of JDK 9, including Unified JVM Logging and fine-grained control over the JIT compiler. Primitive specialization of generics is pushed out to JDK 10, however.

  • Oracle Commit to Java Modularity

    Oracle have announced the second set of enhancement proposals (known as JEPs) that will deliver features for Java 9, including major news about Java modularity.

  • AWS Releases CloudTrail Processing Library

    Amazon Web Services (AWS) recently released the AWS CloudTrail Processing Library (CPL), a "Java client library that makes it easy to build an application that reads and processes CloudTrail log files in a fault tolerant and highly scalable manner".

  • JCP Election 2014 Results Announced

    The results of the Java Community Process Executive Committee (JCP EC) have been announced. All Ratified seats were returned. Elected members returned were: ARM, Azul, Hazelcast, Werner Keil and Geir Magnusson Jr.

  • IntelliJ IDEA 14 Arrives

    JetBrains released IntelliJ IDEA 14 a month ahead of schedule. This release introduces a wealth of innovative features, including a new decompiler, debugger improvements, editor enhancements, support for Android Wear/TV, and support for many JavaScript frameworks.

  • Building Distributed Systems - Technology Considerations

    The success of the RICON conference is a testimony to the importance of big applications in industry today. InfoQ speaks to RICON host Basho Technologies about considerations in building distributed systems and technical lessons learned at the conference.

  • JavaOne: Hazelcast Announce JCache Support, JCP Run

    Hazelcast announce their new 3.3.1 release, with JCache support, preview their technology roadmap and discuss their run for the JCP Executive Committee.

  • Java One - Final Day and Community Keynote

    Summary of the JavaOne 2014 Community Keynote, including material dropped from the opening keynote.

  • JavaOne Press Panel - Java EE and IoT

    Oracle execs discuss developments and roadmap in Java EE and Internet of Things

  • JavaOne Press Panel - Community and Java SE

    Oracle execs hail community involvement in success and adoption of Java 8, announce better security features, but small number of new features.

  • JavaOne 2014 - Day One and Eclipse IoT Announcement

    Late running caused considerable disruption of JavaOne's opening keynotes. Eclipse have made a major IoT announcement.

  • Kulla Project: A REPL for Java

    A Java REPL will soon be coming to a JDK near you. Robert Field, engineer on the Langtools team at Oracle, recently proposed the creation of a Java REPL ("Read-Evaluate-Print-Loop") project. After a vote, the project, known as Project Kulla was approved. A REPL is essentially a scripting shell or console, such as a UNIX shell or Groovy console, that can be used for algorithm exploration.

  • Core Support for JSON in Java 9

    One of the first Java 9 features to be announced is core support for JSON. We spoke to early adopters to find out more.

BT