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

  • Mission Control and Flight Recorder on HotSpot JVM

    Since the Java 7 Update 40 release, Mission Control and Flight Recorder are shipped with the JDK. Mission Control is the starting place for monitoring, management and troubleshooting, while Flight Recorder is the facility to collect and evaluate profiling data. Both tools have been available for JRockit and are now finally ported to HotSpot.

  • Java In-Memory Data Grid Hazelcast 3.0 Supports Continuous Queries and Entry Processing

    Latest version of open source Java In-Memory Data Grid Hazelcast supports entry processing, multi-thread execution, continuous queries and lazy indexing. They have also re-implemented all of the existing distributed objects like map, queue, executor service using Service Provider Interface (SPI).

  • Azul Systems and Gil Tene, CTO and Co-Founder, Named "JCP Member of the Year" at JavaOne

    Azul Systems and Gil Tene have been named Java Community Process (JCP) Member of the Year at the JavaOne 2013 conference, held last week in San Francisco. The award recognizes the corporate or individual member who has made the most positive impact on the Java community in the past year.

  • Azul Systems Releases Zulu, an OpenJDK Build for Windows Azure At JavaOne

    Following an announcement of their partnership in July this year, Azul Systems and Microsoft Open Technologies have now release a GA version of Zulu for Windows Azure. Licensed under the terms of the GPLv2 open source license with the ClassPath Exception, Zulu is an OpenJDK-based JVM for Windows Server on the Windows Azure Cloud.

  • Oracle Unveils Project Avatar at JavaOne

    Oracle announced the open source release of Project Avatar during the JavaOne conference this past week. Avatar is a web application framework that is focused on building "modern HTML5 applications", while assuming "minor JavaScript knowledge" from application developers.

  • Open Source Tablet Unveiled at JavaOne

    During this year's JavaOne conference, Oracle engineers unveiled a prototype tablet made with off-the-shelf parts and an interface built on Java SE 8. The "DukePad", as it is known, was revealed to attendees during the conference's technical keynote.

  • Chrome to Drop Support for NPAPI Plugins Including Java, Silverlight, and Unity

    Stating that “NPAPI’s 90s-era architecture has become a leading cause of hangs, crashes, security incidents, and code complexity”, Google intends to remove the Netscape Plug-in API. This is the plug-in technology used host application runtimes such as Silverlight, Java, and Unity. They are beginning the process in January by disabling all plugins not a small whitelist.

  • Grails 2.3 GA Released

    The 2.3 GA version of the Grails web framework was released this week. The release came in the midst of the SpringOne 2GX conference, and some of the new version's features were demonstrated during the second night keynote by Grails project lead, Graeme Rocher.

  • Surprising Conclusions from London Java Community JCP Survey

    The London Java Community, London's most famous Java meetup, published the results of their survey about the Java Community Process that expose some surprising trends. The LJC, represented by member Ben Evans, currently holds one of the 24 seats on the JCP Executive Committee, and the LJC has been very active in promoting their "Adopt A JSR" initiative promoting community support for the JCP.

  • Java In-Memory Grid Hazelcast gets VC Funding from Bain Capital

    Open source in-memory data grid company Hazelcast received funding from Bain Capital Ventures. Joining the board of the company are Rod Johnson (founder of SpringSource), Salil Deshpande (a prominent venture capitalist who focuses heavily on open source and software infrastructure) and Ali Kutay (former CEO of WebLogic).

  • HSA Foundation Targeting Heterogeneous GPU-CPU Execution for Java Virtual Machines by 2015

    Speaking at the Hot Chips Conference, HSA Foundation president Phil Rogers has provided more details on plans to bring GPU acceleration to Java in time for Java 9 in 2015.

  • Xtend 2.4.3 Extends Active Annotations to the File System

    After active annotations were introduced in Xtend 2.4, they received an API for accessing the file system with version 2.4.3. Active annotations let developers influence the way, Xtend source code is translated to Java source code. With the help of the new file system API, further artifacts like property files or fingerprints and digests can be derived from Xtend sources.

  • Java 7 Update 40 Arrives with Mission Control for HotSpot and Rule Sets for Applets

    Oracle has released Java 7 update 40, with some major new features for a minor release. They include the JVM monitoring tool Mission Control, Rule Sets for Java applets and Web Start applications, and a huge number of bug fixes.

  • Java 8 Developer Preview Released

    Oracle has released the first developer preview of Java 8 for the full range of platforms (Windows, Max OS X, Linux, Solaris).

  • Removal of sun.misc.Sort and sun.misc.Compare in Java 8

    Oracle is removing the sun.misc.Compare interface and sun.misc.Sort class in Java 8. These are old, residual classes that are no longer used within the JDK. sun.misc.Compare is an interface that allows you to compare two Objects and return an int. sun.misc.Sort is a class that takes in a sun.misc.Compare and sorts an Object array using the quicksort algorithm.

BT